1
hello to everybody.
I tried to display the username on page and it didn't work
1.
I insert
...
<{if $xoops_isuser}> Welcome,
<{$xoops_uname}>...
it displays "<{if $xoops_isuser}> Welcome, <{$xoops_uname}>" on the page and
not the actual username
2.
if I insert
...
<{if $xoops_isuser}> Welcome,
<{$xoops_uname}>...
it still displays "<{if $xoops_isuser}> Welcome, <{$xoops_uname}>"
but if I click on "<{$xoops_uname}>" it takes me to the 'view account page'
what is missing? why it doesn't show the actual username?
thanks.