1
JamesSAEP
Custom Block - Menu Help needed
  • 2005/8/4 21:38

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


In a XOOPS 2.2 site, I'm using the following code to make a menu for the myAlbum-P modules:
<table cellspacing="0" width="90%" height="1">
  <
tr>
   <
td id="mainmenu">
    <!-- 
start module menu loop -->
    <
class="menuMain" href="{X_SITEURL}modules/myalbum3">Air Force</a>    
    <
class="menuMain" href="{X_SITEURL}modules/myalbum0">Army</a>
    <
class="menuMain" href="{X_SITEURL}modules/myalbum1">Marine Corps</a>
    <
class="menuMain" href="{X_SITEURL}modules/myalbum2">Navy</a>
    <
class="menuMain" href="{X_SITEURL}modules/myalbum4">Theaters</a>
    <!-- 
end module menu loop -->
   </
td>
  </
tr>
</
table>
</
br>

When the mouse hovers over any of these links, the url is http://www.ultimate-sacrifice.com/modules/myalbum... but when you click on the link, the url that is in the address bar is http://ultimate-sacrifice.com/modules/myalbum... This is causing the user session to break.

Is this a problem w/ the code in my menu or somewhere in the myalbum index pages?

My mainfile.php has the url as http://www.ultimate-sacrifice.com as well.

Thanks.

2
DCrussader
Re: Custom Block - Menu Help needed

why u just not give a try to Solo's MultiMenu 1.7 module
May The Source Be With You!