Buddypress Private Community Compatibility
-
I recently came across an issue where the Buddypress Private Community plugin rendered blank pages for the Members and Groups pages, and I resolved it by editing some things in this child theme…it doesn’t seem to affect anything else, so maybe for anyone else having this problem, you could update the code.
It’s in the index.php file of /members and /groups. In /activity, the problem is not evident. The original and changed code are as follows:
Original:
<?php /** * BuddyPress - Groups Directory * * @package BuddyPress * @subpackage bp-default */ ?> <?php get_header( 'buddypress' ); ?>
Edited for compatibility:
<?php /** * BuddyPress - Groups Directory * * @package BuddyPress * @subpackage bp-default */ get_header( 'buddypress' ); ?>
Thanks for a great theme! Will we see an update for that grey block that shows up on iPad orientations soon?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Buddypress Private Community Compatibility’ is closed to new replies.