1
I'm sorry in advance if I missed some documentation somewhere regarding this and if so please just point me in the general direction. I'm trying to create a simple site where a majority of the modules would be accessed and only available to the members. However, when I installed the modules, they were placed on the Main Menu due to this code( i think,as I'm not a programmer, per se)
<{foreach item=module from=$block.modules}>
<{$module.name}> <{foreach item=sublink from=$module.sublinks}>
<{/foreach}>
<{/foreach}>
So I guess my question is this. How do I remove the module from the menu and move it to the User Menu?
John Richmond