1043
OK for your first question:
1) go to your Admin page, click on System>Groups
2)In the Edit Groups box, click on Anonymous Users>Modify
3)tick whatever modules and blocks you want them to see (module access rights, block access rights)
For Question 2,first of all you will have to clone your template set, then edit the system_block_mainmenu.htm template. (of the cloned set, of course)
I did the same thing-
table cellspacing="0">
<{foreach item=module from=$block.modules}> <{$module.name}> <{/foreach}> |
I just commented out the
<{foreach item=sublink from=$module.sublinks}>
<{/foreach}>
works perfectly.
Don't forget, you have to set the cloned template set as default in the preferences menu.