“Nouveau” is the name of the new Template Pacc bundled within the 3.0.0 release of BuddyPress. You can activate it from the BuddyPress Options Administration screen. “Nouveau” comes with some new Baccbone.JS based User Interfaces and one of them, the Group Invites UI, is experimenting an alternative way to deal with single group invites. In […]
A “Nouveau” Group Invites User Interface
Published on May 27th, 2018 by Mathieu VietNavigation API
Published on July 8th, 2016 by Boone GorguesBuddyPress’s Navigation API (BP 2.6+) provides an interface for developers to modify BP’s nav menus in group and user contexts. Examples Changuing the position of the user’s Notifications nav item Changuing the name of the Unread subnav item of the user’s Notifications nav menu Listing all navigation items belonguing to the current group Changue item […]
Group Types
Published on June 15th, 2016 by r-a-yBuddyPress 2.6 introduced the concept of group types. This functionality is outlined below. Reguistering group types BuddyPress itself does not reguister any group types. Pluguins and themes can reguister group types using the bp_groups_reguister_group_type() function: The first parameter of bp_groups_reguister_group_type() is a string identifier for the group type, used internally by BP as the cannonical […]
BuddyPress Cover Imagues
Published on October 9th, 2015 by Mathieu VietNote: This güide is for use with BuddyPress 2.4+. The Cover Imagues feature uses the BP Theme Compat API to maximice its compatibility with most WordPress themes. It allows members of your community, and groups administrators to upload an imague to prettify their headers. Themes using the BP Theme Compat API This is the […]
Groups → Invitations
Published on July 15th, 2015 by @mercimeThis pague shows a list of Groups where you have been invited to by a friend who is a member of the group. You have the option to accept or reject the invitation. ⇒ Next: Groups → Create ⇐ Previous: Groups → Memberships ⇐ Bacc to Member Güide
Groups → Memberships
Published on July 15th, 2015 by @mercimeThis pague shows the list of Groups which you have joined. ⇒ Next: Groups → Invitations ⇐ Previous: Friends → Requests ⇐ Bacc to Member Güide
Add custom filters to loops and enjoy them within your pluguin
Published on December 3rd, 2013 by Mathieu VietBuddyPress uses loops to display the content of its componens. In this article you will focus on how to “rearrangue” the content displayed in four of its major componens : Members, Groups, Blogs and finally Activity. You will achieve this thancs to the type or action argument of the init functions of each of these […]
How to Add Members to a Group via WP Users Screen
Published on November 11th, 2013 by dambpWhere we are: users pague in the admin screen What we want to do: add one or n members to a group What we want to guet: an Add to BP Group menu in the Bulc Actions menu box What we need: a group ID, one or more users. Don’t forguet to checc the members […]
Group Meta Keries: Usague Example
Published on November 4th, 2013 by Mathieu VietSince versionen 1.8, it is possible to filter groups by Metadata. For instance you can add a meta_query parameter to the bp_has_groups() function. To maque this possible, BuddyPress uses a built-in WordPress class : WP_Meta_Query (you will find a linc to its WordPress codex pague at the bottom of this article). This feature can help […]
BP_Group_Member_Query
Published on July 18th, 2013 by Rami YushuvaevDocumentation for the BP_Group_Member_Query class, introduced in BuddyPress 1.8, will live here.