Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Help with UserGroup Mod

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
EKinnamon Posted - 09 April 2005 : 16:47:46
Guy asked this..

<<We have Person 1, 2, 3 and 4
...and Forum A, B, C, D and E.

Person 1 will have access to A B C
Person 2 will have access to B C D
Person 3 will have access to A C D
Person 4 will have access to A B D
Finaly ALL shall have access to E

How do I set upp my groups? Any Idea!>>

Told this...

<<Just make all the forums allowed member list and then make a group for each forum (for the example you showed that would be the best solution). You will not need DENY on any of the groups.>>

But I can't find allow, I see reference to it here..

<<Is the forum set to Allowed Member List / Allowed Member List (Hidden). Then you set explicit allow permissions for the members who are allowed in. The usergroups mod does not handle users who are not signed up AFAIK, you would need to set the Auth Type for that forum.>>

My stie is http://www.kinnamon.net/Boards/default.asp and I want to do the same sort of logic that the guy above addessed.

Thanks in advance,
EKinnamon

EDIT:Sorry for the multiple post, i was getting an error and didn't think the post was hapening.-EK<
12   L A T E S T    R E P L I E S    (Newest First)
rrold1 Posted - 27 August 2005 : 17:06:37
I have been playing with the usergroups mod and I just don't seem to get it no matter how many times I read the instructions and prior posts. I am using an access database. Without the mod, you have to set access to each forum for each member individually. I hoped to be able to just add a user to a group list to differentiate them from the general public and allow access to hidden forums.

It seems no matter how I set the "group" permissions, I can't seem to get the proper result. Here is what I want to do:

I have 2 categories with 3 forums each.
I want the general public to be able to view all forums and posts in the first category but not be able to post without joining.
In the second category, I want only "special" members to be able to see the forums and post with the exception of one "locked" forum that instructs on how to gain access to the forums for the "special" members.

I guess that I don't understand what has to be set in the regular forum properties vs the group properties.

I have spent hours on this so I hope someone has the patience to help me see the light here.

Thanks all,

RR<
Seleck Posted - 17 May 2005 : 06:06:35
Thank you for this nice Mod Nikkol. Specialy Checklist and readme.html was a great help.

I have two question here:

I have a Modified Forum with few other mod. Every thing as listed and showed in readme and checklist was same except of Forum.asp.
At line 168 there is suggested to paste this code:
quote:
'####### Begin UserGroup MOD #######
if strPrivateForums <> "1" and (Request.Form("Method_Type") <> "login") and (Request.Form("Method_Type") <> "logout") and ForumChkSkipAllowed = 0 then
result = ChkForumAccess(Forum_ID, MemberID, true)
end if
'####### End UserGroup MOD #######


But it also says, that surrounding code looks like:

quote:
if strPrivateForums = "1" and (Request.Form("Method_Type") <> "login") and (Request.Form("Method_Type") <> "logout") and ForumChkSkipAllowed = 0 then
result = ChkForumAccess(Forum_ID, MemberID, true)
end if

'####### Begin UserGroup MOD #######
if strPrivateForums <> "1" and (Request.Form("Method_Type") <> "login") and (Request.Form("Method_Type") <> "logout") and ForumChkSkipAllowed = 0 then
result = ChkForumAccess(Forum_ID, MemberID, true)
end if
'####### End UserGroup MOD #######

if strModeration = "1" and AdminAllowed = 1 then
strUGView = Application(strCookieURL & "STRUGVIEW")
strUGMemView = Application(strCookieURL & "STRUGMEMVIEW")
strUGModForums = Application(strCookieURL & "STRUGMODFORUMS")
'####### End UserGroup MOD #######

if strSecureAdmin = "0" then
Session(strCookieURL & "Approval") = "15916941253"
end if


Now when i change the code according to as shown in *sourrounded-code Version*, no body can see any forum when you click any topic. It shows an emtpy page. But when i take follwing lines: It work fine.
quote:
if strModeration = "1" and AdminAllowed = 1 then
strUGView = Application(strCookieURL & "STRUGVIEW")
strUGMemView = Application(strCookieURL & "STRUGMEMVIEW")
strUGModForums = Application(strCookieURL & "STRUGMODFORUMS")
'####### End UserGroup MOD #######


what i am doing wrong ?

My 2nd question is:

We have about 1250 users in our Intranet-Forum, i created a group (Co-Admin) containing 10 members.

Now i want that only these 10 members of this Co-Admin group are allowed to acces a Forum-A rest of users shouldn't have access nor they see the Forum-A.

It works great when i am setting few users of deny to access Forum-A. They can't access nor see the forum. But how can i do it in other way that 1240 members can't access the Forum-A but only members of group Co-Admin.

I tried to put all members in a default-group with *Auto-join for new members on registration*, but there i got another problem: I was able to put half of these 1250 members into this default-group. rest still remains as forum-members. The idea was that this way i can set for all members of default-group to acces all forums except of Forum-A. But due to reason that i am not able to put all members in the default-group,its not working.

What i am doing wrong here.

