When you add a admin to the website how can you add more options to there rights without making them a super user. What php file controls that so I can add Top 100 Site in there and other admin action modules. Thanks
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sun Mar 02, 2003 11:57 am
you have to add each right to the database authors table, add the rights to the edit admins module in the admin section in 3 places (at least I'm afraid).
I did it once, but decided it's a bit too much hassle adding more again with the new versions of nuke.
ArtificialIntel
ravernews Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Sun Mar 02, 2003 12:39 pm
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sun Mar 02, 2003 4:09 pm
best way to do it is in the edit authors module file in the /admin/modules directory, add new fields called $radmin...... where ...... is replaced with the name of the permission before each occurance of $radminsuper
You'll have to add some table cells and rows too probably on the entry forms.
It doesn't matter where in the $prefix_authors database u stick the fields (end or b4 radminsuper) because you'll be entering them by fieldname anyway.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum