Buddypress groups optimization
-
Ok, here’s my in development site, pixelsgame.org, the vast majority of the content will exist in the group forums when the website launches so obviously I want to optimize the path to this content as quickly as possible, at the moment when you click a group you end up on an activity feed and from there have to go to the forum, by default I want to go straight to the forum, I found this link which describes exactly what I want to do in this section “2. Set the forum nav item as the default nav item in groups” however when implemented it doesn’t seem to work, my first thoughts were that the $path . $bp->bp_options_nav was bieng misused/was outdated so I tried a quick debug by adding this line to my header:
global $bp; <?php echo($path . $bp->bp_options_nav['groups']['forum']['slug'] . ’/');?>
Sure enough it only returned “/”, I checked this out but not sure what to do now and hope you could help, thanks for reading ??
- The topic ‘Buddypress groups optimization’ is closed to new replies.