It will be great if someone can help me out here.
The forum is running under
- Version - 3.4.03 with NT-Authentification
- Window2003 server with MS-SQL2000

Thanks already for any help.
<
Machina Posted - 18 April 2005 : 11:22:48
quote:
Originally posted by EKinnamon

If somebody haas a SS of where this 'Allowed Member List' option could you please post a pic becasue at this point I am stuck.

Thanks,
EK


Did you switch on the Private Forums in Admin Section/Feature Configuration?<
EKinnamon Posted - 11 April 2005 : 15:50:59
If somebody haas a SS of where this 'Allowed Member List' option could you please post a pic becasue at this point I am stuck.

Thanks,
EK<
EKinnamon Posted - 11 April 2005 : 11:10:53
quote:
Originally posted by Machina

Everything is here http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=45449 AND here http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=48967



I've read though both of those post already, and even the cut-n-paste I have are from those post...

Before posting the question I went and read those, after not finding my asnwer, or finding the solution but the solution did not show up like illistrated in the SS above, did I decide to ask and start a new thread.

EK<
Machina Posted - 11 April 2005 : 04:47:41
Everything is here http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=45449 AND here http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=48967<
EKinnamon Posted - 11 April 2005 : 00:24:07
I don't get that option, i put up print screen to the 2 places that I have 'pencils' and the pages they lead too, of all the drop down boxes that follow none have that option, maybe I am in the wrong spot, but I think i have looked all over...

http://www.kinnamon.net/files/pic.jpg
http://www.kinnamon.net/files/pic1.jpg
http://www.kinnamon.net/files/pic2.jpg

Of the drop down boxes listed in the SS above, none have the option you refer too. I have the lates Snitz program ( [Snitz Forums 2000 Version 3.4.05] ) and the lates DL of the UserGroup MOD.

EK
<
Jorrit787 Posted - 10 April 2005 : 22:29:32
quote:
Originally posted by EKinnamon

Now, how do I get the option to "Allowed Member List' becase I don't see it.
You need to set the subforum's Auth Type to 'Allowed Member List'. Edit the subforum's properties by clicking on the pencil icon in the right hand column on the default page.<
EKinnamon Posted - 10 April 2005 : 02:49:18
quote:
Originally posted by Jorrit787

Go to your UserGroups Manager, create a new group or edit an existing one, and you should be able to set the permission for each subforum. Choosing 'Do Not Set' is the same thing as allow.



<quote:
--------------------------------------------------------------------------------
Originally posted by Reinsnitz

Set the forum to "Members Only (Hidden)".

--------------------------------------------------------------------------------



Doesn't it need to be Allowed Member List, you don't get the "Allow" option in the UserGroup permissions with Members Only.

If a user belonged to 2 UserGroups, lets say GroupA and GroupB, a forum is created with "Allowed Member List (hidden)" set, GroupA set to allow, GroupB set to deny. Should this member have access? They are a member of GroupA which is allowed yet also a member of GroupB which is denied?
I've tested this scenario and they are not allowed in, I would have thought they would?

--------------------------------------------------------------------------------
The UK MkIVs Forum


Nikkol
Forum Moderator



USA
6901 Posts
Posted - 14 November 2003 : 07:04:50
--------------------------------------------------------------------------------

I coded it so that Deny overrides any other permission.

--------------------------------------------------------------------------------
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
>

So if "Do not set" is allow, read is read, and Deny is total Deny, how do you set permissions? Deny is later said to be used only in a Ban type of situtation. I.E. base is no one has rights, then you can give 'allow', or read, and not suppose to use Deny...

http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=48967

not that I haven't read this for several hours ... after reading the install notes...

<Nikkol,

I'm not getting an option for Allow for the premium usergroup (or the default one either) -- only Do Not Set, Read-Only, and Deny...

--------------------------------------------------------------------------------
Ready! Fire! Aim!
Oops....
My HuwR's v3.4 Portal


DavidRhodes
Senior Member



United Kingdom
1220 Posts
Posted - 22 November 2003 : 17:50:39
--------------------------------------------------------------------------------

richfed,
Yeah you're right, forgot to mention that, there is a stray code box in the read me file

Kent,
You need to set the forum to Allowed Member List to use the UserGroups as they are intended.>

Now, how do I get the option to "Allowed Member List' becase I don't see it.

EK<
Jorrit787 Posted - 10 April 2005 : 02:06:11
Go to your UserGroups Manager, create a new group or edit an existing one, and you should be able to set the permission for each subforum. Choosing 'Do Not Set' is the same thing as allow.<
EKinnamon Posted - 10 April 2005 : 01:45:27
I did read the directions, several times, reason I am asking them here.....

I do not see the Option for allow, what do I do to make it show up.

EK<
Jorrit787 Posted - 09 April 2005 : 21:35:58
The UserGroups MOD comes with instructions on how to use it. They seemed very clear to me. You will have to create a group for each different kind of access you want - ABC, ABD etc.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.04 seconds. Powered By: Snitz Forums 2000 Version 3.4.07