Info [cXF] Welcome Notice

Currently reading:
Info [cXF] Welcome Notice

Status
Not open for further replies.

BassMan

Staff member
Administrator
May 18, 2015
463
161
2,072
[GALLERY=media, 19][/GALLERY]


Description:

This add-on will show a welcome notice to guests on your forum.

Download it here: [cXF] Welcome Notice

Features:
  • welcome notice shows to guests only
  • show notice on all pages or only on forum index
  • change text easily by editing phrases (HTML can be used)
  • style welcome notice in style properties
  • option to open login form in an overlay
  • option to disable notice on mobile screens

Some screens:

[GALLERY=media, 22][/GALLERY]
[GALLERY=media, 23][/GALLERY]
[GALLERY=media, 24][/GALLERY]
[GALLERY=media, 25][/GALLERY]
[GALLERY=media, 20][/GALLERY]
[GALLERY=media, 21][/GALLERY]


Installation:

  1. Download and unzip it
  2. From your Admin Control Panel, go to the "Install Add-on" page
  3. Upload the xml file and click the Install Add-on button.


How to change title and description on notice?
  • for title edit cxf_wn_title phrase
  • for description edit cxf_wn_description phrase


Note:

  • designed and tested on default style
 
I recommend you to merge two images in one file as one image.


Not sure, but you can try replacing the url with some video url.


I tried this and it hasnt really worked

Code:
box-shadow: 2px 2px 5px #032A46;
background: #176093 url('http://www.gunchester.com/bannerimg/gunchestersmall.png') no-repeat 50%;
background-size: contain;
background-position: left;


<video id="video_background" src="http://www.gunchester.com/bannerimg/r6bg.mp4" autoplay>

#video_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1000;
}
 
I don't suppose you can recommend the best way to insert a background image behind the text?

Example #1

Add this code:
Code:
background: #176093 url('http://www.customizexf.com/styles/default/xenforo/cxflogo3.png') no-repeat 50%;

... here:
upload_2016-1-5_12-54-22.png


... to get it work like this:

cxf_wn_1.gif




Example #2

Add this code:
Code:
background: #176093 url('http://www.customizexf.com/styles/default/xenforo/cxflogo3.png') no-repeat 50%;
background-size: contain;

... to same place as above to get it work this:

cxf_wn_2.gif


Change the image source to your needs andplay with image size to fit the best for you.
 

Attachments

    You don't have permission to view attachments. Attachments are hidden.
Example #1

Add this code:
Code:
background: #176093 url('http://www.customizexf.com/styles/default/xenforo/cxflogo3.png') no-repeat 50%;

... here:
View attachment 536


... to get it work like this:

View attachment 537




Example #2

Add this code:
Code:
background: #176093 url('http://www.customizexf.com/styles/default/xenforo/cxflogo3.png') no-repeat 50%;
background-size: contain;

... to same place as above to get it work this:

View attachment 538


Change the image source to your needs andplay with image size to fit the best for you.

Thanks very much, really appreciate that.

Will buy my third product from you shortly. Thanks
 
I have another question, is it possible to put an image and remove the text, without removing the buttons "Login" and "Register" ?
To add image check this post: Add-on - [cXF] Welcome Notice

To remove text edit the appropriate phrases:
  • for title edit cxf_wn_title phrase
  • for description edit cxf_wn_description phrase
 
Status
Not open for further replies.

Welcome to customizeXF

We are running default XenForo style customized by cXF
Registration is free!

Search forums

Back
Top