diffrent text for guest and users

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

diffrent text for guest and users

Post by dragoth »

i know there is code for phpbb like say i visit a bored not loged in it says one thing and when you log in it says an other

Re: diffrent text for guest and users

Post by Steve »

Dont fully understand,but.
you mean use an if statement to..

Code: Select all

<!-- IF S_USER_LOGGED_IN -->Welcome back  {S_USERNAME} ! <!--ELSE --> You are a guest you must be logged in to see the welcome back! message.<!-- ENDIF -->

Re: diffrent text for guest and users

Post by dragoth »

yeah that's its late here thats what i wanted