So you want to add the word "back" into the welcome statement, if the user is a member?
So instead of ...
Welcome user1234
Welcome
You want...
Welcome back user1234
Welcome guest
Yes, it's possible, I think you need to create a new $var though, some code hacking and a couple of new template options, one for each option. Seems like a lot of trouble for a simple syntax preference. It would need to be something along the lines of a new $welcometext and new $unregwelcomemessage, so two new templates at least.
Though there might be an easier option, I honestly dont know.
|