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
 inc_simple_slash MOD and EZ anonymous MOD Conflict
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

acoustika
Junior Member

Denmark
311 Posts

Posted - 27 January 2004 :  18:24:15  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
Hey there

I have been using the Simple_Slash MOD for some time now, And I wanted to do the EZ Anonymous MOD also, I did this But now I have the problem that the Inc_Simple_Slash MOD won't show the topics from the forums I allow anonymous posts in, anybody who can help with this. I think it's because the Forums which allows anonym posts has status as a Private Forum. I been looking at this code in Inc_Func_Secure.asp And I think it's here the problem lies, the 119 were added according to the EZ Anonymous MOD

dim Users
		dim MatchFound
		If rsStatus("F_PRIVATEFORUMS") <> 0 then

			Select case rsStatus("F_PRIVATEFORUMS")
				case 0, 119
					chkForumAccess = true
				case 1, 6 '## Allowed Users
					if isAllowedMember(fForum,UserNum) = 1 then
						chkForumAccess = true
					else
						if Display then
							doNotAllowed
							Response.end
						else
							chkForumAccess = false
						end if
					end if


My Inc_Simple_Slash can be seen here as a .txt file
inc_simple_slash.txt

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***

Edited by - acoustika on 27 January 2004 18:25:03

acoustika
Junior Member

Denmark
311 Posts

Posted - 28 January 2004 :  13:09:24  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
Well fixed it, Stupid me forgetting to do a proper search, the fix were in fact in the original MOD thread

OR " & strTablePrefix & "FORUM.F_PRIVATEFORUMS = 119)"

This thing just had to be added to the SQl in Inc_Simple_Slash

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07