Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • siwi2524 Friend
    #132023

    Is there any way to integrate JA Menu with Juga? Also, how can I fix the problem where if a user is just registered, they can still see the menus that are supposed to be for special only?

    Sherlock Friend
    #264830

    Can you give us your live URL, any screenshot or more details of the problem will be helpful

    siwi2524 Friend
    #264838

    Basically, if a user is public they can’t see registered or special menu items in the horizontal menu. However, if they are logged in as a normal registered user, they can see both registered and special menu items, when they should only be able to see registered items.

    Sherlock Friend
    #264857

    Hi
    plz edit base.class.php(templatesja_helioja_menus folder)
    Search this line :

    if ($v->access <= $user->get('gid')) {

    Change to

    if ($v->access <= $user->get('aid')) {

    Sherlock Friend
    #264858

    Hi
    plz edit base.class.php(templatesja_helioja_menus folder)
    Search this line :

    if ($v->access <= $user->get('gid')) {

    Change to

    if ($v->access <= $user->get('aid')) {

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

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

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