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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 (v3.4) BUG+FIX: active.asp & search.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2002 :  08:01:24  Show Profile
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




search.asp



on line #180 insert the following line:

	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

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2002 :  08:26:05  Show Profile
fixed in v3.4.01
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 21 August 2002 :  09:28:14  Show Profile  Visit Aaron S.'s Homepage
Line 240 in active.asp and 180 in search.asp is:

end if

Does this new code go above the last end if or below it?

--Aaron


DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 August 2002 :  09:29:41  Show Profile
if you insert a line on line #180, then the existing code that was on line #180 will now be on line #181. same goes with inserting a line on line #240.
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07