sideBar



  • Forgot Your Password ?
  • Forgot Your Username
  • Register
logo
 login Login  panel Register account My Account download My Subscriptions subscriptions My Tickets

Twitter Rss FacebookGoogle Plus Youtube

  
  • Home
  • Products
    • AceShop
    • AceSEF
    • AceSearch
    • AceACL
    • AcePolls
    • AceSQL
    • AceFTP
    • Kunena Converters
  • Services
    • Installation Service
    • Support Service
    • New Extension Request
  • Downloads
  • Support
  • Company
    • About Us
    • Team Members
    • Contact Us
    • Refund Policy
    • License Policy
    • Support Policy
    • Terms of Service
    • Job Application
    • Sitemap
    • Affiliates
  • Blog
HomeSupportAceSEFFAQHome menu link does not work with JoomFish
  

Home menu link does not work with JoomFish

If click on the Home button you get redirected to your main language instead of the currently language. This is caused by the mod_mainmenu or the custom menu module of your template provider. Here there are some known fixes:

mod_mainmenu (Joomla core)

OPEN
modules/mod_mainmenu/helper.php

FIND
$tmp->url = JURI::base();

REPLACE WITH
$tmp->url = str_replace(array($tmp->route.'/', $tmp->route), '', JRoute::_($tmp->url));


mod_roknavmenu (RocketTheme)

OPEN

modules/mod_roknavmenu/lib/renderers/RokNavMenuTree.php


FIND

$tmp->url = JURI::base();


REPLACE WITH

$tmp->url = str_replace(array($tmp->route.'/', $tmp->route), '', JRoute::_($tmp->url));


menu (Gavick Pro)

OPEN

templates/your-template/libs/menu/base.class.php


FIND

$v->url = JURI::base();


REPLACE WITH

$v->url = str_replace(array($v->route.'/', $v->route), '', JRoute::_($v->url));

Support Channels

  • Search
  • Documentation
  • Version Info
  • Tickets System

Paid Services

  • Installation Service
  • Support Service
  • New Extension Request
© 2009 - 2012 JoomAce LLC | Terms of Service
JoomAce is not affiliated with or endorsed by the Joomla! ® Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.