1
seolio
Main Menu Items
  • 2005/11/5 9:54

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


Hi, I recently decided to add a personal link to my main menu and read how to do it on your knowledge base, after doing everything in order, including updating the system module the link still doesn't show up. Can anyone help??

Thanks, here is what is in my main menu template:

<table cellspacing="0">
  <
tr>
    <
td id="mainmenu">
      <
class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
      <!-- 
start module menu loop -->
      <{foreach 
item=module from=$block.modules}>
      <
class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
        <{foreach 
item=sublink from=$module.sublinks}>
          <
class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
        <{/foreach}>
      <{/foreach}>
      <!-- 
end module menu loop -->
      <
class="menuMain" href="http://www.personalsite.com"><Personal Site></a>
    </
td>
  </
tr>
</
table>

2
smdcom
Re: Main Menu Items

Don't put "<" and ">" between personal site.

<table cellspacing="0">
  <
tr>
    <
td id="mainmenu">
      <
class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
      <!-- 
start module menu loop -->
      <{foreach 
item=module from=$block.modules}>
      <
class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
        <{foreach 
item=sublink from=$module.sublinks}>
          <
class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
        <{/foreach}>
      <{/foreach}>
      <!-- 
end module menu loop -->
      <
class="menuMain" href="http://www.personalsite.com">Personal Site</a>
    </
td>
  </
tr>
</
table>

Login

Who's Online

212 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 212


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits