Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pyjib Friend
    #185308

    Joomla 2.5.9
    JA T3 Framework 2.5.9
    JA T3 blank template 2.5.4

    I load login module as menu item (http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Navigation#Loading_regular_modules)
    It works ok. But when I install JoomFish 2.5.1 and translate module and menu (RUS, UKR, ENG) – login module in menu will not be displayed. Other menu items (not module items) with translation work fine.

    When I disable plugin “Joomfish – Database Abstraction Layer” and select language as http://mysite/index.php?lang=ru (or lang=uk, or lang=en) login module displayed in menu with needed translation.

    What I doing wrong? Or is a bug (T3 Framework or JoomFish)?

    pyjib Friend
    #484604

    I found problem:

    pluginssystemjat3jat3coremenubase.class.php line 420
    <blockquote> $query->select(‘id, title, module, position, content, showtitle, params, mm.menuid’); </blockquote>
    must be patched to
    <blockquote> $query->select(‘m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid’); </blockquote>

    pluginssystemjat3jat3coremenubase.class.php line 441
    <blockquote> $query->order(‘position, ordering’); </blockquote>
    must be patched to
    <blockquote> $query->order(‘m.position, m.ordering’); </blockquote>

    Thank you all for your participation 🙂

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

This topic contains 2 replies, has 1 voice, and was last updated by  pyjib 11 years, 9 months ago.

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