1
Hi,
I'd like the UserMenu block to show up on my top page, even if a user has not yet logged in. The trick is that I'd like the UserMenu title to show but with no sub items showing. I have been able to do this with the MainMenu and Who'sOnline blocks by editing the template content:
<{if $xoops_isuser}>
MainMenu html or Who'sOnline html...
<{else}><{/if}>
This way the MainMenu or Who'sOnline block shows with no content until the user logs in.
How can I do this with UserMenu? I can't seem to get to the "Edit Template" for UserMenu
Thx!