Print Page | Close Window

Restricting access to site members only

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=23007
Printed Date: 30 March 2026 at 12:16pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Restricting access to site members only
Posted By: Glenn
Subject: Restricting access to site members only
Date Posted: 29 March 2007 at 2:43pm
I need some help.  I am developing an members subscription site and have the forum as a part of the members section.  I have a member management system in place but I can't seem to restrict access to the forums to site members only.  I have tried includes and the following code but no luck:
<%
If Session("blnAdmin")<>True Then
If session("level")<>1 AND session("level")<>2 then
  Response.Redirect "/members/no_access.asp"
End If
End If
%>
 
Does anybody have any suggestions.
Thanks.


-------------
Glenn



Replies:
Posted By: wistex
Date Posted: 02 April 2007 at 7:26am
If you have your member management system integrated with WWF so users use the same login and password for both, then it should be pretty easy to do if you take a slightly different approach.

Simply change the permissions of each forum area so that guests and the  non-members group cannot access the forum areas you want to block, instead of trying to block the whole forums.

When someone becomes a member, change the group they are in in WWF.  You could so this with a simple database update query.

Using this approach will allow you to have some forums for members only, and some not (if you wanted to).  You have more flexibility that way.  You could also show what forums are available without actually showing what's inside, which can help sales, because people get curious about what's inside the locked forums they can't see unless they are a member.


-------------
http://www.wistex.com" rel="nofollow - WisTex Solutions
http://www.caribbeanchoice.com/forums" rel="nofollow - CaribbeanChoice Forums



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