Search Results for 'bbpress'
-
Search Results
-
The main area for content throughout my site is white. Behind it, the wrapper (around the header, content, and footer) is dark gray. But the white background for the main content area seems to be missing within bbPress, resulting in dark gray text over a dark gray background, making it impossible to read most items. (Actual post content appears with a white background so you can read those, but everything around the actual posts is gray on gray.)

Why? How can this be corrected to respect the correct content area background color?
http://domain.com/members/member/forums/replies/ is listing private replies to non logged in users. Is this working as intended?
(this is using bbPress 2.2.4)
Hey guys, I did quite a bit of research on this one but I am yet to find a solution.
I am looking display a list of the ‘Latest Topics’ on the ‘Forum Index’ page and the ‘Homepage’ of my blog.
This was easy in the older versions of BBPress wherein you could modify the ‘archive-forum.php’ or ‘page-front-forums.php’, but it does not work with bbpress 2.2.4.
Anyone here knows of a solution?
Hello,
I am trying to modify the default bbPress theme and it is driving me crazy. What’s the best way to figure out which specific file a need to edit to add or remove code?
Thank you!
Those who (like me) have recently upgraded from the bbpress standalone version to the plugin version of bbpress, will be glad to know that Arne Branchold’s WordPress plugin “Google XML Sitemaps”, has the ability to include your bbpress forum posts into your xml sitemap. You can download the plugin here: http://wordpress.org/extend/plugins/google-sitemap-generator/
I’ve been using this plugin for years so I was glad to find this option. It took me a few days to figure this out, so I thought I would share this info in case there are others wondering about a way to include your posts into your wordpress sitemap.
Go to Settings -> XML-Sitemap. Under sitemap content -> Custom Post Types: select “Include custom post type Forums” and “Include custom post type Topics”. Then update options from the bottom and click on “rebuild the sitemap manually” from the top to update your sitemap. If you have a google webmaster tools account, you can now resubmit your sitemap to google.
It’s exactly how the title puts it. It’s just a blank page with the text “viewing 5 topics – 1 of 5”. I’ve searched it up and one solution was to change line 815 in bbpress.css to “clear: both;” instead of “clear: none;”. It wasn’t line 815 but 818, but it was still near so I knew which one. I tried it, and the topics showed, but they were shifted down the page quite a lot, and there was a lot of blank space between the “viewing 5 topics – 1 of 5” and the topics list. Is there any way I can solve this? Direct link to problem is here.
Hello,
Wondering if anybody has experience with the “404 Redirected” wordpress plugin?
When this 404 plugin is enabled I cannot use the front end forum/reply editing feature.
This URL http://ultimateclientmanager.com/topic/add-an-other-taxe/edit/ simply redirects to this url http://ultimateclientmanager.com/topic/add-an-other-taxe/
bbPress 2.2.4 and WordPress 3.5.1
Does anybody know why the 404 plugin is identifying this URL as a 404 and doing the redirect?
Thanks,
DaveThis is a similar issue to another post: http://bbpress.org/forums/topic/first-post-not-showing/
However, that other topic doesn’t seem to be getting feedback from knowledgeable developers, and I’ve done a bit of additional troubleshooting.
Basically, some users on our site can *never* see the first post on any bbPress topics.
I’ve tried disabling all types of caching (we’re using W3 Total Cache) and that had no effect. Also, we’re using WishList Member (closed-source membership plugin) and of course, other plugins.
Inspecting the $bbpress variable while logged in as an admin and an affected user (in a different browser), I was able to find the following inconsistency in $bbpress->reply_query->request:
admin’s:
`SELECT SQL_CALC_FOUND_ROWS wp_1_posts.* FROM wp_1_posts FORCE INDEX (PRIMARY, post_parent) WHERE 1=1 AND (wp_1_posts.ID = 2904 OR wp_1_posts.post_parent = 2904) AND wp_1_posts.post_type IN (‘topic’, ‘reply’) AND (wp_1_posts.post_status = ‘publish’ OR wp_1_posts.post_status = ‘closed’) ORDER BY wp_1_posts.post_date ASC LIMIT 0, 15`affected user’s:
`SELECT SQL_CALC_FOUND_ROWS wp_1_posts.ID FROM wp_1_posts WHERE 1=1 AND wp_1_posts.ID NOT IN (648,649,650,1067,1075,1085,1091,1102) AND wp_1_posts.post_parent = 2904 AND wp_1_posts.post_type IN (‘topic’, ‘reply’) AND (wp_1_posts.post_status = ‘publish’ OR wp_1_posts.post_status = ‘closed’) ORDER BY wp_1_posts.post_date ASC LIMIT 0, 15`I noticed there’s a section for wp_1_posts.ID NOT IN(…) which isn’t present for admin. Anyone know where this comes from?
So, here’s the question: why can’t this user see all replies in every topic? Is there something I’m overlooking?
Finally, if someone is willing to fix this issue for us for a reasonable fee, please email me directly at alex [at] theartofcharm [dotcom]
Here’s the full $bbpress var dump (from admin user): http://pastebay.com/1189524
and here’s one from an affected user: http://pastebay.com/1189525Thanks in advance!