I see that the $ismod variable has been added to the makecat/makesticky (and reverse) functions.
The format is:
Code:
Content visible to verified customers only.
My global moderators get the error message telling them that they aren't an admin.
I use the code like this and it works better for me:
Code:
Content visible to verified customers only.
I'm not quite sure on the exact differences between $ismod and $User['moderator'] so perhaps "if ( $User['adminedit'] == 1 || $User['moderator'] == 1 || $ismod )" would cover all bases?