Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How can I add/remove user groups to access certain categories after they are created

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I create a category, JForum allows me to assign user groups to have access to the new category. After the category is created, I can not modify the assignment. For example, I want to remove an user groups from the ones initially assigned. Editing the category does not support that. Can any one tell me how to do it?

Thanks in advance!
Michael Wu
[originally posted on jforum.net by michaelwu]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

michaelwu wrote:When I create a category, JForum allows me to assign user groups to have access to the new category. After the category is created, I can not modify the assignment. For example, I want to remove an user groups from the ones initially assigned. Editing the category does not support that. Can any one tell me how to do it?

Thanks in advance!
Michael Wu


You control the Category/Group assignments in the Admin Console, under Groups. Click on the Permissions link for the Group and you can set the Category permissions there.

[originally posted on jforum.net by GatorBait3]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Originally, I had the same thoughts as your. However, it was not. I created two forums FA and FB. I then created two user groups UA and UB. When I created UA, I let it have access to FA. Similarly, I let UB have access to FB. To test it, I login as one memer of UA, I can see FA. FB is invisible to members of UA. This is waht I want.

However, when I try to change the access assignment using permission setting, I found premission settings are different from what I exprected.

Every item is set to "Allow All" initially. Then, what prevent members of UA to see FB in the try case I just described above? UB are not explicitly excluded to see FA in the group permission setting. But, if I log in as a member of UB, I can not see FA. So, something must be wrong!

Please help me out of the misleading permission setting.

Thanks in advance!
Michael Wu
[originally posted on jforum.net by michaelwu]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

michaelwu wrote:Originally, I had the same thoughts as your. However, it was not. I created two forums FA and FB. I then created two user groups UA and UB. When I created UA, I let it have access to FA. Similarly, I let UB have access to FB. To test it, I login as one memer of UA, I can see FA. FB is invisible to members of UA. This is waht I want.

However, when I try to change the access assignment using permission setting, I found premission settings are different from what I exprected.

Every item is set to "Allow All" initially. Then, what prevent members of UA to see FB in the try case I just described above? UB are not explicitly excluded to see FA in the group permission setting. But, if I log in as a member of UB, I can not see FA. So, something must be wrong!

Please help me out of the misleading permission setting.

Thanks in advance!
Michael Wu


I have seen several instances where the permissions do not show correctly in the Admin Console when you first view the Group permissions. I suspect there may be some caching issues.

Just set the Group permissions the way they should be and things should work correctly.
[originally posted on jforum.net by GatorBait3]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic