IP 1.3.0.53 - Question About Other Admins


Subject: IP 1.3.0.53 - Question About Other Admins
Hi to all, in my forum I've other 4 users as admin.
With the last upgrade they don't see some modules of ACP anymore (i.e. Private Messages, Moderation logs, etc...)
Can't understand why and how to solve.
Thanks.

Subject: Re: IP 1.3.0.53 - Question About Other Admins
Are they setted throught the junior admin or as full admins?

Please confirm you have not patched up to 1.3.0.53a

Profile PM  
Subject: Re: IP 1.3.0.53 - Question About Other Admins
Full admins and, no, nothing patched.

Subject: Re: IP 1.3.0.53 - Question About Other Admins
I wonder aswell.

In .27 you could give other admins permission to see the DB maintenance.

in 1.3 there“s no option to give full access to other admins.

Subject: Re: IP 1.3.0.53 - Question About Other Admins
There it is the DB maintenance script:
Spoiler: [ Show ]


I guess it is cased by this piece of code before setting the lang for the ACP dropdown menu:

Code: [Download] [Hide]
  1. // Mighty Gorgon - ACP Privacy - BEGIN  
  2. if (function_exists('check_acp_module_access'))  
  3. {  
  4. $is_allowed = check_acp_module_access();  
  5. if ($is_allowed == false)  
  6. {  
  7. return;  
  8. }  
  9. }  
  10. // Mighty Gorgon - ACP Privacy - END 


Perhaps wiping that solves the problem

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 1.0761s (PHP: 2% SQL: 98%)
SQL queries: 13 - Debug Off - GZIP Enabled