Search Results for 'bbpress'
-
Search Results
-
I have put a post in this forum 4 days ago. Unable to access my admin account. basically when I log in it says that I am an unregistered user even though my user profile exists in bbpress. I’ve asked to have my user profile recognised or the account set up so that I can access the admin panel – dashboard.
This forum has not been answered. I understand that most of you are volunteers but as new user with a problem it is less than helpful if I can’t access my admin panel.
I am trying to locate the file to add code above my pagetitle on my forums in bbpress. I am not sure where the file is located. I am simply wanting to add a banner of adsense there.
Hi. I installed bbPress plugin in my buddypress/wp-site and it seems to be working alright.
Using the default buddypress theme, the bbPress-plugin integrates nicely, but since I want to style both my theme and the forum differently I created a child theme from the default buddypress theme. For now It´s just a style.css and some changes to the header.
When I try to integrate the bbPress-plugin with my child-theme, the styles arent working properly.
I think I followed the guide properly. I copied every file from the bbPress-theme to my child-theme, excluding the style.css (since there already is one, and it doesnt contain anything anyway?). I also merged the functions.php files, and added “add_theme_support( ‘bbpress’ );” to the top of it. Is there any step beyond this?
Everything functions as intended, but the styles arent working. The sidebar doesnt show up at all and paddings and such thing are no where to be found.
Anyone got any ideas what I might have missed?
Does anyone know of a plugin or similar for a universal search across the BuddyPress and bbPress portions of my site?
I have been looking around and found some hacks for WordPress / BuddyPress, but nothing for BuddyPress / bbPress.
Topic: how do users login?
I just installed bbpress to my site, and when I am logged out, I can’t add topics or comment, or participate. How do users create profiles, and login to the forum?
Am I missing something very obvious?
Topic: Inefficient / heavy query
Hello,
We’ve got a really big bbPress forum running at http://realmadridcf.nl.
At some point though, the site crashed because of heavy query. After some inspection of the SQL slow query log, we found out that it was this query:
# Query_time: 2.798700 Lock_time: 0.000138 Rows_sent: 5 Rows_examined:
366600
SET timestamp=1321347478;
SELECT SQL_CALC_FOUND_ROWS wpecs_posts.* FROM wpecs_posts INNER JOIN
wpecs_postmeta ON (wpecs_posts.ID = wpecs_postmeta.post_id) WHERE 1=1
AND wpecs_posts.post_type IN ('topic', 'reply') AND
(wpecs_posts.post_status = 'publish' OR wpecs_posts.post_status =
'closed') AND ( (wpecs_postmeta.meta_key = '_bbp_forum_id' AND
CAST(wpecs_postmeta.meta_value AS CHAR) NOT IN
('8365804','8558913','8558914','8561009','8561010','187','8365804')) )
GROUP BY wpecs_posts.ID ORDER BY wpecs_posts.post_date DESC LIMIT 0, 5;
You can see that this query is obviously way too heavy: Rows_sent: 5 Rows_examined:
366600…
After some examination we found out that the query was made through bbp_forum_functions.php – line 923 – function bbp_pre_get_posts_exclude_forums.
Has this problem ever occurred before? Is there someone with a solution?
Regards,
Tommy

the BBPress plugin did not have the bb-config.php, so I used the bb-config that is within the buddypress. Hence, I couldnt get the bb-press 2.0 to work. But again when I did it with what is built into buddypress itself, all the files and folders showed up like they were missing.