Print Page | Close Window

Prevent moderators viewing users profiles

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=16110
Printed Date: 13 April 2026 at 5:58pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Prevent moderators viewing users profiles
Posted By: Amateur
Subject: Prevent moderators viewing users profiles
Date Posted: 05 August 2005 at 6:22pm
I have set up moderators to moderate different sections of my forum. They are able to edit and delete others posts. However I have just noticed that they are also able to view and edit other users profiles. How can I prevent the moderators from doing so? I have tried but cannot find a way. I am using the latest version of WWF.



Replies:
Posted By: michael
Date Posted: 05 August 2005 at 11:46pm
I don't think there is a way in the current version. You would have to mod that.

-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: sfd19
Date Posted: 06 August 2005 at 7:44am
Replace the entire section in register.asp after

'********************************************
'***  Check and setup page for admin mode ***
'********************************************
 
with:
 
'If the admin mode is enabled see if the user is an admin
If blnAdminMode AND blnAdmin = False Then
 Set rsCommon = Nothing
 adoCon.Close
 Set adoCon = Nothing
 Response.Redirect("insufficient_permission.asp?FID=" & intForumID)
End If
 
Now moderators can not view or edit member profiles anymore. You may also want to remove the 'edit profile' button from the member popup profiles by changing the (I guess that it looks that way)
 
If blnAdmin OR blnModerator then.....display 'edit profile button'
 
to:
 
If blnAdmin then.....display 'edit profile button'
 


-------------
Politics, economy & social issues: http://www.studentsfordemocracy.net - StudentsforDemocracy.net


Posted By: Amateur
Date Posted: 06 August 2005 at 7:46am

Cheers michael, when i know there is no specific way of doing such, I can try code another way around it.

Thanks



Posted By: Amateur
Date Posted: 06 August 2005 at 10:09am
Thanks very much sfd19, had something like that in mind.


Posted By: shovel
Date Posted: 07 August 2005 at 4:34pm
Thanks!  I needed this just now.  :)

Jim



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