Tag Archives: api

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
05 Aug 2009
Introducing JobBoardr

Introducing JobBoardr

One of our recent personal projects called for a job board solution. There are quite a few non-wordpress open-source projects available, each with their advantages and disadvantages. In the end we decided to look for a WordPress solution, though, mainly because we wanted to be able to pick and chose from the huge amount of available plugins to extend our job board.

A quick look around the net brought up a good few options:

WP Job Ads (plugin)
WP Job Board (plugin)
JobPress …

Posted in CSS, PHP, WordPress | Also tagged , , , , , , | 11 Comments