Search Results for 'bbpress'
-
Search Results
-
I have the latest releases of each I beleive:
bbpress 1.0.2
buddypress 1.0.3
and I followed these instructions as close as possible I believe.
http://umwblogs.org/wiki/index.php/Integrating_WPMu,_BuddyPress,_and_bbPress
It did not work, I have actually tried differenct variations 4 times now. When I was at the last part I got locked out of bbpress and could not log back in. That is where I am now in this issue. please assist.
Topic: bbPress MU
It would be so tight if you guys made a bbPress MU!
Thanks so much for this tho.
Curtis
twitter.com/curtis
Topic: Separate Categories
Hi there,
So I saw the forum-is-category plugin but it doesnt work on bbpress version 0.9.0.6. It still makes a link for a category. Also that is not exactly what I want. I want to mock like proboards or phpbb as far as separation. Now I would upgrade to 1.0 of bbpress to utilize the separate category sections, however dozens of plugins have yet to be updated. I am talking about more than one main theme type of thing:
Section 1
Forum 1
Forum 2
Section 2
Forum 1
Forum 2
See what I am getting at? I hope the future of bbpress implements all the plugin ideas with abilities to change them, turn them on and off etc without the use of plugins…just have it all built in.
Topic: / in usernames?
Is it possible to allow for / in usernames?
I recently converted my phpbb board to bbPress, but one of my members had a username that looked like ///Abcd.
So as opposed to forcing him to change his username, is it possible to dig into the code and allow /’s for usernames?
Any help would be greatly appreciated!
Edit: Sorry if this thread is in the wrong forum!
Is there such a thing?
I have forum on phpbb, is it good idea to change engine to bbpress?
This forum is quite big, 500k posts, 15k users,
Is bbpress is faster than phpbb?
Speed and security is most important thing for me.
Hello,
Im looking for good cache plugin to speedup my bbpress.
Is there any good method to speedup bbpress?
Thank you.
Hi.
I have added a bbpress to a wordpress. Everything works fine, but now I would like to change how the appearance is in the forum list on the front page. Right now I am not fully happy with that. I can see that the class is
either: <tr class=”alt”> or only <tr> which affects how each row is presented. But I can not find this in the style.css file. It drives me nuts…

Also where forums is presented I get the <bb-precedes-sibling bb-follows-sibling bb-root> and alt at the end. But where is it controlled how they look like?
Regards,
Chris
Topic: Intergration: WP Plugin
What do I have to do on the BBpress side for it to call $before_widget . $before_title to work properly?
‘<?php
global $current_user;
echo $before_widget . $before_title . __( ‘Hi ‘. ucwords($current_user->display_name) ) . $after_title;
?>’
Always delete all cache+cookies to test it…