[buddypress-trac] [BuddyPress] #4956: BP_Group_Extension::display no longer displays page content

buddypress-trac noreply at wordpress.org
Thu Apr 25 15:38:05 UTC 2013


#4956: BP_Group_Extension::display no longer displays page content
--------------------------+------------------------------
 Reporter:  dconrad       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Groups        |     Version:  1.7
 Severity:  blocker       |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by dconrad):

 I have tried both from functions.php and from a plugin since upgrading to
 1.7 (both worked before).

 However, I had it as
 function wrc_loader() {
         if ( bp_is_active( 'groups' ) ) {
                 require( dirname(__FILE__) . '/wrc-classes.php' );
         }
 }
 add_action( 'bp_include', 'wrc_loader' );

 I will change it to the bp_setup_globals and try again!

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4956#comment:6>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list