2
Hi jporpilla,
I Believe this same information just supplied skaboom101 on another post applies to your situation. Check it out and see if that takes care of your problem.
See this sample
MainMenu link for visual location.
select template
That is the
Edit template file
File name* system_block_mainmenu.html
Description* Shows the main navigation menu of the site
<table cellspacing="0">
<tr>
<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}>
td>
tr>
table>
Above is the code you will find in the modules/system/admin.php?fct=tplsets&op=edittpl&id=20
Place your link/links within the code just before the end module menu loop, or right under the start main menu loop.
<{/foreach}>
<{/foreach}><a href="http://www.xoops.net.br" target="_blank">xoops03 a>
td>
tr>
table>
NOTE:
If you don't get a submit button you may have a version that needs a
cloned copy to work on, or there have been changes due to the theme you are using.
EXAMPLE EDIT ADDONS in response to additional information.:
with additional Visuals SEE:
1) Add MainMenu Link added to main menu as example above (using clone.)
2) @StudioC - Example additional menu box addition with xoops03, xoops02, and xoopers. [excellent for additional menu items that may need to be changed over time]
SEE:
Example demo