Need help with html phpbb3

windsor

Up-and-Coming Sensation
Joined
Mar 16, 2008
Messages
309
Reaction score
0
FP$
333
Ok i want a welcome message for non members (quests) but want that welcome message to turn into a message or members when the members sign in.

What do i have to put it make this happen?

I hope you understand.
 
Code:
<!-- IF not S_USER_LOGGED_IN -->
Stuff for logged out users (guests), XHTML Code, welcome message etc.
<!-- ENDIF -->

Use that in your .html template file for logged out users (guests)

Code:
<!-- IF S_USER_LOGGED_IN -->
Stuff for logged in users, XHTML Code, welcome message etc.
<!-- ENDIF -->

Use that in your .html template for logged in users 🙂
 
Back
Top Bottom