Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • novinfard Friend
    #175700

    hello my joomla friends.

    I found a bug in menu system of t3 framework (last version).

    Home menu redirect to main language instead of current language. I’m using joomla native extensions only, and this problem happens only in t3 menus, not other menus.

    You can see the online demo of problem in here:
    http://www.egolt.com (right and top menu different homepage urls)

    Please help to solve this problem…

    Best Regard

    novinfard Friend
    #446960

    O ooh, Problem can be solved with this code replacement:

    JOOMLApluginssystemjat3coremenubase.class.php :: line 207 =>

    [PHP]$v->url = JURI::base();[/PHP]

    replace with:

    [PHP]$v->url = str_replace(array($v->route.’/’, $v->route), ”, JRoute::_($v->url));[/PHP]

    Please fix this bug in next version of t3 framework.

    Best Regards,
    Novinfard

    caronte Friend
    #479873

    Novinfard… You saved my life!!! Thanks man!!!

    schwartzen Friend
    #489860

    Thank you so much, definitely a major bug that needs to be fixed, your code worked like a charm :))

    <em>@novinfard 311832 wrote:</em><blockquote>O ooh, Problem can be solved with this code replacement:

    JOOMLApluginssystemjat3coremenubase.class.php :: line 207 =>

    [PHP]$v->url = JURI::base();[/PHP]

    replace with:

    [PHP]$v->url = str_replace(array($v->route.’/’, $v->route), ”, JRoute::_($v->url));[/PHP]

    Please fix this bug in next version of t3 framework.

    Best Regards,
    Novinfard</blockquote>

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  schwartzen 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum