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: MOD Implementation
 Require Reg for forums, but not guestbook
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

alexk13
Starting Member

2 Posts

Posted - 09 December 2004 :  21:19:06  Show Profile
Hi Guys

I'm building a snitz forum for a website I'm working on for the Mark Webber Supporters Club (Aussie F1 Driver)

I need to forums to Require Registration to be viewed, and also Prohibit New Members, so that people who are not members of the club can not join the forums (club administrators requirements) - I've got this bit figured out

BUT (here comes the tricky part)

I have the guestbook mod installed also, and I need (would really really like) this to not require registration, so that any websites visitors can sign the guestbook.

Can this be achieved, and if so, how would I go about it
If you can tell me what needs to be changed, that would be great

you can view my forums at: http://www.unimaetrix.com/forum/
you can login with UID: ak13 PWD: 31ka

Thank in advance for your help

Alex
Snitz Version 3.4.04
Database Access
strConnString Provider=Microsoft.Jet.OLEDB.4.0;Data
Host: A Dedicated Server
URL: currently working on a development server

Edited by - alexk13 on 09 December 2004 21:40:47

alexk13
Starting Member

2 Posts

Posted - 09 December 2004 :  22:02:43  Show Profile
I solved my own problem:

in the file inc_header.asp

I found this code

if strRequireReg = "1" and strDBNTUserName = "" then
	if not Instr(strScriptName,"policy.asp") > 0 and _
	not Instr(strScriptName,"register.asp") > 0 and _
	not Instr(strScriptName,"password.asp") > 0 and _
	not Instr(strScriptName,"faq.asp") > 0 and _
	not Instr(strScriptName,"login.asp") > 0 then


and changed it to this code


if strRequireReg = "1" and strDBNTUserName = "" then
	if not Instr(strScriptName,"policy.asp") > 0 and _
	not Instr(strScriptName,"register.asp") > 0 and _
	not Instr(strScriptName,"password.asp") > 0 and _
	not Instr(strScriptName,"guestbook.asp") > 0 and _
	not Instr(strScriptName,"faq.asp") > 0 and _
	not Instr(strScriptName,"login.asp") > 0 then


Maybe this will help someone else with a similar problem

PS great forums and mod - really really love it guys.

Alex
Snitz Version 3.4.04
Database Access
strConnString Provider=Microsoft.Jet.OLEDB.4.0;Data
Host: A Dedicated Server
URL: currently working on a development server
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 10 December 2004 :  00:42:56  Show Profile  Visit dayve's Homepage
If I remember correctly, the guestbook mod does not require registration... at least when I used it long ago on 3.1SR4.

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 0.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07