How to add words next to the sidebar username, e.g. "Hi, username"?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
lissa
User
Posts: 69

How to add words next to the sidebar username, e.g. "Hi, username"?

Post by lissa »

hi,
I want to add words next to the user login image, "Hi User blah blah" with the following code,

if (IsLoggedIn()){
 echo "Hi ".CurrentUserName();
 }

but I'm confused about where to put it?
Can anyone help me to add words before the username?


arbei
User
Posts: 9719

Post by arbei »


lissa
User
Posts: 69

Post by lissa »

solved, thank you


Post Reply