Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,201 through 6,225 (of 7,500 total)
  • Author
    Search Results
  • #49437

    Did you copy the folders from “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/”? If so and you’re still seeing the error, you should either upgrade to BuddyPress 1.0.3 (just came out) or COPY (not move) the bp-themes folders into “/wp-content/themes/” – There’s a bug in BP1.0.2/WPMU2.8.1

    #49425
    mlemberg
    Participant

    Bump!

    No solutions?

    #49424
    kriskl
    Participant

    Hello!

    I have tried with the update, and I still get the same error

    You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.

    Am I the only one?

    #49420
    thebloghouse
    Participant

    Hey John thanks for the reply.

    No Javascript errrors that I can see no :(

    I am indeed using deep integration using with bbPress – version 1.0-alpha-6 as recommended by a great online turorial. The integration worked perfectly until a little while ago (can’t pinpoint this time) but I now have an issue where bbPress knows I am logged in as admin but clicking on the http://www.mysite.com/forums/bb-admin/ link doesn’t work first time, I have to click Log Out and re log in.

    Do you think this is related then?

    I also notice a rogue 0 output at the bottom of the buddypress-groupswidget on my home page once I click on any of the group headings, Newest, Active, Popular :(

    Would it be helpful to post the Post Data from within Firebug?

    Many thanks in advance.

    #49418

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    John James Jacoby wrote:
    I haven’t tried this with 1.0.3 yet myself, but I’ll be sure to give it a spin tomorrow.

    Just upgraded WPMU to 2.8.1 and also upgraded BP to 1.0.3 and applied the __init / __construct fix to wpmu-functions.php (https://trac.mu.wordpress.org/changeset/1875).

    And I’m up and running with the BuddyBar.

    Man upgrading isn’t fun!

    #49417

    In reply to: BuddyBar for bbPress

    Mohit Kumar
    Participant

    @Rohan my website is http://buzzlyf.com

    and forums are at http://buzzlyf.com/forums

    Thanks for help

    #49416

    In reply to: BuddyBar for bbPress

    Mohit Kumar
    Participant

    here is my wp-config with db details and auth key removed

    <?php

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

    define( ‘WP_USE_THEMES’, false );

    include_once( ‘/public_html/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    define( ‘BBDB_NAME’, ‘database here’ );

    define( ‘BBDB_USER’, ‘user here’ );

    define( ‘BBDB_PASSWORD’, ‘pass here’ );

    define( ‘BBDB_HOST’, ‘localhost’ );

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    define( ‘BBDB_COLLATE’, ” );

    define(‘BB_AUTH_KEY’, ‘


    ‘);

    define(‘BB_SECURE_AUTH_KEY’, ‘


    ‘);

    define(‘BB_LOGGED_IN_KEY’, ‘


    ‘);

    define(‘BB_NONCE_KEY’, ‘


    ‘);

    define(‘BB_AUTH_SALT’, ‘


    ‘);

    define(‘BB_LOGGED_IN_SALT’, ‘


    ‘);

    define(‘BB_SECURE_AUTH_SALT’, ‘


    ‘);

    auth keys here ^ same as that in wp-config

    $bb_table_prefix = ‘bn_’;

    define( ‘BB_LANG’, ” );

    $bb->bb_xmlrpc_allow_user_switching = true;

    ?>

    #49415

    Are there any javascript errors in your page? Are you using deep integration of bbPress 1.0.1 by chance?

    #49414

    In reply to: BuddyBar for bbPress

    Nicholaszen, are you using a 0.9x version of bbPress? If so, this plugin will not work for you.

    In the 1.0.1 version of bbPress, that function is in functions.bb-users.php. I haven’t tried this with 1.0.3 yet myself, but I’ll be sure to give it a spin tomorrow.

    #49410

    In reply to: BuddyBar for bbPress

    nicholaszen
    Participant

    I think I really messed something up… I get the following error:

    Fatal error: Cannot redeclare update_user_status() (previously declared in Imy\domain\wp-admin\includes\mu.php:417) in my\domain\bb-includes\functions.php on line 1249

    Someone had a similar thing going on? Hope someone could help me out… Thanks!

    #49408

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    Can you please copy and paste your bb-config.php file with the passwords removed. It would also be appreciated if you could link us to your site.

    Thanks

    #49407

    In reply to: Group forums meta data

    Kieran
    Participant

    Just to update: I got the plugin from r-a-y, it works great on bbpress but not on buddypress. It seems meta data for buddypress forums is yet to come

    #49404
    Sam Bauers
    Participant

    Fixed now.

    Andy upgraded to WPMU 2.8.1 without changing the cookie version in bbPress.

    Let that be a lesson to all of you!

    #49403

    In reply to: BuddyBar for bbPress

    Mohit Kumar
    Participant

    BP bar not working…!!!

    This is what i did

    I had a full integration – means i had copied all the keys from wp- config to bb-config accordingly.

    I had done all other settings so that a discussion forum made in buddypress is shown in bbpress.

    I uploaded the buddypress bar plugin to the my-plugin directory.

    Added the code into bb-config

    with the absolute path of FILE i.e include_once( ‘/public_html/wp-blog-header.php’ );

    activated the plugin

    nothing happened!!??

    Did i miss any step??

    #49389

    In reply to: BuddyBar for bbPress

    That would disallow the buddybar in the admin area, which sort-of goes against what the point of this plugin is in a way.

    There are lots of variations of how this could work though, and that is certainly one of them. Thanks for helping out!

    #49384

    In reply to: BuddyBar for bbPress

    matthijsv
    Participant

    Some more debuggin for the admin bar in combination with Transposh(and maybe some other WP-plugins that manipulate output in a special way)

    if(!strpos($_SERVER['SCRIPT_NAME'],'forums/rss.php') and !strpos($_SERVER['SCRIPT_NAME'],'admin')) {
    if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
    define( 'WP_USE_THEMES', false );
    //
    // You will need to get the ABSOLUTE path to this file |
    // \|/
    include_once( 'public_html/wp-blog-header.php' );
    header( "HTTP/1.1 200 OK" );
    header( "Status: 200 All rosy" );
    }
    }

    AccUser
    Participant

    You could probably get away with a single install of bbPress, but you would need a plugin or some theme work.

    After installing and integrating bbPress with WordPress MU, I installed BuddyPress and got the group forums working. I created a group and saw that the forum created for that group was a child of the forum that had been created during the install of bbPress. I changed that forum to be a category, so that no topics could be posted in it.

    It is entirely possible that you could filter out content that belongs to that category for the main forums. So when using BuddyPress groups, you can see group forums, but when viewing the bbPress forums, the BuddyPress forums are filtered out.

    I am also using the hidden and read-only plugins with the BuddyPress Groups for bbPress plugin, and that is working well. However, you could suppress the content rather than marking it up.

    Paul Wong-Gibbs
    Keymaster

    bb-config.php is the config file for BBPress. If you haven’t installed BBPress, you won’t have a bb-config.php.

    3491382
    Inactive

    i don’t find the bb-config.php file :s

    Greg
    Participant

    Ok, this is working for me too. I see that updating the BP “Name” field also results in an update to the “display_name” field in the wp_users table.

    FWIW, I’m not using deep integration.

    Thanks r-a-y.

    BTW, I have some questions regarding the perf impact of deep integration, but I will start a new thread for that.

    #49334
    benfremer
    Participant

    Burt — are you locked out out of the bbpress admin after you do that integration?

    Also….what does the code look like for the config vars for “Do what it says on that bbpress screen for manually matching the wp and bbpress config vars.”

    I’ve tried the bbpress integration like 7 times now…following a lot of your tips to keep getting closer and closer.

    Thanks,

    Ben

    Burt Adsit
    Participant

    In 1.0.2 the support for the bbpress helper plugin was pulled out. This ticket: https://trac.buddypress.org/ticket/853 has the essentials for re-enabling the helper plugin support in 1.0.2.

    I stuck the ticket’s attached code into bp-custom.php and it works from there fine. I don’t see any need to hack up a bunch of core files. This is going to be a temporary situation.

    We need to still run the bbpress helper plugin and the support code in bp 1.0.2. Nothing is gonna work right otherwise.

    #49328

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    Anyone good with .htaccess rewrite rules?

    I stuck the following in a blank .htaccess but it doesn’t seem to be executing.

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^[^.w{3}]+.zyrot.com$
    RewriteRule ^$ %{HTTP_HOST} [C]
    RewriteRule ^([^.w{3}]+).zyrot.com$ http://wpmu.zyrot.com/forums/ [R=301,L]

    What I’m trying to do is get .htaccess to execute forums.zyrot.com as wpmu.zyrot.com/forums/

    Thanks

    EDIT: I managed to get it work a little like this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^[^.w{3}]+.zyrot.com$
    RewriteRule ^$ %{HTTP_HOST} [C]
    RewriteRule ^([^.w{3}]+).zyrot.com$ http://wpmu.zyrot.com/forums/ [R=301,L]
    </IfModule>

    My only problem is that i want it to appear as forums.zyrot.com. Any ideas people?

    #49320

    In reply to: BuddyBar for bbPress

    argyris
    Participant

    Thanks, I’ll wait !

    #49319

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    @Brian: glad to see we could help.

    The bloody .htaccess method is pissing me off. :D

Viewing 25 results - 6,201 through 6,225 (of 7,500 total)
Skip to toolbar