Search Results for 'bbpress'
-
AuthorSearch Results
-
July 10, 2009 at 12:21 am #48972
In reply to: BuddyBar for bbPress
r-a-y
KeymasterUse the official instructions from the readme.txt.
http://svn.wp-plugins.org/buddybar-in-bbpress/trunk/readme.txt
Swap out the include_once line for this:
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');In most cases that will work, but let us know what happens!
July 10, 2009 at 12:01 am #48971In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantI meant to say that that button will disappear when I change out that line of code…
July 9, 2009 at 11:58 pm #48970In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantOk, the fix I posted about earlier fixed the issue with BuddyBar…
However, it breaks the BuddyPress to forums functionality.
I just checked and switching out that one line of code in bb-config.php will make the “Enable discussion forum” button in a group’s settings and I can’t post to the forum from a group page in BuddyPress.
I’m pasting verbatim into bb-config.php:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');Is that correct? Or do $_SERVER and DOCUMENT_ROOT need to be filled in with different items?
July 9, 2009 at 11:03 pm #48969In reply to: BuddyBar for bbPress
Ipstenu (Mika Epstein)
ParticipantWow. Voltron indeed

Apparently you form the head.
July 9, 2009 at 10:39 pm #48967In reply to: Unable to post on my website in forum discussion
John James Jacoby
KeymasterDelete all of your the cookies for your website.
Login through WordPress.
Check that you are logged in on bbPress side.
Attempt to access both administration panels.
Check your sites cookies.
Verify that the domain and/or site for the cookies are all identical.
Logout.
Login through bbPress.
Check that you are logged in on WordPress side.
Attempt to access both administration panels.
Check your sites cookies.
Verify that the domain and/or site for the cookies are all identical.
Logout.
If at any point through-out that process your sites cookies are NOT identical, it’s time to start fussing around with the cookie settings, and get them to line up.
July 9, 2009 at 9:03 pm #48961In reply to: BuddyBar for bbPress
John James Jacoby
Keymaster1.0.2 is available in the trunk and will be available for download shortly.
http://svn.wp-plugins.org/buddybar-in-bbpress/
Changelog:
- Add JavaScript for menu mouse-overs
- Better check for deep integration
- Add absolute path tool
- Updated readme.txt
- Added check for BP_DISABLE_ADMIN_BAR
July 9, 2009 at 8:49 pm #48960In reply to: Missing: BBPress Integration Docs
r-a-y
KeymasterI know of a few people working on a full-on tutorial for fresh installs for the entire package (BP 1.0.2, bbPress 1.0.1, WPMU 2.71).
TheEasyButton was working furiously on a walkthrough. John also stated he was working on one.
Patience! Something will pop up soon!
July 9, 2009 at 8:38 pm #48958In reply to: Missing: BBPress Integration Docs
carinallc
ParticipantHas anyone done a completely new install of the latest wpmu, buddypress and bbpress successfully? I’m not getting the integration between buddypress and bbpress, nor the ability to create forums in bbpress.
Just seems that every success thread I read relates to upgrading from alpha/rc for one or more components, and I’m wondering if by doing so there’s something that was overlooked in the (now missing) documentation for new installs.
Appreciate any help on this – it’s a test install that thus far has been great, but now I’m wishing there was full-on documentation available
July 9, 2009 at 7:39 pm #48956In reply to: BuddyBar for bbPress
Ipstenu (Mika Epstein)
ParticipantAdded this to my style’s css and it works:
/* Fixing Admin Buddy Bar */
#wp-admin-bar img#admin-bar-logo {
padding-top: 13px;
position: absolute !important;
top: 8px;
left: 10px;
}That 13px feels so weirdly random to me. Ah well. My pm to JJJ was #666, my fix for CSS was #13… There’s a theme going on here!
July 9, 2009 at 7:10 pm #48954In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantOk got it working….
Thanks for the help!
Used one of the steps r-a-y proposed to matthijsv earlier that didn’t work for matthijsv:
Hey matthijsv,
What happens when you switch out in bb-config.php:
include_once( ‘/the/absolute/path/to/your/wp-blog-header.php’ );
for
require_once($_SERVER[‘DOCUMENT_ROOT’].’/wp-blog-header.php’);
July 9, 2009 at 7:04 pm #48953In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantSorry I missed the second part of your response to me.
I read matthijsv’s fix, but isn’t the main part of his fix turning off the transposh plugin?
I don’t have that plugin installed.
July 9, 2009 at 6:53 pm #48952In reply to: BuddyBar for bbPress
russell-crosswy
ParticipantBuddyPress and bbPress Integration
July 9, 2009 at 6:31 pm #48950In reply to: Missing: BBPress Integration Docs
carinallc
ParticipantThanks again el_terko. I have another queestion.
I ‘think’ everything is working – I confirmed that I can log into both using both my admin and user username/pword combinations. And, when I look at the list of users for the bbpress they are the same as those listed in buddpress.
However, should I still have to log into the forum? when I go to \forums it asks me to login, and I thought that it would automatically do this.
July 9, 2009 at 6:22 pm #48949In 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.
-
AuthorSearch Results