Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Search results visible to unregistered users
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

StephenD
Senior Member

Australia
1044 Posts

Posted - 21 August 2002 :  05:31:01  Show Profile  Send StephenD a Yahoo! Message
Greetings

I've upgraded to v3.4 and now I find that anyone who has not logged in can perform a search of all my forums which are 'hidden - registered users only', new members not allowed and private forums set to yes.

When you try and enter the topic it comes up with the 'page cannot be found'. Thankfully they cannot get in to these but I am concerned that anyone can see private information at all.

How can I set the forum up so that the user must be logged in to perform a search.

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2002 :  06:02:17  Show Profile
I've just tried this and can't see search results of forums set to "members only (hidden)"

are you just logging out and then trying to search in the same browser? If so, try closing the browser and then do the same search.
Go to Top of Page

StephenD
Senior Member

Australia
1044 Posts

Posted - 21 August 2002 :  07:24:49  Show Profile  Send StephenD a Yahoo! Message
Hmm ... tried from my home PC, deleted all cookies, temp internet files, history. Closed browser, went to (url edited out)

Went into search. Searched for NSW and still found 16 pages of topics....

Please let me know if you can duplicate this.

Edited by - StephenD on 21 August 2002 07:49:33
Go to Top of Page

StephenD
Senior Member

Australia
1044 Posts

Posted - 21 August 2002 :  07:30:58  Show Profile  Send StephenD a Yahoo! Message
All my forums are set to 'Allowed Member List (Hidden)'.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2002 :  07:45:35  Show Profile
in active.asp on line #240 insert the following line:

	if allAllowedForums = "" then allAllowedForums = 0


then on line #270 change this line:

if strPrivateForums = "1" and allAllowedForums <> "" and mLev < 4 then


to this:

if strPrivateForums = "1" and mLev < 4 then



in search.asp on line #180 insert the following:

	if allAllowedForums = "" then allAllowedForums = 0


then on line #270 change this:

		if strPrivateForums = "1" and allAllowedForums <> "" and mLev < 4 then


to this:

		if strPrivateForums = "1" and mLev < 4 then

Go to Top of Page

StephenD
Senior Member

Australia
1044 Posts

Posted - 21 August 2002 :  07:48:19  Show Profile  Send StephenD a Yahoo! Message
Thank you very much. I'll make the changes when I'm back at work in the morning and let you know.

Regards
Go to Top of Page

StephenD
Senior Member

Australia
1044 Posts

Posted - 21 August 2002 :  21:20:51  Show Profile  Send StephenD a Yahoo! Message
Fantastic!!!

Thanks Richard
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07