HELLO!!
I would like to build a different group, other then Admin & Moderator, but add MANAGERS and let the managers see the IP's. But NOT have the other Moderator abilities.
So.. if I create a catagory called MANAGERS, then add the script that was posted on another thread:
forum_posts.asp
Go to line 640
Change:
If (blnAdmin OR blnModerator) AND strAuthorIP <> "" Then
To:
If (blnAdmin) AND strAuthorIP <> "" Then
But change it to:
If (blnAdmin OR blnModerator OR blnManager) AND strAuthorIP <> "" Then
Would that work?? thanks for your help!