Trying to understand the fundamental purpose of Groups
-
@retipster it means both of those things, depending on how you set it up.
For only Group A can post, other users can view. Group A would have post, reply, view privileges on the category. Group "Registered Users" would have only view privilege.
For only Group A can post and view. Group A would have post, reply, view privilege. Group "Registered Users" would have no privileges for that category.
-
@PitaJ - if I want my group to be hidden from the rest of the forum, and only group members can view and post in a certain category, how exactly do I set this up?
So far, what I've done is:
- Created a Private Group
- Created a Special Category
...but how do I:
- Hide that special category from the rest of the forum (so only the members of my private group can see and post in this category)?
- Assign that special category to my private group?
So far, I've checked in Settings > Group and I've checked in Manage > Groups and I'm not seeing any obvious places where I can hide a category or assign a category to a group.
Are there any tutorials on how to do this?
-
Go to
/admin/manage/privileges
and select the category you want to make private.Then remove the read/write privileges from
registered-users
group and give them to your special group. Here is a sample for a private category form this forum. -
@baris is there a way to control which posts show up on the group page (like this one, for example)?
For instance, if I've set up a private group in my forum that has view and posting privileges in a hidden category, is there a way to allow only the posts from those group members, that were posted in that hidden category, showing up in the group feed?
By default, my group feed shows the posts from those group members that have been made everywhere in the public forum (I can't find a way to limit this feed to showing only what's posted in that hidden category).
Does that make sense? Is there a way to do what I'm describing?
-
@retipster A group restricted feed is a common request and makes sense to most people however at this stage there is currently no way to do this unfortunately. Maybe one day a generous individual will donate their time / money to make this a reality and pass it on to others.
-
@quokka - I would gladly donate the money to make it happen (assuming the cost is within my reach, of course). This would be a HUGE value to my community if it worked correctly, and I'm happy to pass along the improvements to anyone else who needs it.
-
Is there a way for an admin or moderator to invite outsiders (i.e. - people who haven't joined my forum yet) to join my forum AND join a private group through a single email invite?
I see it's possible to invite existing members of my forum to a private group (if I know their username, as an admin, I can invite them through the group page), but I'm not seeing a way to invite outsiders via email only so they can join both the forum and the group.
Is there a way to do this that I'm not seeing?
If not, is this something that could be developed as well?
-
@retipster said in Trying to understand the fundamental purpose of Groups:
For instance, if I've set up a private group in my forum that has view and posting privileges in a hidden category, is there a way to allow only the posts from those group members, that were posted in that hidden category, showing up in the group feed?
This would be something we'd be interested in adding to NodeBB core... maybe a group setting to define which categories to show posts in the list.
-