Once it’s running.
Started 1 year, 6 months ago by: joshkadis
On a non-group page and outside the groups-loop, is there a way to pass a group_id to a function that will return that group’s name?
Thanks.
can use groups_get_group which returns a group object then pass the object to bp_get_group_name
groups_get_group
bp_get_group_name
Something like this will work as well:
$group = new BP_Groups_Group( $group_id ); return $group->name;
awesome, thanks!
Existing and new plugins/components and themes.
Show off your BuddyPress powered sites.
Problems with getting it running.
Discuss translating BuddyPress
Everything else.
Feature requests; criticism.
Post your add-ons here.
To start connecting please log in first.
Remember Me
Think you've found a bug with the software? Please report it here (use the same login credentials).