1
Dear All,
I want to display a link to the main menu of my XOOPS site, but only to registered users. When I wanted it only to be shown to admin users the following conditional in the relevant template of the system module would be sufficient: <{if $xoops_isadmin}> ... <{/if}>. If I change it to <{if $xoops_isuser}>...<{/if}> to check if a user is logged on, it will not work. Any ideas on what I am doing wrong (or overlooking) here?
I look forward to hearing from you soon.
Many Thanks,
George