Show categories to everyone except a specific group

I want to add a special group to my forum.
The can only see the categories that the are member of.
Other categories (open for everyone) the can not see.

Is this possible ?

Category permissions are additive. i.e.
See
See and Reply
See and Reply and Create

A lot can be done by setting permissions based on group membership. But it sounds like you are looking for a way to have the permissions be subtractive instead?

In other words instead of
Category - group members only, others restricted
you want
Category - others allowed, group members only restricted

If so, I know of no way to do this.

2 Likes

I believe this is already possible. Just create a private message, and invite the group as a tag, you don’t need to invite everyone individually.

Wouldn’t that be similar to having a category restricted to a group except if would be more like a topic restricted to a group? If I’m understanding, what @PatrickH is wanting is not an “allow group” but a “disallow group”.

it’s similar to this: New category permission - "cannot see"/"exclude"

i would like that very much, that you exclude groups from categories (also the posts from these categories are not visible)

You should say more about your specific situation.

Categories that are visible to everyone are visible to everyone. You want to violate a tautology.

It sounds like what you really want is a separate forum for this other group.

partially true.
What i (or my members) want is to have a 'separate forum in the forum. Where the can’t see the ‘basic questions’
The best way to tell you this; I want two forums (A & B) where 1 group (G1) can login in 2 forums (A & B) and the other group (G2) must first have permission. This is the main majority of my forum, but van not have access to the complete forum.

Then you’ll make the g1 have access to the categories and g2 not have access.

You can control access to categories by group, so just put people in whatever group(s) is appropriate.

1 Like

ok, but g1 must see the categories that are displayed in the open part (g2 is the closed part)

That’s not a problem. You can assign/remove post/reply/read access to any category for any, and as many, groups as you like.

Sorry, I don’t understand that.
I know that that is possible, but it seems that I can not make it work?

Can you sketch and post a rough venn diagram? I sometimes do better with visuals and maybe it could help others understand too.

1 Like

@PatrickH my suggestion would be that you set up a discourse site and start configuring the groups and categories. I think the functionality will become clear to you as you set it up.

1 Like

I try to make a diagram.
Maybe i make it to difficult (or the VIP customers)

Is it possible to do the following:
No categories viewed bij trustlevel but by groups ?
The main thing is that the open forum must be visible to everyone (exept some VIP customers)

Thanks, I think I understand better now.

If I have a forum with categories that correspond to groups something like:

  • low
  • medium low
  • medium
  • medium high
  • high

In the current scheme it is easily possible to restrict access to the higher categories from each of the lower groups until certain criteria is met. But higher groups always have access to lower categories.

What you are wanting is a way to not allow higher groups access to lower categories.

In other words, as a contrived example, if a lower group was “associates” and a higher group was “doctorate”, the AS would be lost in PHD topics so should not have access, and the PHD would have no interest in AS topics.

AFAIK, the closest thing to this would be to Mute the AS category from the PHD group. However, the Mute feature is not about permissions, it could help reduce the “noise” of the muted categories, but it would not prevent access to them.

2 Likes

Categories 123:

  • everyone: full

Categories 456: :lock:

  • trust_level_2: full
  • vip_b: full
  • staff: full

Categories VIP: :lock:

  • vip_b: full
  • vip_a: full
  • staff: full

vip_a Muted Categories: 123

With this setup, vip_a users are not prevented from seeing the 123 categories if they are linked to them or search them out, but they will not show up on the homepage. “Everyone” really does mean everyone - they could just log out, after all.

3 Likes

Linking to a reply with similar use case example, but where exclusions (via group memberships) would be voluntary (opt-in), desired, and non-hierarchical.