PDA

View Full Version : Accessing certain parts of the Admin Cp


Herman
07-09-2002, 03:09 AM
Hello, I'm not sure if this belongs here, but...

How do I get other members, in this case, Super Mods, to have access to certain parts of the Admin CP?

In this case, I want super mods able to access the Store Points menu, so super-mods can donate to themselves, so I don't have to.

Thanks for any help.

Xenon
07-09-2002, 10:18 AM
a way is: create a new directory called supermod and copy all files you need for them into it, then edit supermod/global.php to allow supermods to go to this sites...

or i think theres an other way too, but im not sure:
copy the storepoints admin files in the mod directory, and then add after the require global.php this:
if($bbuserinfo[usergroupid]!=5) {
echo "You're not allowed..";
exit;
}

i can't be more exactly, because i don't use the store hack..