Shape 5

Joomla Templates => Sportopolis - Club => : 58fcholden September 29, 2009, 12:12:13 AM



: Sportopolis Top Menu Breaking
: 58fcholden September 29, 2009, 12:12:13 AM
Hi,

I have a problem with a particular component not making links in the top menu. Even by making an external URL it doesn't work in the top menu.

Any ideas?

Best,
Pete


: Re: Sportopolis Top Menu Breaking
: mikek September 29, 2009, 09:15:19 AM
Please post a url.


: Re: Sportopolis Top Menu Breaking
: mikek September 30, 2009, 07:40:39 AM
Hello, edit the file s5_no_moo_menu.php and look for:

$s5_check_itemid = strrpos($mitem->link,"frontpage");
 
       if ($s5_check_itemid > 1) {
          $mitem->link = "";
       }


and change it to:


$s5_check_itemid = strrpos($mitem->link,"frontpage&Itemid=1");
 
       if ($s5_check_itemid > 1) {
          $mitem->link = "";
       }


It's about half way down.


: Re: Sportopolis Top Menu Breaking
: 58fcholden October 01, 2009, 03:53:53 PM
Mike that didn't work.

Wondering if you could take a look via the PM I sent you.

See if you can make it work?

Thanks in anticipation,

Pete


: Re: Sportopolis Top Menu Breaking
: mikek October 02, 2009, 07:32:47 AM
Hello, would you be able to private message me ftp access?


: Re: Sportopolis Top Menu Breaking
: 58fcholden October 03, 2009, 06:33:03 PM
Mike,

Changed site over to Joomla's SEF and it seems to have resolved the issue.

Best,

Pete