Search Results for 'bbpress'
-
AuthorSearch Results
-
July 9, 2009 at 6:22 pm #48949
In reply to: BuddyBar for bbPress
r-a-y
KeymasterIf 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!).
Yes, pound that logo with some CSS!
What other plugins are you using on the WP side?
Did you read mtthijsv’s fix?
July 9, 2009 at 6:15 pm #48947In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantOne 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.
July 9, 2009 at 6:10 pm #48946In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantI’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?
July 9, 2009 at 6:08 pm #48945In reply to: BuddyBar for bbPress
Ipstenu (Mika Epstein)
ParticipantProps 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?
July 9, 2009 at 5:58 pm #48943In reply to: Missing: BBPress Integration Docs
carinallc
ParticipantThanks el_terko. I’m installing the latest version of BBPress (new install) to WPMU 2.7.1 and BuddPress 1.0.2
July 9, 2009 at 5:51 pm #48941In reply to: Missing: BBPress Integration Docs
José M. Villar
ParticipantI 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.
July 9, 2009 at 4:39 pm #48937Murphygonzalez
ParticipantThanks for the link. That helps a lot.
July 9, 2009 at 3:58 pm #48932In reply to: BuddyBar for bbPress
matthijsv
ParticipantOK, 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!July 9, 2009 at 3:20 pm #48931In reply to: Group forums meta data
Jeff Sayre
ParticipantSince 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
July 9, 2009 at 2:10 pm #48921In reply to: rita4u – delete user please
Burt Adsit
Participanthaha. 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.
July 9, 2009 at 1:47 pm #48920In reply to: bbpress 1.0 integrates well now
lokers
Participantthanks 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.
July 9, 2009 at 12:08 pm #48915In 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.
July 9, 2009 at 12:04 pm #48914In reply to: bbpress 1.0 integrates well now
Burt Adsit
Participantbbpress 0.9 doesn’t work with all this. You need to use bbpress 1.0/1.0.1.
July 9, 2009 at 10:12 am #48912In reply to: BuddyBar for bbPress
Warwick Booth
ParticipantHi 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.
July 9, 2009 at 9:45 am #48911In reply to: bbpress 1.0 integrates well now
lokers
ParticipantI 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]
July 9, 2009 at 9:34 am #48909In reply to: bbpress 1.0 integrates well now
lokers
Participantheh, 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!
July 9, 2009 at 9:18 am #48908In reply to: Group forums not working (again)
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.
July 9, 2009 at 6:20 am #48904In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterI 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.
July 8, 2009 at 11:16 pm #48876In reply to: BuddyBar for bbPress
r-a-y
KeymasterOne 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 hereThat was the case for me anyway! If you’re using a custom admin-bar CSS, make sure you make the change as well.
July 8, 2009 at 10:47 pm #48871In reply to: bbPress 1.0.1 Released
r-a-y
KeymasterI did

But thanks for posting that for others, ipstenu!
July 8, 2009 at 10:45 pm #48870In reply to: bbPress 1.0.1 Released
Ipstenu (Mika Epstein)
ParticipantDon’t forget to update backpress too! read Sam’s post two down from _ck_’s for that
July 8, 2009 at 10:10 pm #48860In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterAwesome 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.
July 8, 2009 at 9:51 pm #48857In reply to: BuddyBar for bbPress
r-a-y
KeymasterThanks for debugging, matthijsv.
John, Transposh should be added to the readme.txt for known incompatible WP plugins with the BuddyBar plugin.
July 8, 2009 at 9:47 pm #48856In reply to: BuddyBar for bbPress
matthijsv
ParticipantThanks for your support!
Figured it out: Transposh Translation Filter was causing the blank page. http://transposh.org/
July 8, 2009 at 8:42 pm #48849In reply to: BuddyBar for bbPress
r-a-y
KeymasterCool! Glad to see you’re up and running!
-
AuthorSearch Results