Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: removing certain group activity and groups from my groups section


pcwriter
Participant

@pcwriter

@firetag

So, you’re looking for a “crossover” between private and public groups. Private so the activity doesn’t show in the stream (but it does show in the group) yet public so folks don’t need to be invited to join.

This might help: on lines 71 to 101 is the function/action for groups_setup_globals. On line 97 is the valid_status array (public, private, hidden) where I’m thinking you could add a new status like “category”. As that new status would not be “public”, activity shouldn’t show up in the main stream, and as it wouldn’t be “private” either, neither invitations nor membership requests would be needed.

What do you think…doable?

EDIT: I guess you would need a way to keep that option out of the preselects available to users at the group creation stage though. Hmmm…

Skip to toolbar