View Single Post
  #30  
Old 26th December 2020, 16:35
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
Quote:
Originally Posted by fr31w1ld View Post
that's how it is set for me. is that not right?

staff_settings.php
**/
$INSTALLER09['allowed_staff']['id'] = array(1,2,3,4); <--- These should match the userid of the person(s) being added to staff
?>


staff_settings2.php
$INSTALLER09['staff']['allowed'] = array( 'user1' => 1,'user2' => 2,'user3' => 3,'user4' => 4 <--- These should reflect the precise name(s) of the person(s) added to staff, and the number(s) here should ALL be the number 1
);
See annotations above. Also note that it would always be a good idea to clear/flush memcache/memcached after any staff changes.
Reply With Quote