Skip to:
Content
Pages
Categories
Search
Top
Bottom

Step by Step to use BP theme with bbPress


  • Arturo
    Participant

    @arturo84

    I have this question and I think there are many users have the same…

    how one can use the theme of buddypress (home / members) with bbpress?

    I intend to have the buddybar, search/login bar, logo and menu, etc.. etc, in short, just as it is here on bp.org.

    thanks to Andy or any other mod/member reply to this very useful question.

Viewing 21 replies - 1 through 21 (of 21 total)

  • Burt Adsit
    Participant

    @burtadsit

    Well, there is no step-by-step guide to do this. You are talking about three completely different environments and three separate themes. To get bbpress using a theme that looks similar to the other two themes, you need to create a new bbpress theme. You can’t just drop one of the other themes into bbpress, tweak a few things and magically have it work.


    Arturo
    Participant

    @arturo84

    thanks for the reply Burt, i know this, i want to know what i do to have the buddybar, login/search bar in bbPress.

    I know that I must create 3 themes (wp, bp and bb), but creating a theme for bbpress the buddybar etc not show and I wanted to know how do this.

    thanks


    Jeff Sayre
    Participant

    @jeffsayre

    Arturo-

    This thread should help you with the buddybar issue: https://buddypress.org/forums/topic.php?id=2572#post-14039


    Arturo
    Participant

    @arturo84

    Thank you so much Jeff you rock!

    but now i’m another problem if in bb-config i’ve the code to call the wp-blog-header.php when i try to access bb-admin i’m redirected to forum home and not in admin panel… any idea about this?

    thanks for your help.


    Jeff Sayre
    Participant

    @jeffsayre

    Arturo, we aim to please and sometimes we actually succeed!

    when i try to access bb-admin i’m redirected to forum home and not in admin panel

    I’m not the best bbPress guy to help you here, but here’s my first thought: you did not log in as keymaster. When you log in on the front page as keymaster, you should see an admin link next to your name. If you don’t have that after you’re logged in, you might not be set as keymaster.


    Arturo
    Participant

    @arturo84

    Jeff, i’m the keymaster rights, and if i delete the require_once( ‘/path/to/wp-blog-header.php’ ); i can access to bb-admin but if i’ve it no…

    i’ve called the buddybar and search/login bar in bbpress theme and i login in login bar because i’ve the integration with WP and i’m sure i’ve the keymaster rights and in theory if i go to site.com/forums/bb-admin i can see the administration backend

    any idea? thanks!


    Arturo
    Participant

    @arturo84

    with the latest trunk i’ve solved this problem but now i don’t see the buddybar…

    i’ve the code in bb-config, i’ve wp_head() in header before /head and wp_footer() in footer before close body and naturally i’ve used bp_search_bar() and bp_login_bar()

    i don’t know why the buddybar … please help me… thanks!


    Jeff Sayre
    Participant

    @jeffsayre

    with the latest trunk i’ve solved this problem but now i don’t see the buddybar…

    Trunk can be your friend!

    Did you make any changes in your theme file between using version 1.0 and upgrading to the latest trunk?


    Arturo
    Participant

    @arturo84

    no Jeff, i’ve a demo installation so i’ve deleted the bb_ table in db and re-installed bbpress , re-modified the kakumei theme with my own css, images etc… but the buddybar doesn’t show

    i’m becoming crazy… :(


    Jeff Sayre
    Participant

    @jeffsayre

    Arturo-

    I’m literally about to leave for an evening out. So, if I can’t help you, perhaps someone else will pitch hit for me.

    but the buddybar doesn’t show

    So, it was showing before upgrading to the latest trunk? Did you make changes to any CSS files that got deleted when upgrading?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    In order to have the buddybar appear, you need to do what is called “deep integration” between the platforms. It means including WordPress and BuddyPress, inside your bbPress process.

    See this post.

    At that point, the wp_footer() will load the BuddyBar, but you will need to pull off some styling tweaks to make it all play nicely together.


    Arturo
    Participant

    @arturo84

    thanks for the reply JohnJJ,

    i’ve the “deep integration” indeed i’ve the search and login bar, i’ve wp_head in head and wp_footer in footer i’ve writed here (#8 post in this 3d), but the buddybar doesn’t show…

    any idea?

    another information, i’ve installed 0.9.0.4 and the buddybar with the same theme is ok, but i can’t access to bb-admin, so i’ve upgraded to rc-2 (trunk version) all works but not buddybar… thanks for help!


    suleiman
    Participant

    @suleiman

    I too am experiencing this problem. The buddybar was displaying fine before I upgraded from my .9 build. Now with 1.0 rc2 I’m experiencing an unusual phenomenon where my search and login/logout fields are all displaying fine, but the actual buddybar itself is not displaying.

    I think this is a glitch with the RC2 release.


    Jeff Sayre
    Participant

    @jeffsayre

    Suleiman-

    The buddybar was displaying fine before I upgraded from my .9 build. Now with 1.0 rc2 I’m experiencing an unusual phenomenon

    Currently, it is recommended that you stick with bbPress 1.0-alpha-6. See this thread.

    This could be a bug with bbPress 1.0-RC-2. I suggest starting a thread on the bbPress forum for this issue if one is not already started.


    Greg
    Participant

    @rebootnow

    FWIW, in this thread Bpfan posts a solution for the problem with BBP 0.9.0.4 where the admin is redirected to the main bbpress page on login (instead of the admin page).

    https://buddypress.org/forums/topic.php?id=2507#post-13736


    Arturo
    Participant

    @arturo84

    Rebootnow i’ve added this code

    define(‘WPPATH’, dirname(dirname(__FILE__)) . ‘/’);

    require_once(WPPATH . ‘wp-config.php’);

    but with 0.9.0.4 i’m the same problem when i try to login in bbpress i’m redirected to forum home and i’m not logged in…

    with latest release of bbpress i can login but buddybar doesn’t show…

    anyone have a solution with one or other version of bbpress?

    thanks.


    Arturo
    Participant

    @arturo84

    i’ve resolved the problem with wpmu 2.7.1 + bp 1.0 + bbpress 0.9.0.4 + deep integration

    i’ve followed the 3d plus i’ve installed THIS plugin, works great and now i can login in bbpress use the wp/bp theme and access in bb-admin.

    **NOTE**: i’ve used the 0.9.0.4 to have a bbpress forum like this site and NOT to use it for groups etc or with the component bp-forums.


    Arturo
    Participant

    @arturo84

    edit: i don’t know why but now with the plugin i’ve a loop redirection when i try to access the wp-admin…

    with the latest (today trunk) i don’t have problem with the login or other but the buddybar doesn’t show…

    request for Andy, on bp.org bbpress is the rc-2 version without problem, have you any indications?

    Thanks!


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Arturo, the two days ago trunk of bbPress integrates perfectly. Sam is making some furious edits to the bbPress core to prepare for launch so it’s possible the trunk version may be broken or changed in some way.


    Arturo
    Participant

    @arturo84

    John, i’ve downloaded the rev #2128 and with this i can’t see the buddybar…


    Arturo
    Participant

    @arturo84

    another information… i’ve tryied with 0.9.0.4 and buddybar works but login no, i’ve tested 1.0-alpha-6 login work but buddybar no, and the same with 1.0-rc-1 and 1.0-rc-2 latest trunk…

    any help is really, but really appreciated!

Viewing 21 replies - 1 through 21 (of 21 total)
  • The topic ‘Step by Step to use BP theme with bbPress’ is closed to new replies.
Skip to toolbar