Tag Archives: buddypress

19 Nov 2010
mapology-box

Release of Mapology for BuddyPress

Shortly after the release of “Buddyvents – The Ultimate Events Solution for BuddyPress” ShabuShabu released “Mapology – The Ultimate Maps Solution for BuddyPress”, another plugin for the popular platform BuddyPress.

With Mapology it is possible to add various Google Maps (v3) including routes for groups, members and posts to a BuddyPress installation.

Check out some of the features of Mapology:

Overview map for members and (optionally) groups
Activity stream integration for users
Profile integration
Uses MarkerClusterer for basically unlimited numbers of markers
Search radius for users, …

Posted in BuddyPress | Also tagged , , , , , , , | 7 Comments
08 May 2010
Reordering BuddyPress Group Tabs

Reordering BuddyPress Group Tabs

The BuddyPress Groups API makes it very easy to add functionality to groups. Sometimes, though, you need to do something where the API won’t help you, like reordering the position of tabs and setting a new default tab.

Have a look at the following function:

The first thing we need to do is declare the $bp global

To change the position of a tab we need to modify the bp_options_nav array. In this example we change the home tab position on a …

Posted in BuddyPress, WordPress | Also tagged , , | 7 Comments