1
ok, i wanted to make a welcome msg in the home page, something like "welcome back, (username). What's up?". So i put the fllowing code in theme.html:
<{if !$xoops_isuser}>
<{else}>
Welcome back,
<{$user.name}>. What's up?
<{/if}>
...but every user that logs in always gets displayed the name of one of the two webmasters (and not his one)!
Any idea? Something wrong in the code?