UBB.Dev
Posted By: iowan custom moderator status - 04/29/2001 7:14 PM
hello all ,

i have some moderators on my board that have over a 1000 posts , i would like to give these moderators the status of " senior moderator " , does anybody know how i do this ? i have the starshack installed , but what i need is a hack just for the moderators .
Posted By: iowan Re: custom moderator status - 04/30/2001 10:14 AM
hmm , did i ask a silly question ? smile
Posted By: SpAwN Re: custom moderator status - 04/30/2001 10:31 AM
You can use Jimbo's star and title hack for that.
Posted By: iowan Re: custom moderator status - 04/30/2001 11:02 AM
i could do that but i just want a simple hack cuz i already got the starshack installed , i found this but somehow that don't work , i get an error about a missing bracket in line 2349 in ubb_library2.pl

code:
--------------------------------------------------------------------------------

elsif ($ThisStatus eq "Moderator") { $ThisStatus = "Moderator
";}

--------------------------------------------------------------------------------

And try replacing it with this,


code:
--------------------------------------------------------------------------------

elsif ($ThisStatus eq "Moderator") {if ($thisprofile[7] > 21) { $ThisStatus = "Mod with 21 or more posts
"; }}
© UBB.Developers