Guest register warning bar PHBB3

Status
Not open for further replies.

canucrackit

Active Member
77
2009
0
0
Hello,

I've seen a few sites have this script.
You change the text to something like:
"You are a guest, please click here to register"
And they have a bar at the top of the forum page which ONLY shows if you are not logged in/registered.

Example sites:
http://www.cyberterrorists.net/forum/


Or just a simple script like this:
http://www.warezscene.org/
"Attention Guest: Please register"

Wondered if any of you had any kind of the scripts and would be willing the share it?
 
4 comments
To display a message to only people who aren't logged in you just need to add the code below wherever you want a banner to display.

Code:
<!-- IF not S_USER_LOGGED_IN -->
Welcome message here in html with images, tables etc.
<!-- ENDIF -->
 
Status
Not open for further replies.
Back
Top