#7179 closed enhancement (fixed)
UI to Add New Group Type in wp-admin
Reported by: | mercime | Owned by: | imath |
---|---|---|---|
Milestone: | 7.0.0 | Priority: | strategic |
Severity: | normal | Version: | 2.6.1.1 |
Component: | Groups | Keywords: | has-patch |
Cc: | alexlii1971@… |
Description
Now that we have Group Types in #6784, let's make it easier for Site Admins/Builders to create any number of Group Types in the admin area.
Change History (22)
This ticket was mentioned in Slack in #buddypress by tw2113. View the logs.
8 years ago
#4
@
8 years ago
This is an interesting addition, and something I would like to work on.
Before getting started, though, I have a question about how we'd store these new items. At the moment, member and group types refer to taxonomy terms behind the scenes, but are made active by being registered at load via code hooked to the bp_groups_register_group_types
action.
So, it'd be relatively straightforward to add a taxonomy-like interface to add/remove the actual types as terms, but what strategy do we want to take to register these new terms at load? Are we wanting to add them to a record in the options table (or similar), then add a query at load to see if there are any terms that need to be dynamically registered? Maybe we could use term meta for this, and identify the terms added via the interface as active (minimum supported WP version would have to be 4.4--we're at 4.2 now)?
@r-a-y and @boonebgorges have worked extensively on types; do either of you have thoughts about how to work with the registration piece?
#5
@
8 years ago
@dcavins We've had some discussion about this issue over at #7181 (in the context of Member Types, though the storage mechanism should be the same). I argued there for storing Dashboard-created types as CPTs. But it'd be great if you read over that thread, and tossed in your two cents.
This ticket was mentioned in Slack in #buddypress by boone. View the logs.
8 years ago
#8
@
8 years ago
- Cc alexlii1971@… added
- Version set to 2.6.1.1
Hello,
I am really eager to this plugin, but from my view, it is most important to support group member users to filter groups by TYPES at frondend, and it would much great if it can support for sub-types, it would be much great experience for site users, for exameple:
Learning: math, physical, language....
Hobby: Movie, sports....
I know Buddypress does not support Category default, but if some plugin can do the similar thing, it would be much much great, any comments would be appreciated, thanks all.
Alex
#9
follow-up:
↓ 10
@
8 years ago
Hi @alexlii, directory filtering by category is coming in 2.7. See #7210 for more info, or, better yet, check out the RC2:
https://buddypress.org/2016/10/buddypress-2-7-0-release-candidate-2/
#10
in reply to:
↑ 9
@
8 years ago
Great news, Great thanks,
I am glad to have a test of buddypress 2.7beta, and I have a question now:
I am running a Wordpress musites now, for now buddypress 2.6 is running on a sub domain site, question is whether I can up load buddypress 2.7 and let it run on another sub site?
I am new to Wordpress, any comment would be great appreciated!
Alex
Replying to dcavins:
Hi @alexlii, directory filtering by category is coming in 2.7. See #7210 for more info, or, better yet, check out the RC2:
https://buddypress.org/2016/10/buddypress-2-7-0-release-candidate-2/
#11
@
7 years ago
- Keywords trac-tidy-2018 added
We're closing this ticket because it has not received any contribution or comments for at least two years. We have decided that it is better to close tickets that are good ideas, which have not gotten (or are unlikely to get) contributions, rather than keep things open indefinitely. This will help us share a more realistic roadmap for BuddyPress with you.
Everyone very much appreciates the time and effort that you spent sharing your idea with us. On behalf of the entire BuddyPress team, thank you.
If you feel strongly that this enhancement should still be added to BuddyPress, and you are able to contribute effort towards it, we encourage you to re-open the ticket, or start a discussion about it in our Slack channel. Please consider that time has proven that good ideas without contributions do not get built.
For more information, see https://bpdevel.wordpress.com/2018/01/21/our-awaiting-contributions-milestone-contains/
or find us on Slack, in the #buddypress channel: https://make.wordpress.org/chat/
#12
@
7 years ago
- Milestone Awaiting Contributions deleted
- Resolution set to maybelater
- Status changed from new to closed
#13
@
4 years ago
- Keywords has-patch added; trac-tidy-2018 removed
- Milestone set to 7.0.0
- Resolution maybelater deleted
- Status changed from closed to reopened
#14
@
4 years ago
Looks great but will the groups type functionality also allow for a more generalised register_taxonomy for bp groups? I ask as there are many ways to classify groups and one dimension like group type although beneficial is often not enough.
It would be really great if it did, I currently use the BP groups taxo plugin from github to achieve this but is is buggy and does not handle query cars and some hi aspects.
I am also the author of the lh user taxonomies plugin in the repository for adding register_taxonomy to users.
#15
@
4 years ago
Hi @shawfactor,
One step at a time 😀. Let's first make sure this UI behaves the right way testing the patch/suggesting improvements to the patch.
As I'm the author of BP Groups Taxonomy, if you have improvements to suggest about it: don't hesitate to pull a request (PR) for it.
About your suggestion, I believe it's off topic with this ticket perimeter, so you should probably look for another ticket or post a new one. A good way to make things progress can be to suggest a patch in order to contribute to make it happen.
Related:
#7180 All Group Types UI
#7175 Display and filter by group type on Dashboard > Groups