Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mbcors1986 Friend
    #161701

    Hi All,

    I m using JA Business (and Community). When I specify an access level to a menu item, log in front end as superuser, or registered, the menu is not rendered in T3 menu in front end.

    The same menu in a module is well rendered.

    Thanks for your help. That is for an intranet purpose.

    Dimitri

    Saguaros Moderator
    #382427

    Yes, That menu will be showed when the user login the system with the specific access

    mbcors1986 Friend
    #382693

    Sure. I d love to but no.
    The menu (joomlart maon menu position) is not rendered at all.

    That is my my issue.

    That become urgent for us because I have to present a pilot within few days.

    do you have a fix or a workaround?

    Could have a lokk at our sandbox (https://intranet.orsyp.net). I provided you the credentials yesterday. Tell me if any problem.

    Saguaros Moderator
    #382791

    Ok, you open the file: pluginssystemjat3coremenubase.class.php and find
    [PHP]
    if ($v->access <= $aid) {
    [/PHP]

    and replace by:
    [PHP]
    if ( 1 ) {
    [/PHP]

    Then check this again

    mbcors1986 Friend
    #383054

    thnaks. I try.

    What will be the impact?

    adamlopuch Friend
    #388698

    Hello — have the same problem with different JA template and found this thread.

    The fix above (editing base.class.php) no longer works with my version of T3 framework–version 1.2.3.

    My temporary workaround: on my production site, I enable development mode in the template (and remove all caching in Global Config) and the menu behaves as expected.

    Joomla 1.6:

    Extensions > Template Manager > JA_TEMPLATE_NAME > Global tab > Enable Development Mode = “Yes”

    Site > Global Configuration > Cache Settings > Cache = “OFF – Caching Disabled”

    The site takes longer to load, however at least the menu works.

    I would like to see the menu work with access level restrictions while caching is ON.

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

This topic contains 6 replies, has 3 voices, and was last updated by  adamlopuch 13 years, 6 months ago.

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