Topic: hding Administration from moderators

Hi All,

is there a way to hide the Administration link from moderators, using punfrontpage1.4b if it helps ?

don't want the moderators to have too much power wink

Cheers

Panead

2 (edited by qie 2006-08-26 09:22)

Re: hding Administration from moderators

change admin_index.php to admin_youremeberit.php

or change censorship.php to yourname.php

Re: hding Administration from moderators

Hide the link? Edit the `generate_navlinks()` function (include/functions.php).

They can still access the page directly though, but mods can't really do much there? You might want to edit "admin_censoring.php" to only allow admins, and edit it's link in the function `generate_admin_menu()` (include/common_admin.php).

Re: hding Administration from moderators

You could edit the permissions on the admin pages that moderators are normally allowed to see and then follow guardian's suggestion and edit the if statement for the link from generate_navlinks

Re: hding Administration from moderators

thank you for all the replies will try the ones suggested smile