Thanks! Quick question…does this work for Thesis 1.x only or does it work for Thesis 2.x as well?
I figured it out. I placed the bbp_replies_pagination_count (and topics count) within the headers of both loop-topics.php and loop-replies.php. I also had the change the CSS class for the “Posts” block in the header and reduced the height to make sure everything lined up properly. My theme really did not like bbPress but it’s almost 100% working now. Thanks for your help!
-
This reply was modified 13 years, 8 months ago by
Phill.
-
This reply was modified 13 years, 8 months ago by
Phill.
Using bbconvertor, from bbpress 1.1 to WordPress 3.4.2. Starting with a default WordPress, fresh startup. Started bbconvertor after filling in the settings on wp. During conversion, said I had no forums, but I have five forums. See below. Said conversion complete. Told me to do a recount, click here, which I did. Then it said “You do not have sufficient permissions to access this page.” So I recounted on the bbpress dashboard. But that didn’t change things. Would it be better to use import forums? Please don’t forget to update your counters HERE Conversion Complete Convert posts (400 – 499) Convert posts (300 – 399) Convert posts (200 – 299) Convert posts (100 – 199) Convert posts (0 – 99) Convert tags (200 – 299) Convert tags (100 – 199) Convert tags (0 – 99) Convert topics (200 – 299) Convert topics (100 – 199) Convert topics (0 – 99) No forums to convert parents Convert forums (0 – 99) Delete users wordpress default passwords (0 – 99) Convert users (0 – 99) Not Cleaning Data Starting Conversion…
-
This topic was modified 13 years, 8 months ago by
kannued.
Never mind. I was using bbPress 2.0.2 I’ve upgraded to 2.1.3 and all is good. 🙂
Hi Pez
I’m having the same problem. did you get to the bottom of this?
Cheers
Mark
I’m having the same problem, althought I thought it had something to do with my theme so I dismissed it. But I have exactly same problem, I cannot insert any media in posts or add a link to my posts and pages anymore as soon as I activate bbpress. Quite annoying I must say ^^ I have no clue how to fix it thought I’m afraid it happened after the last update from buddypress because before I updated everything was still working.
same question,when bbpress is easily used like wp?
No response? Has no-one else seen this problem or has any advice?
Thanks
Ps. If I’ve reported this problem in the wrong place, or inappropriately, my apologies. Let me know and I will rectify.
Hello, I am brand new to bbPress and love it so far. I know you can subscribe to forum topics, but is there a way to subscribe to all posts by a particular forum user? Are there any plugins available? I have tried searching and haven’t made any progress.
Thanks!
I should mention that a lot of features are ‘in flux’ in 2.2. The roles I believe are pretty much now finished, but there is a lot of other work going on with it. Expect a few things to not work as expected and then to have things that were working to stop working. The new vs. is such a huge change in many areas that the guys are really fleshing a lot of stuff out still. I’ve learned the hard way not to use bbPress trunk on live sites, but I can say that fixes have been coming quickly once I create trac tickets for them.
I uploaded it to my server for you, http://makemeawebsite.asia/bbpress-thesis.zip
You can download the file and activate it to your wordpress admin.
Cheers,
After updating, 70% of my site (buddypress+bbpress pages) are not functioning. I want to revert back to 2.1.2, the error that occurs is Class ‘BBP_Theme_Compat’ not found in /site url/themes/ExampleTheme/Functions.php on line 858.
I would like to revert to 2.1.2, can someone provide a download to it please.
Doesn’t make any sense.
Performing the recounts will fix this for you. When users post content, recounts automatically for that topic. You’ll have better luck using the tools in bbPress than waiting for it to happen organically.
Is that plugin in the repository? I can’t seem to find it via searching.
Hello!
How to make bbPress look from default layout (just after installation) to
like this:

Thanks for help, im newbie.
Greetings!
Thank you very much for the quick response. In the course of following up with your suggestion I discovered that my problem is actually not a broken process, but one that is severely delayed. I posted a test reply to a topic and then was called away for a couple of hours. When I came back the reply was there just as it should be. So the forum is working but suffering a lot of lag.
I can imagine that the issue causing this may fall outside of the scope of this forum, but if anyone is willing to suggest possible next steps to solve the problem I would be grateful. The forum is hosted with a major provider on a more than basic level service plan and does not typically suffer from lag. I do notice that when I save topics or replies it can take 10-15 seconds to process. That was not the case with the stand-alone bbPress we had.
same issue here. How to fix it.
http://www.fosspedia.com/forums/
What do you mean mendesites?
@do7d
Your site looks amazing! Forum is very beautiful too.
Is it truly a bbpress forum? I can’t seem to get mine to look even half as awesome 🙁
I’d like to have my freshness column just like yours and my sub forums showing like that.
I Recently changed from stand-alone bbPress 1.1 to the Plug-in Version 2.1.2. I was able to perform the import ok, but when I post new topics or replies they don’t show up unless I go onto the admin side and re-save the forum or the topic. Then everything looks ok. The problem is the same using the TwentyEleven theme. I have tried turning off each of my plug-ins to see if there is a conflict, and refreshed various settings such as saving Permalinks and Repairing forums to no avail. Any suggestion for other things to check/change would be most welcome. Thanks in advance for replies.
@ridecbrcom-1 – Not cool. Bully people in your own forums, not ours.
Probably the problem here is that your CSS is included the wrong way. Long story short: if a permalink is used and the style is included with a relative path then the browser will try to retrieve the CSS from the apparent folder. Let’s make an example in order to circumvent my horrible english. This page URL is: https://bbpress.org/forums/topic/style-changes-after-modifying-slugs/
If I include a CSS in this way:
[link rel=’stylesheet’ href=’style.css’ type=’text/css’ /]
the browser will try to download:
https://bbpress.org/forums/topic/style-changes-after-modifying-slugs/style.css
which is obviously wrong. Check your page source and maybe trace an eventual 404 error with Firebug. Or provide me a link to your forum and I will check it for you.
Why don’t you just use the code from the snippet you have? Just replace the printf() that outputs the role name with an echo(‘<img src=..) to output your badge instead.
With all the time you spent bumping this topic and being a condescending prat; you could easily have learned the required single line of PHP.