11
Quote:
mktwain124 wrote:
thanks, sitekeep...I forgot to include that part.
To summarize the procedure, clone the default theme with Admin Theme Manager ["Themes"]. In the Templates column of your cloned theme, click on System [LIST(22)], click on edit for system_block_mainmenu.html and add one of the following scripts either before the tag which puts your links before the regular menu items or after the
tag which puts them at the bottom of the menu block:
[size=small]
<tr>
<td id="mainmenu">
<a class="menuMain" href="<{$xoops_url}>/path_to_your_file">Link Titlea>
td>
tr>
<tr>
<td id="mainmenu">
<a class="menuMain" href="foo.bar.com">Link Titlea>
td>
tr>
[/size]
Now I am finding a problem here
This works perfectly for files on my site, but I cannot go to an external url.
Instead of going to the external url I get the following:
foo.bar.com/myexternallink.net
It is like every link I try it first gives me the default URL and add my extrenal link to it.
Any help appreciated