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.3(03) BUG+FIX: Password protected forums
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cameron
Starting Member

7 Posts

Posted - 24 July 2001 :  16:20:54  Show Profile
As Aministrator, I created a forum with the security level set at "Members Only & Password". Now it seems that no one can post to this forum except me, even the Moderator I assigned to the forum. What am I doing wrong. When a user posts, it doesn't even ask for a password, it just says no you can't post to this forum.

Changed topic title...

Edited by - Davio on 07 November 2001 17:02:26

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 24 July 2001 :  17:20:52  Show Profile
With the Authourized Type set to "Members Only & Password" it means that only registered Members will be able to enter the forum. If they aren't registered, they will be asked for a password.

They won't be able to get to the posting screen unless they are a member or they have entered the password for the forum. Once they entered the correct password it won't ask for it again.

- David
Go to Top of Page

cameron
Starting Member

7 Posts

Posted - 24 July 2001 :  17:26:42  Show Profile
I do understand that, but my problem is that at the momemt, NO ONE except the Administrator is able to post to this forum. Is this normal? Isn't a registered user supposed to be able to post to this forum?

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 24 July 2001 :  17:34:16  Show Profile
What do you they can't post?
Once they get to the forum.asp page they are able to post, there are no more restrictions.

Are you saying, they clicked the Reply to Topic link, typed in a message and hit the "Post Message" button and it gives an error that they can't post?

If so, what is the exact error? I would prefer if you copy and paste it here.

Also could you provide a link to your forums please.

- David
Go to Top of Page

cameron
Starting Member

7 Posts

Posted - 24 July 2001 :  17:42:04  Show Profile
I simply mean they can't post replies to topics.
A registered user clicks "Reply to Topic", the data entry screen appears, but when you hit "Post Message", you get the following:

There has been a problem!
You are not allowed to post in this forum !
Go back to correct the problem.

The link to the forum is: www.comp-sols.com/forum
Try the "Handouts" forum.
The Admin name hasn't been changed, since this is just a fake test for a real site to be set up later.


Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 24 July 2001 :  18:39:02  Show Profile
Ok, this is a bug.
I'm looking into it right now, I'll let you know a fix for it.

- David
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 24 July 2001 :  23:44:43  Show Profile
Ok, here's what you need to do to fix this.
In your inc_functions.asp file, look for the "ChkForumAccess()" function. In the function you will find the following code:
'## code added 07/13/2000
case 7 '## members or password
if strDBNTUserName = "" then
select case Request.Cookies(strUniqueID & "User")("PRIVATE_" & rsStatus("F_SUBJECT"))
case rsStatus("F_PASSWORD_NEW")
chkForumAccess = true
case else
if Request("pass") = "" then
chkForumAccess = false
else
if Request("pass") <> rsStatus("F_PASSWORD_NEW") then
chkForumAccess = false
else
if strSetCookieToForum = 1 then
Response.Cookies(strUniqueID & "User").Path = strCookieURL
end if
Response.Cookies(strUniqueID & "User")("PRIVATE_" & rsStatus("F_SUBJECT")) = Request("pass")
chkForumAccess = true
end if
end if
end select
else
chkForumAccess = true

end if
'## end code added 07/13/2000
Add the code in red. That should fix it. Let me know if it works.

- David
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 25 July 2001 :  04:24:45  Show Profile  Visit Kat's Homepage
Davio,

It works. I just found that bug yesterday and you beat me to the fix!

Kat.

KatsKorner
Go to Top of Page

cameron
Starting Member

7 Posts

Posted - 25 July 2001 :  10:50:14  Show Profile
It worked. Thanks!

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 July 2001 :  20:05:26  Show Profile
You're both Welcome.

This should be moved to the DEV: Bug Reports Open forum.

- David
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 November 2001 :  17:04:27  Show Profile
*bump*

Needs to be fixed.

- David
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 07 November 2001 :  17:16:26  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
fixed for 3.4

---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 24 November 2001 :  18:55:06  Show Profile
Fixed in [v40b03patch001]...

Think Pink
Test Site not ready yet | Post v40b03 Patches
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