Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,376 through 6,400 (of 7,540 total)
  • Author
    Search Results
  • #48949

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    @krugazul

    If you’re using different functions for your menu bar (like your invite friends link), you need to add them in the BuddyBar plugin (manually with your favorite text editor!).

    @ipstenu

    Yes, pound that logo with some CSS!

    @Russell,

    What other plugins are you using on the WP side?

    Did you read mtthijsv’s fix?

    #48947

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    One thing I should add is that I have a privacy plugin on the WPMU side, but I disabled that and still got the same error message.

    #48946

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    I’m getting the same error as matthijsv, fatal error at line 37 of the plugin file.

    I have deep integration working as I can post from BuddyPress or bbPress.

    WPMU 2.7.1

    BuddyPress 1.0.2

    bbPress 1.0.1

    Any suggestions?

    #48945

    In reply to: BuddyBar for bbPress

    Props to r-a-y and John James Jacoby (the latter of whom put up with my self-inflicted stupidity that made me … whinge)

    My layout is pretty much what I want, and everything appears to be working, so it’s time to look at the non-essential, but gosh that’s weird problem.

    If you go to my forums, the ‘BuddyPress’ link on the top left is vertically weirded. Which is the only way I can describe it. Should I just beat it into submission with css, and assume it’s a css conflict of names?

    #48943
    carinallc
    Participant

    Thanks el_terko. I’m installing the latest version of BBPress (new install) to WPMU 2.7.1 and BuddPress 1.0.2

    #48941
    José M. Villar
    Participant

    I used http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/

    But I do not know which versions U R intending to install & integrate.

    Murphygonzalez
    Participant

    @r-a-y

    Thanks for the link. That helps a lot.

    #48932

    In reply to: BuddyBar for bbPress

    matthijsv
    Participant

    OK, figured it out.

    Apperaenly the word press shutdown sequence isn’t being called by the plugin. For Transposh this means that

    function on_shutdown() {
    ob_flush();
    }

    is not being called.

    I now added ob_flush() to the footer of my template and the problem is solved!

    #48931

    In reply to: Group forums meta data

    Jeff Sayre
    Participant

    Since this relates to bbPress specifically, I would ask this question in the bbPress forum.

    To have the topic title as the page tittle, the topic first post as the meta description and the tags as the keyword would be ideal and really boost the seo of the forum posts.

    You should first focus on all the other things that have the greatest SEO impact (like creating quality content).

    Since you cannot control the content of your forums–it is generated by all your users after all–I think the best SEO booster for bbPress was just implemented by Sam. See this link: https://buddypress.org/forums/topic/buddypress-forums-now-use-pretty-permalinks

    #48921
    Burt Adsit
    Participant

    haha. Yep me too. I looked for that user in the bbpress user db and it doesn’t exist there. Seems to be a bp only user so mods don’t have access. I sent a PM to Andy about it.

    #48920
    lokers
    Participant

    thanks Burt, just upgraded the forum and all these tricks are working now!

    Now I have to integrate it with buddypress groups, I guess I will lose another hours/days as I can already see an error message “There was an error posting that topic.” when I try to submit new topic via bp

    Thanks anyway for the hint in the wpmu/bbpress integration part.

    #48915

    In reply to: BuddyBar for bbPress

    matthijsv
    Participant

    @transposh:

    Problem seems to be with the output buffering.

    Output is getting buffered on initialization and my guess is that it is somehow never flushed.

    init_global_vars();

    if (isset($_POST['translation_posted'])) {
    update_translation();
    }
    elseif (isset($_GET['tr_token_hist'])) {
    get_translation_history($_GET['tr_token_hist'], $_GET['lang']);
    }
    elseif (isset($_GET['tp_gif'])) {
    $trans_gif_64 = "R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==";
    header("Content-type: image/gif");
    print(base64_decode($trans_gif_64));
    exit;
    }
    else {
    //set the callback for translating the page when it's done
    ob_start("process_page");
    }
    }

    When I comment out the ob_start line forums are working. Will test Transposh in a bit.

    #48914
    Burt Adsit
    Participant

    bbpress 0.9 doesn’t work with all this. You need to use bbpress 1.0/1.0.1.

    #48912

    In reply to: BuddyBar for bbPress

    Warwick Booth
    Participant

    Hi There

    I have installed the buddypress bar for the forums . But i am not getting any link displaying, just the css, the actual buddypress menus are not there.

    Click here for the forums

    Click here for the wordpress install

    We have used the deep integration and i have added the lines to my bb-config.php, the path to the file is correct.

    I have added the two functions ie

    add_action( 'bb_head', 'bp_core_add_js' );
    add_action( 'bb_admin_head', 'bp_core_add_js');

    You can ignore the “invite new member” link on the top right hand side, its just a div postioned as absolute.

    #48911
    lokers
    Participant

    I forgot to mention my installation details:

    1) wpmu 2.7.1

    2) buddypress 1.0

    3) bbpress 0.9.0.4

    Also, I think this might be very important thing. When I am loged in to forum as an forumadmin and I go in another tab to wp-admin page, I’ve got this message straight away on my screen: “Please log in again.”. Even before I type something………

    [PANIC]

    #48909
    lokers
    Participant

    heh, this is insane, I’ve been trying different methods all the time and still cannot get everything done properly. I think I am having issues only with cookies now. Single sign on doesn’t work but I can properly log-in on forum and wpmu with my username I registered on wpmu. I’ve been checking cookies array and after loging to forum 1 more appears that’s why I think I have a problem with this part. Also, when I log-in as an admin to wpmu and in another tab as and forumadmin to bbpress – I cannot access forum admin section for some reason. Please note these are 2 different users in database.

    Could you guys point me into the right direction where something can be wrong? I am running out of all permutations where should I change something :)

    I am nearly there, I know it, it must be something simple I am missing. Please help, it’s 3rd day I cannot crack it!

    #48908
    Florian
    Participant

    @r-a-y: Yes, I did.

    @TheEasyButton: That’s a bit too complicated. :) I could just remove the buggy group and I think that would solve the problem. I’m merely leaving it out of curiosity to see if there is a real fixable bug behind it. Down-/Upgrading to alpha 6 would also just be a workaround and I think the group-deleting would be the easier workaround in this case. :)

    I also did not have any trouble with the update otherwise. Everything (except this one group) works smoothly and bbPress does not complain about anything. So I guess the update worked.

    But thanks for the input.

    #48904

    In reply to: BuddyBar for bbPress

    I actually just brought that up to Sam on IRC about 24 hours ago, as the same thing is happening here at buddypress.org also. Good catch. :)

    #48876

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    One other bug I encountered when using the BuddyBar was the second-level menus weren’t popping out in bbPress.

    I found out that the problem is due to some CSS rules overriding one another.

    In /plugins/buddypress/bp-core/css/admin-bar.css, move line 177 under

    #wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
    left: -999em !important;
    }

    So your admin-bar CSS from line 171 should look like:

    /* third-and-above-level lists */

    #wp-admin-bar ul li ul ul {
    margin: -28px 0 0 183px !important;
    }

    #wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
    left: auto !important;
    }

    #wp-admin-bar ul li.align-right:hover ul {
    right: 0 !important;
    }

    #wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
    left: -999em !important;
    }

    #wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
    left: auto !important;
    }

    ... and the rest of it here

    That was the case for me anyway! If you’re using a custom admin-bar CSS, make sure you make the change as well.

    #48871

    In reply to: bbPress 1.0.1 Released

    r-a-y
    Keymaster

    I did :)

    But thanks for posting that for others, ipstenu!

    #48870

    In reply to: bbPress 1.0.1 Released

    Don’t forget to update backpress too! read Sam’s post two down from _ck_’s for that :)

    #48860

    In reply to: BuddyBar for bbPress

    Awesome great work guys. I’ll add it to the incompatibilities list tonight.

    Keep testing my deep integration code and stay in touch here if you have issues with it. It’s meant to dodge some 404’s that certain browsers spit out as WP tries to rewrite a URL that bbPress eventually takes over.

    r-a-y I’ll add your JavaScript hooks in tonight also.

    #48857

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    Thanks for debugging, matthijsv.

    John, Transposh should be added to the readme.txt for known incompatible WP plugins with the BuddyBar plugin.

    #48856

    In reply to: BuddyBar for bbPress

    matthijsv
    Participant

    Thanks for your support!

    Figured it out: Transposh Translation Filter was causing the blank page. http://transposh.org/

    #48849

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    Cool! Glad to see you’re up and running!

Viewing 25 results - 6,376 through 6,400 (of 7,540 total)
Skip to toolbar