Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • redlight_traitor Friend
    #124069

    Hi all,

    I create a link to show up on the menu as a placeholder/seperator but this template won’t display. I can only see the links on the menu once I use a link-to-content-item or something.

    What can I do to make the menu show seperator/placeholder links?

    THANKS! – Johnny

    Khanh Le Moderator
    #233656

    Thank Johnny for the bug report. Here is the quick fix:

    Open file templates/ja_fagus/ja_menus/Base.class.php, goto line 163:
    Line 163:


    return '<a href="#" title=""><span class="separator">'.$image.$tmp->name.'</span></a>';

    Replace that line with following code:


    $data = '<a href="#" title=""><span class="separator">'.$tmp->name.'</span></a>';
    if (!$ret) echo $data;
    return $data;

    redlight_traitor Friend
    #233665

    The fix worked perfectly! I would like to add however that the old code was found on line 325 for me in Dreamweaver instead of line 163 like you suggested.

    THANKS!

    Ågebror Friend
    #233785

    Hi are the files in the download area updated with this bugfix?:)

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ågebror 16 years, 12 months ago.

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