Re: Displaying Categories in Groups
I’ve got stuck on this code:
`if ( !groups_get_groupmeta( $bp->groups->current_group->id, ’14’ ) )
{
$this->enable_nav_item = true;
} else {
$this->enable_nav_item = false;
}`
I’m trying to insert the group ID or name. I’ve tried every variation I can think of but none work – it either displays in all groups or none whichever way I do it. Can somebody help with what I should be doing?