Print Page | Close Window

Show IP for new group?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4092
Printed Date: 02 April 2026 at 4:42am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Show IP for new group?
Posted By: whittibo
Subject: Show IP for new group?
Date Posted: 06 July 2003 at 8:46am

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!

 




Replies:
Posted By: fernan82
Date Posted: 06 July 2003 at 12:28pm
It would only work if you add somewhere in common.asp some code to set blnManager to True if the user belongs to that group, also have to define the blnManager var or it'll throw errors...

-------------
FeRnAN
http://www.danasoft.com/">


Posted By: whittibo
Date Posted: 06 July 2003 at 12:37pm

humm.. sounds difficult.  maybe I should just make one or two more moderators instead?! 

 




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net