Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: FaceBuddy free theme for BuddyPress


Sgrunt
Participant

@sgrunt

i\\\’m looking at the latest trunk, and there is some issue. I correctly see themes but there are issues with the main links: Groups and Members pages that was previously ruled from the home theme, now seem ruled from the bp-theme. I\\\’ll try to understand what happens, but i think that it will be a problem to release new themes until the stable BP version, because users cannot modify their themes to suit every new trunk version.

updated: as first you can change the <body> in your header.php file in the theme, with: <body<?php if ( bp_is_directory() ) : ?> class=\”directory\”<?php endif; ?>>. this solves the header link problems.

in the “home theme” too there are link changes: for example <?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> becomes <?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> and so on.

Skip to toolbar