Search Results for 'bbpress'
-
AuthorSearch Results
-
May 16, 2009 at 12:25 am #45477
In reply to: Spotting unanswered posts in forums
Jeff Sayre
Participant… an option to view Unanswered posts…Will BP kindly think about a similar provision, please?
Why? It took me only two days to find this.

Seriously, though, this feature request is bbPress related. I think it is a great idea! Perhaps you could post this idea on the bbPress forums.
May 15, 2009 at 7:41 pm #45445jfcarter
ParticipantIt is still an issue.
The site url is
http://the-suitespot.combbPress (where I want to add the buddybar) is at
http://the-suitespot.com/forumsThe buddybar is green (like the header and has a customized menu)
Thanks for your help.
May 15, 2009 at 6:30 pm #45432In reply to: No Group Forums
neosin09
Participantdunno if i can do this our not, but this is mine.
All i did was install latest WPMu, Buddy and rc1 bbpress
May 15, 2009 at 5:17 pm #45425In reply to: No Group Forums
neosin09
Participant$O.M.G = “geez had me del cookies, flippin’ switches, checking salts, eating cookies, half awake, stop; play some cod4 or 5, go at it again… get pissed, del everything started over, del more cookies, watching “install videos for hours” read just about every help page on the net about BBpress, wondered where my forum link was, flipped the wire switch a few more times, got mad at firefox a few times, closed it, porn surfed, wife got mad again, slapped me on the head and BAM new idea, what version of BBPress am i running? “
echo $O.M.G
my new shell login…
May 15, 2009 at 5:09 pm #45424In reply to: No Group Forums
neosin09
ParticipantO . M . G .
After 2 DANG DAYS of going thu EVERYTHING, i mean every dang file. I could rewrite it i’ve been thu every line of code.
I was having the VERY same problems Jugoretz was having and GUESS WHAT WAS WRONG?!?!?
WRONG VERSION!!!!
You have to use the bottom link on bbpress download site for the latest beta or alpha, RC whatever the heck it is.
https://bbpress.org/latest-rc.zip
You can’t use the “normal” release… as of this posting.
geez did i miss the versions? Did someone really already say this!?
My EASY SIMPLE FIX!
Convert it… here we go
Just nuke all the files in your /bbpres_install_dir
Leave your database file alone, it will fix them for you.
copy over the CORRECT VERSION of bbpress BETA/ALPHA/RC whatever it is now… (bottom link on download from bbpress)
visit your forum again, it’ll give you the install page again, go thu the install, i just selected the keymaster account i had setup and then hit up the settings page, the dang options they say to click ARE THERE now (go figure) and then enter in your salts it tells you what to do (simple) then…
(What i did) For the hell of it i made a new forum just to make sure… like “hi” or something…
Said ok, let’s try again (with sleepy eye’d look on my face)
when into the WPMu and checked and submitted the settings again for my keymaster account in the forum options.
Then… When straight to the groups, made me a new group and BAM it’s it in the forums, I’ve got the forum icon on the left in and an option to then off discussions…
I’ve been up like 21 hours or something, sorry if my post is WACK, but guys for about 2 days i thought i was losing my mind and what just about to give up on it all. Everything I read sounded right but didn’t work, i must of flipped the “enable wire” switch like 4000 times, geez…
Anyways, these problems are clearly people not using the ***LATEST*** version of bbpress!
wow, my head hurts.
/end of rant and rave
May 15, 2009 at 1:27 pm #45400In reply to: Forum Integration: HELPING HINTS
Marcin Biegun
ParticipantMy problem during last installation with bbpress alpha 6 and buddypress 1 was that all users in bbpress were set to ‘inactive’ and only bbress admin could post on bbpress via buddypress group forum – so it’s another thing to check out if you run into problems with integration…
May 15, 2009 at 11:12 am #45396Sam Bauers
Participant@Matew: You are right.
May 14, 2009 at 3:03 pm #45337ndrwld
ParticipantAs I understand, after integration I can delete tables bb_users and bb_usermeta created by bbPress, because know it uses WPMU tables, am I right?
Matew
May 14, 2009 at 2:57 pm #45336ndrwld
ParticipantBIG BIG thanks Manoj, it works! Its my first experience with bbPress, I didn’t know that there is integration option inside

