Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyBar in bbPress (1.0.3) conflict with BuddyPress Groups for bbPress (0.36)

  • @svenl77

    Participant

    If I use deep integration:

    Something like this:

    if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {

    define( ‘WP_USE_THEMES’, false );

    //

    // You will need to get the ABSOLUTE path to this file |

    // \|/

    include_once( ‘/your/absolute/path/to/wordpress/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    I get this error:

    Fatal error: Cannot redeclare class IXR_IntrospectionServer in /data/wwwcust/sv3-4/html/forum/bb-includes/backpress/class.ixr.php on line 873

    Without deep integration BuddyPress Groups for bbPress (0.36) is working properly.

    But I need deep integration and keep the hidden forms from public.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @rohan_kapoor

    Participant

    Take a look at the buddybar in bbpress plugin: https://buddypress.org/forums/topic/buddybar-for-bbpress/page/5#post-20914

    That post has the solution to the problem.

    @nicolagreco

    Participant

    I think that plugin will not work with buddypress 1.1

    @rohan_kapoor

    Participant

    At this point, I at least am not using 1.1 as are most people.

    @svenl77

    Participant

    Thanks for the replay,

    It’s working now.

    @ Nicola, I want to know more details. Where can I find the Information about the changes in 1.1 Is there a special place I have to look for ?

    @djpaul

    Keymaster

    There’s no end user or developer documentation yet.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘BuddyBar in bbPress (1.0.3) conflict with BuddyPress Groups for bbPress (0.36)’ is closed to new replies.
Skip to toolbar