beanfair
Veteran
Just Getting Started
Member Likes (0)
I want to move Groups out from under Community and put it on the same level as Community. My users are complaining that they can't "find" the groups.
What is the best way to accomplish this? I debated making a page and having it point to the groups home page but wanted some input.
Thanks!
Responses (3)
Theme Designer (joined November 2009) Likes (0)
@beanfair: Just edit includes/main-navigation.php and put:
<?php if ( bp_is_active( 'groups' ) ) : ?><li<?php if ( bp_is_page( BP_GROUPS_SLUG ) || bp_is_group() ) : ?> class="selected"<?php endif; ?>>
/<?php echo BP_GROUPS_SLUG ?>/" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?>
<?php endif; ?>
Wherever you want it inbetween the ul and /ul
Member (joined February 2010) Likes (0)
Thank you for your assistance.
When I upgraded to the latest version of the theme it is showing the home page twice in the navigation bar. I am trying to find where I fixed that last time. I think I need to create a separate private page that lists everything I will have to "fix" when I upgrade the theme. I was hoping child themes would prevent that. Am I missing something?
Theme Designer (joined November 2009) Likes (0)
@beanfair; Not sure what you are referring to as you can see by the screenshot this theme doesn't have 2 home pages so not sure why you'd have to 'fix' that. Child themes do prevent it if you don't overwrite the child and you I think may have a page called Home?
WordPress Questions?
We've got answers!
Find out more »