Shape 5

Joomla Templates => Sportopolis - Club => : fifthave September 03, 2009, 06:25:39 PM



: <Solved>Top Menu fails to open any frontpage component
: fifthave September 03, 2009, 06:25:39 PM
I cannot access any frontpage component using the top menu, it just refreshes the screen and stays at the same page that I was on to be bring with.  It is a problem for both IE and Firefox browser.  If, I turn on the main menu module and set it to the left column, I am able to access the frontpage component without a problem in both IE and firefox.  Please help, this has been going for a over week and becoming very frustrating.  The url is thekartingnews.com and menu items are home, community and Sanctioning Bodies.

Thankyou


: Re: Top Menu fails to open any frontpage component, works fine with section blog.
: mikek September 04, 2009, 06:57:47 AM
Hello, it's an issue with the way Joomla creates the frontpage link. If you edit the s5_no_moo_menu.php file and find:

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


and remove it the links will load.


: Re: <Solved>Top Menu fails to open any frontpage component
: fifthave September 04, 2009, 07:17:10 PM
Thanks Mike

You're the man!!