I’ll will post it in bbPress forum too.
Matew
May 14, 2009 at 12:08 pm #45320In reply to: Language doesn\’t update, caching?
Avaz
ParticipantI also have similar issue. In my case, some Site Wide Activities phrases are still in English, even If i’ve updated the translated version.
I use PoEdit for translations, I’ve translated WP/bbPress/WPMU and never faced such issue. How could be this problem resolved?
Regards,
May 14, 2009 at 11:30 am #45315talk2manoj
Participant1. Delete all tables created by bbPress from your database
2. Install bbPress without integration with wordpress
3. Login with Key Master
4. Go to admin tab
5. Do wordpress integration
May 14, 2009 at 10:14 am #453122864451
InactiveI have no cookie salts, why doesnt I have them.. and you’re instructions dont tell me how to get them.
I’m confsued
May 14, 2009 at 2:30 am #45300In reply to: Forum Integration: HELPING HINTS
2864451
InactiveIm confused as i dont understand the first steps about creating a user for bbpress with administrator.. How do I do this?
May 14, 2009 at 2:27 am #45299In reply to: How to install bbPress
2864451
Inactivewhere is this sticky you all talk of?
May 14, 2009 at 1:44 am #45297In reply to: Problems Installing BBPress
2864451
Inactivewhere do I get the download for 1.0 alpha 6..
Is that the 1.0 version on bbpress.org that says I shouldnt use on a live site?
May 13, 2009 at 5:34 pm #45269jfcarter
ParticipantOkay, so here’s what I’ve done:
1. Added this code to the beginning of the bb-config.php file (I have WPMU installed at the root):
require_once( $_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-blog-header.php’ );
2. Added this code to the bbPress footer (before the closing /html tag):
<?php wp_footer() ?>
3. Added this code to the bbPress header (before the /head tag):
<?php wp_head() ?>
4. Added this code to my bbPress header theme:
<div id=”search-login-bar”>
<?php bp_search_form() ?>
<?php bp_login_bar() ?>
<div class=”clear”></div>
</div>
The result: I am getting a white space above the bbPress header where the bar should be and the login bar is showing up in that space. But there is no CSS flowing (I changed the buddybar color) and I don’t see any of the buddybar menu items.
Hope this helps those who are newly joining the conversation.
Any further help would be appreciated.
May 13, 2009 at 1:47 pm #45247In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
ParticipantJohnJamesJacoby: Very strange, I’ve posted it again and it doesn’t show up in the list. Seems to be posts are not being registered well?
When trying to change the resolved flag, it says the posts don’t exist; also with the second one I’ve created.
Bugs in the bbpress backend integration?
May 13, 2009 at 10:01 am #45224Paul Wong-Gibbs
KeymasterMight be better to take support requests into new threads to leave this thread clean.
May 13, 2009 at 9:46 am #45223John James Jacoby
Keymaster@Symm2112: Link to your website?
Which versions of everything are you using?
May 13, 2009 at 1:35 am #45193In reply to: how to add ‘extra’ data to the wire?
Burt Adsit
ParticipantWell, when I did this for bpgroups I just piggybacked onto the groups component. bpgroups records new topic and post activity that is directly created in bbpress. Since bp group forums was already recording the activities, I just had to simulate the same thing.
The function bp_activity_record() in bp-activity.php does the grunt work. It takes about a zillion parameters. Here’s how I did it:
$activity = array(
'item_id' => (int)$group_id,
'component_name' => 'groups',
'component_action' => 'new_forum_post',
'is_private' => 0,
'secondary_item_id' => (int)$post['post_id'],
'user_id' => (int)$post['poster_id'] );
// create a group obj that the rest of bp can use, play nice
$group_obj = new BP_Groups_Group($group_id);
groups_record_activity($activity);groups_record_activity() in bp-groups.php takes an array param and if you look in there it eventually calls bp_activity_record()
You’ll have to figure out how to translate all the params that takes into the table colums and eventually into what you see displayed. There aren’t any docs for the activity streams as far as I know.
May 13, 2009 at 12:12 am #45187In reply to: Add function to ‘create group’
Burt Adsit
Participantanointed, you can just disable the bbpress group forums component in the bp back end.
bp_forums_new_forum() in bp-forums.php is called by:
groups_new_group_forum() in bp-groups.php is called by:
groups_create_group() in bp-groups.php
and
groups_edit_group_settings() in bp-groups.php
May 12, 2009 at 11:00 pm #45186symm2112
ParticipantI’m having a problem I can’t get around. The integration seemed to go just fine but here is my process.
1. Create a group, including discussions.
2. Forum is created just fine. I can go INTO bbpress and create a topic and see it listed on the group “active forum topics”
3. HOWEVER, if I try to click on the link on the group page to either go to the “see all” link for forums or click on the topic itself, it doesn’t find it. It seems to be a permalink issue. I’m using name based permalinks for bbpress but I’ve tried all of the settings with no luck. It knows that SOMETHING is there, it’s just not creating the right links and I don’t know where it’s going wrong. Has anyone seen this?
May 11, 2009 at 12:25 pm #45032Jeff Sayre
ParticipantJfcarter-
You do have the calls to the buddybar as I outlined in the second post in this thread, correct?
Are you using a customized bbPress theme? If so, switch to the default bbP theme, add in the necessary code as detailed in this thread, and see what happens.
May 11, 2009 at 2:15 am #45002John James Jacoby
KeymasterSounds to me like you’re not including the file correctly. If you were, the function would exist.
Basic integration has very little to do with what you’re trying to do. They are unrelated in most ways. Basic integration just allows cookies to match up, so that you have a unified login scenario, where you can login and out freely from either side of WP or BBP.
Deep integration involves loading bbPress inside WordPress, and WordPress inside bbPress, so that all functions and data are available to both sides at any point.
May 11, 2009 at 1:19 am #45000jfcarter
ParticipantI’m still getting this error, even with the revised syntax/language.
Fatal error: Call to undefined function wp_head() in mysite.com/forums/bb-templates/bbpress-forum/header.php
Not sure what else could be going on. I have the basic integration, in terms of cookies, users, and forums.
-
AuthorSearch Results