Wanted to say Thank you for trying even though isn’t not all on the bbpress communities shoulders.
Also I have attempted to deactivate every plugin that touches bbpress and then deactivating bbpress and reactivating it clean, no change.
Thanks for the tip, however there is no change. there is one thing that seems to be odd that shows up also only for non-admin users. If I change the bbpress forum to use the 2010 theme files it works perfect for the admins but users get this error:
Fatal error: Call to undefined function bbporg_reply_search_query() in /home/content/”removed for privacy”/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpress/content-single-topic.php on line 42
I have re-downloaded bbpress 2.1 but this error remains. Not sure if it has anything to do with anything
What can I change to have all links that are posted on the site open in a new window instead of the window that the forum is using? Thanks!
Looks fantastic. Great job JJJ
Thanks everyone for the kind words. 🙂
Does Membership-lite have any bbPress specific code in it? I suspect it has something to do with roles and capabilities. Maybe try deactivating bbPress, reactivating it, and visiting Settings > Forums. That silently does a bit of validation on some bbPress settings, in the event things get botched somehow.
That’s a bit odd, since that’s a core WordPress WP_Query method.
Can you confirm that your update went smoothly? Maybe try reinstalling bbPress manually.
Also, what theme are you using? It’s possible there’s a conflict, or something else weird is going on.
Thanks for helping.
I get this ugly error:
Fatal error: Call to undefined method stdClass::have_posts() in /home/jorjette/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 168
I`m not able to see any single thread! Can someone help me with that? I am the only one who get the bbp-reply-template.php error?
So after hours of digging it appears that there is an incompatibility with 21 and Membership-lite 2.0.7 . Everything looks fine from the Membership admin login but all other users see for each topic is the replies (if any). unfortunately I doubt the membership plugin will receive an update anytime soon 🙁 any thoughts what might have changed from bbpress 2.0.2 that caused this so I can manually fix it?
Sweet, very snazzy looking. Glad to see bbPress.org finally using the plugin!
As for those CSS buttons, some of them could use a cursor:pointer, search button on the left for instance. Minor stuff, but still 😉
Nice, I like it! Especially the CSS buttons. Currently updating one of my forums to 2.1 – looking good.
Hello,
New to bbPress and really am limited on html/css (but can usually find my way through things…)
I am trying to figure out how to change the title headings for the forums, so instead of it saying “Forum, Topic, Posts, etc.” I could change those labels to work more for my purposes of having the forum. I am using bbPress to create a file repository / community for teachers to upload curriculum/lessons plans etc. and then comment, discuss, critique, rate them etc.
Thanks for any help!
SJ
Hi guys
Just to add to my latest reply above, I started a conversion with row limis = 100 and delay time = 1 and it was succesfull up to the lines 700-799. The conversion cannot pass that point. Whatever I do. It hangs always at 799.
Thank You
Hi guys
I found the last query as @John James Jacob pointed out. However, I do not think that this is the issue. As I decrease the “Rows Limit” the conversion goes further one more step. I mean it will proceed one more conversion step and then hang. For instance, having “Row Limits” set to 10 it passed the “Converting topics (780 – 789)” but it hanged at “Converting topics (790 – 799)”. Before this, I set the “Row Limits” to 25, again the conversion executed one more conversion step than when the “Row Limits” set to 50.
I have no idea how to troubleshoot this. Any ideas?
Thank You
My two cents worth … bearing in mind that I don’t actually use bbPress at the moment so this is all theoretical, so treat my opinion accordingly …
I migrated a site with around 250,000 posts a while back, and the only thing I had trouble with was the import script timing out, but that’s an easily fixable bottleneck.
I think the main problem you might stumble across, is that WordPress isn’t that good at handling dynamic content IMO and so the server load may become a problem with lots of activity on your forum. Most sites are static, therefore you can cache the heck out of them, forums not so much.
Personally, I’d still use bbPress even for a fairly large forum though. I know WordPress better than anything else, and so I’d be more comfortable scaling bbPress to high traffic volumes than I would any other platform. My suspicion is that many other dedicated forum packages could theoretically handle a lot more load though, since they’re (theoretically) architected to handle dynamic content better than WordPress.
PS: Kudos to whoever’s been working on this site in the past 12 months. I haven’t been here in a while and it sure does look a lot better 🙂
Not into the millions here, but I just migrated over about 140k posts and 40k tag relationships last night.
So far, nothing is on fire yet!
This should be much less of an issue now that we’re running bbPress 2.1. Guess we’ll see what happens!
Few biggish things to do:
* Migrate Codex
* Redirect Legacy Plugins
* Blog Sidebar and Comments
Hi Viktora,
Sorry to hear you’re having trouble. What theme are you attempting to add bbPress support to?
Hi all. I have successfully implemented BBPress 2.1 on my WP with custom template. Now, I am trying for almost one week to customize the default bbpress theme. Based on the description here I have
– created the bbpress directory like “wp-content/themes/MYTHEME/bbpress”
– copied all files from “bbPress/bbp-theme-compat/bbpress/” to the new directory above (I have checked that the all modifications of these files in my theme are visible on the website front end
– as part of my testing I have moved the root file page-front-forums.php out of /bbpress/extras into the root of my theme
BUT – no change on the forum front end (mywebsite.com/forums) – the system shows the forums as content of page based on the page.php template file (including left and right sidebars), the page-front-forums.php file is ignored. What is wrong?
BTW, the new forum design here is really great! Could you publish the template files used pls?:-)
-
This topic was modified 14 years ago by
viktora.
Hi John James Jacoby
Thank you for your reply and help.
I will look into this and get back to you with feedback.
Thank You