Quote:
Originally posted by BrAinZ
Has anyone worked out how to ONLY allow Mods or Admins (or other user groups) to rate users.
I would like to add this system to our board, where existing Mods can start rating users who could potentialy become future mods after being rated well by a few others.
Can anyone help?
|
Hello BrAinZ,
i had the same problem
but very easy to resolve :
just confine the code of the modified files (4 locations to edit) in such conditionnal :
if ($bbuserinfo[usergroupid] == 7 or $bbuserinfo[usergroupid] == 6) {
...
...the code in the instructions..
...
}
and this system will be invisible to all except your mods and you, the admin.
sorry crappy english