IP 1.3.0.53 - Question About Other Admins »  Show posts from    to     

Icy Phoenix


Old Support Topics - IP 1.3.0.53 - Question About Other Admins



ganesh [ Thu 17 Sep, 2009 15:36 ]
Post 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.


novice programmer [ Thu 17 Sep, 2009 15:53 ]
Post 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


ganesh [ Thu 17 Sep, 2009 15:56 ]
Post subject: Re: IP 1.3.0.53 - Question About Other Admins
Full admins and, no, nothing patched.


spydie [ Thu 17 Sep, 2009 16:33 ]
Post 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.


novice programmer [ Thu 17 Sep, 2009 16:47 ]
Post 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: [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




Powered by Icy Phoenix