• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Display a Message for Guests

Admin

Well-Known Member
Staff member
Administrator
Show Guest's A Message


At This To Bottom Of Footer File
Code:
<xen:if is="!{$visitor.user_id}"><div id='stickymsg'><p class='bbc_center'>You're Not Signed In</p><p class='bbc_center'>You are currently not signed in. If you are already a registered user you can <a href='http://www.xenforo.com/index.php?login/'>login here</a>. If not, you can register and gain access to our wonderful forums, view topics, make posts, and more! So if your not already a user, you can register by <a href='http://www.xenforo.com/index.php?register/'>clicking here</a>.</p></div></xen:if>


Code:
**Replace 'http://www.xenforo.com' with your domain!**




Now Open footer.css and Add This


Code:
#stickymsg{position: fixed;bottom: 10px;line-height: 16px;right: 10px;z-index: 30000;opacity: 0.8;width: 260px;height: auto;background: #cf3737;color: #fff;text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;padding: 10px;text-decoration: none;font-size: 11px;font-family: Tahoma;border: 1px solid #771b1b;box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #f66c6c 0px 1px 0px;border-radius: 3px;}#stickymsg a{ color: #fff; font-weight:bold; text-decoration: none; }#stickymsg:hover{ opacity: 1; }
 

Facebook Comments

New posts New threads New resources

Back
Top