Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • preceptm Friend
    #126350

    Hi, just installed a fresh copy Genista and the SEF urls do not populate in the moo menu but they show in the main menu module.

    http://precept-marketing-group.com/dev/index.php?option=com_contact&task=view&contact_id=1&Itemid=3

    I have the correct .htaccess file in my installation and it’s obviously working because the module populates correctly. Am I missing a step somewhere? Any ideas?

    View the link for Contact Precept in the moo menu and then the link on the module and you’ll see they are different. I ultimately want to setup JoomSEF so I hope this is no an issue.

    tempusserbia Friend
    #241426

    You have to add custom redirects manually, I had same problem, when trying this template.

    preceptm Friend
    #241468

    Wow, Thanks for your reply. I really hope that’s not the case.

    Can someone from the Joomlart development team please come up with an actual solution for this? Setting up redirects is not a solution. I work with several templates from other clubs and their SEO functions work as they should.

    tempusserbia Friend
    #241489

    Top menu URLs not SEF’d
    The top menu in JA Fagus doesn’t honor SEF settings if you have a 3rd party SEF extension installed, such as sh404SEF. The URLs always come out as index.php?option=com_content&….

    To solve this, open the file

    /templates/ja_fagus/ja_menus/Base.class.php

    and replace this code on line 84
    Code:

    $row->url = $row->url = ampReplace( $row->link );

    with
    Code:

    $row->url = $row->url = sefRelToAbs(ampReplace( $row->link ));

    That will output nice SEF URLs.

    Kind regards,
    Zorro</blockquote>

    I’ve tried it on Genista and IT’S WORKING !!!
    Just follow above instructions, and of course look for genista not for fagus (…templates/ja_genista/ja_menus/Base.class.php)

    So, this one is solved 🙂

    preceptm Friend
    #241490

    Thanks!!

    I’ll give this a try.

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

This topic contains 5 replies, has 2 voices, and was last updated by  preceptm 16 years, 8 months ago.

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