I would like to be able to display a simple line of text at the very top of my forum header that says
"Welcome [username]"
But I cannot figure out how to get the logged in user's name to display.
Currently I have this code in my overall-header.html
Code: Select all
<!-- IF S_USER_LOGGED_IN -->Welcome... <!-- ENDIF -->
{PRIVATE_MESSAGE_INFO}
{L_PROFILE}
{L_INDEX}
There must be an equivalent {tag} that will somehow pull the session user's name?
If I had that tag, I'm thinking that I should just be able to insert it - something like this:
Code: Select all
<!-- IF S_USER_LOGGED_IN -->Welcome {users name}<!-- ENDIF --> ?
Does anyone know if this is possible to do this way?
If so, do you know what the tag is that will show the session user's name?
Thank you very much in advance.
Chris