7
You could add your own custom link like this :
<td id="mainmenu">
a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}>a>
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}>a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}>a>
<{/foreach}>
<{/foreach}>
<a class="menuMain" href="<{$xoops_url}>/modules/news/someNewsURL">Chaptersa>
<a class="menuMain" href="<{$xoops_url}>/modules/polls/somePoll">Opinionsa>
<a class="menuMain" href="http://www.someRandomURL.com">Random Websitea>
td>
RENAME: You can also rename modules in Admin>System>Modules Just change the name of the module and click submit. They'll appear with the new name in the Main Menu.
HIDE: As mentioned, to stop a module appearing in the main menu, change it's weight to zero (0) in System>Admin>Modules
It's a bit tricky figuring out the template code because it uses something called 'smarty templates' which isn't really standard PHP but a new kettle of fish.
anyway, all the best with that

D
みんなちがってみんないい。
XOOPS 2.0.13.2