Search Results for 'bbpress'
-
Search Results
-
Topic: Problem importing bbPress1…
To upgrade to the newest version of BBPRESS, I added a fresh install of WordPress and included the BBPRESS plugin. I followed all the instructions to import my old bbPress1 (1.1) posts (Tools > Forums > Import Forums), but I get the following error:
`
WordPress database error: [Table ‘database_name.forumusers’ doesn’t exist]
SELECT convert(users.ID USING “utf8”) AS ID,convert(users.user_pass USING “utf8”) AS user_pass,convert(users.user_login USING “utf8”) AS user_login,convert(users.user_nicename USING “utf8”) AS user_nicename,convert(users.user_email USING “utf8”) AS user_email,convert(users.user_url USING “utf8”) AS user_url,convert(users.user_registered USING “utf8”) AS user_registered,convert(users.user_status USING “utf8”) AS user_status,convert(users.display_name USING “utf8”) AS display_name FROM forumusers AS users LIMIT 0, 100
`I know I have the correct database information (name, user, pass, etc.), but I can’t get it to work. Please help! Thanks in advance..
I have a client who would like to keep participants from creating new topics. I have checked out the file bbp-core-caps.php, but when it comes to giving Participants capabilities, the code is
// bbPress Participant Role
case bbp_get_participant_role()
instead of defining the capabilities list like it does for Adminstrator, Moderator and default.I could use a clue where to go to shut off the topic creation capability for participants.
Thank you!
Hi,
Are there some kind of best practices re moving content between two installations of WordPress/bbPress with matching versions?
Let’s say I need to move users and their bbPress posts from one host to another. Naturally, I’d go for WXR. Except it doesn’t work exactly as expected.
After importing all users, forums, topics and replies I get a forum where all counts are correct, but content isn’t displayed (“This forum is empty.”, “Oh bother! No topics were found here!”).
OK, I’ve seen that before with other engines where I need to recreate indices. So I go to forum repair, but as soon I click “Recalculate last activity in each topic and forum”, all counts go to zero, and “Freshness” for each forum becomes “No Topics”. No matter what repairs I run next, all counts are at zero.
In the admin console the list of topics is blank indeed, but all replies are listed and not assigned to any topic.
Obviously, I’m not the first person to try doing this. How did you solve that?
Or maybe there’s a better way to merge databases?
Both hosts have WordPress 3.5.1 and bbPress 2.2.4. Recipient host has WordPress Importer 0.6.
Thanks in advance.
Hello, After months of going back and forth I think I’ve come to understand why BBP doesn’t work in the theme I’m using.
The Author has a pre_get_posts function defining how posts get queried. While this is necessary for the theme it’s ruining BBPress (which won’t display it’s topics unless the pre_get_posts filter is commented out)`if(!is_admin()) {
//if ( ‘forum’ != get_post_type() ) { //conditionals WILL NOT work to stop the filter here…
add_filter(‘pre_get_posts’, ‘query_post_type’);
//}function query_post_type($query) {
global $oswcPostTypes;if(empty( $query->query_vars[‘suppress_filters’] ) ) {
$post_type = get_query_var(‘post_type’);
//get theme options
global $oswc_reviews;
if($post_type) {
$post_type = $post_type;
$query->set(‘post_type’,$post_type);
return $query;
} elseif(!is_page() && !is_preview() && !is_attachment() && !is_search()) {
$post_type = array(‘post’);
foreach($oswcPostTypes->postTypes as $postType){
array_push($post_type, $postType->id);
}
$query->set(‘post_type’,$post_type);
return $query;
}
}
}
}`Could someone help me understand what options I have since I cannot conditionally fire that pre_get_posts function and it’s breaking BBPress?
Topic: 500 – Internal server error
Hi,
I install the plugin bbPress and thru widget in side bar, but when i am accessing the page the error is coming “500 – Internal server error”Version 2.2.4
http://traderbus.com/traderbus/ (side you can see “general”)thank you
Topic: French language not worked
Hello,
I have WP 3.51 and bbpress 2.2.4 and i have download the 2 files for translate in French :
bbpress-fr_FR.mo et .po and i put in the sub-directori : wp-content/languages/bbpress with th good permissions.And no French in BO or in FO ?
Can you help me ?
http://chapeau-caussade.fr – user:fany pssw:calista
thank you
PatrickIt’s not a very good sign to potential users that the main bbPress site has no control over spammers and gets three pages of spam every night. How about installing Akismet or one of the other spam-blockers?
Topic: Month is in English
Hi,
I am using bbpress in Hebrew. In my forum’s topics the month’s name is written in English and not Hebrew. I searched the po files and couldn’t find anything. Can anyone help?
And something else: how can I change the word “Forums” on the top of the attached image?
Thanks.

Topic: Username/Registration issue
After setting up Buddypress and BBpress I tried creating a new user through the BBpress registration form.
The username I created was “Carl LaFong”.
I got the activation email and successfully activated the account. However, I was unable to log on.
It turns out that “Carl LaFong” got converted to “Carllafong”. There would be no chance of anyone guessing that. Their registration would fail and they’d have no idea why.
So if spaces aren’t allowed they should be rejected during the registration process, shouldn’t they?
Also, are names case sensitive? Not sure what to make of the mixed upper/lower case result.
Using WordPress 3.5.1, BBpress 2.2.4. Link is: http://www.wwe-club.com