Hi,
you need to check the old and the new table structure (use phpmyadmin) for this.
next you need to convert the old tables to the format of the new tables.
Learn from how bbpress will create the records inside the tables and import your old data this way.
I don’t think that there is a tutorial on how to do that (didn’t know that Joomla has a forum module)
Depends. Where do you want them to appear in BBpress and what part of your blog do you want to link to?
I think there is some mistake on what the intent of my post was about. My post is never meant that I wanted a feature to “cache” the forum. I wanted the bbpress integration to work with memcache for a seemless login but currently it’s done by the cookie path.. I think I once again got confused on who to contact to get that feature added since not everyone uses cookies but than I suppose it is a problem when you set session handling to memcache by master value.
No, the problem is much worse in 1.0.x
Not only does the setting have no effect, 1.0 has a “reserved” option list which forces all foreign options (ie. set by plugins) to default to non-autoload, causing an extra query for each one unless they specifically add themselves to the auto-load list.
So other than hacking nearly every single existing plugin, you can try my workaround:
https://bbpress.org/forums/topic/heres-how-to-fix-some-of-the-10-query-performance-regression
I’ve abandoned this idea now. Until BBPress makes this ALOT easier to achieve sometime in the future.
I added a link to the forum on the mainsite, and it opens in a new window. Looks good.
Hi!
I’m running bbPress 0.9.0.2 and I noticed that it shows some weird posting times on few of the last posts. It says that they’ve been written “-1 year ago”. Minus one year ago? What could it be that’s making this happen? Something wrong with the server clock? I haven’t changed any of my bbPress settings in a while..
Here is the board (in Finnish): http://www.viekkausliiga.com/pulina/
Problem is the “Pulinaboxi” thread. It says that a user has written the last post “-1 year ago”. This causes the sites front page (http://www.viekkausliiga.com/) RSS-feed parser to malfunction as in not showing the latest posts…
@johnhiler, his concerns are more about setup problems by unexperienced php user and hosting requirements.
Actually, I don’t like the super cache module for WP, because it’s only powerful for blogs with a lot of page views. Memcache would be better for bbpress in my opinion. I know a lot of people using memcache for several types of applications and they are very glad to use it.
I don’t think that memcache should be a part of bbpress, but it would be helpful that the API is compatible to use it.
Empty your database be dropping all the tables inside it via PhpMyAdmin and then install bbPress again.
It could be: BBVideo plugin
Sam had some thoughts on how bbPress 1.0/Backpress enabled the WordPress memcached plugin here:
https://bbpress.org/forums/topic/topic-query-count-in-alpha-10-any-progress#post-19600
_ck_ also had some thoughts on how memcached would or wouldn’t increase performance (although it sounds like performance isn’t your main goal in making the switch):
https://bbpress.org/forums/topic/covert-wp-super-cache-plug-in-for-bbpress/page/2#post-38232
Good luck – and keep us posted on how it goes!
for my requirements memcache is more reliable and less messy. Besides you do not supercache a forum. I do not think you understand.
@usera
Instead of memcache, output caching might be a better option for non-logged in user. Something like WordPress’ SuperCache plugin.
More information can be found about this discussion here:
https://bbpress.org/forums/topic/covert-wp-super-cache-plug-in-for-bbpress#post-37072
Essentially, a lot of people would love the SuperCache plugin to be converted for use with bbPress … but no one has yet committed to performing the work needed to convert the plugin
Can someone tell me what’s the status with bbpress and memcache? I see backpress is meant to unify memcache in both installations but is there a working beta to get both working? I currently using version two of the object-cache on my wordpress and unfortunately i suppose that is what is causing the problem with the bbpress integration plugin. Any clues or more info?
Thank you.
Hehe, most people talk as though bbPress doesn’t exist. 
I personally talk as if bbPress 1.0 doesn’t exist… 0.9 or bust!
I haven’t used Vanilla, so I can’t comment on them… I wish there was more benchmarking across boards platforms for speed. But I haven’t seen much on that front…
Hi There,
I was looking into bbpress, but I hadn’t really seen any themes that caught my attention with the exception of the theme at the following:
http://mu.wordpress.org/forums/forum/5
In my opinion, it is the simplest and cleanest of all themes I’ve seen. Is there a theme like this available for download? Most of the other bbpress themes I’ve seen look too busy and cluttered, and prefer the simple and clean look of the aforementioned.
Thanks in advance for replies.
How did you embed youtube videos in the forum?
It’s not a deep integration: But that’s something I will try later.
http://img263.imageshack.us/img263/52/pimpedforumbbpress.jpg
Spent quite a few days on this, sitting up from morning till late night. It’s a forum for my website about the late Michael Jackson. You could call it the official fanclub for Norway. I do, since I have a kickass domain.
Main color is golden (yellow-orange) links are darkred.
Using CSS3 from the future, all boxes, buttons, posts, inputs have rounded corners.
I removed all borders from the original Kakumei, since I thought that looked too messed up. I also made “Add new” button much more visible. Since this very button is the key to a growing forum. What do you all think?
Hi, do you notice the little -moz thing in front of the CSS property? That is an internal Firefox only CSS property. IE does not support rounded borders at all (and maybe will not soon). Safari on the other hand and all other webkit based browsers (Chrome, Konqueror) do support it via their own special CSS properties.
So for Safari(and Chrome) the code will be:
-webkit-border-radius: 6px;
for Konqueror (not very widespread but anyway):
-khtml-border-radius: 6px;
and since rounded borders are a property from the upcoming CSS3, here you have the standard definition (which you should also include for the bright moment in the future when all browsers will natively support it):
border-radius: 6px;
Of course using these properties will render your CSS invalid in the W3C validator.
Extended info on CSS3 border-radius:
http://www.css3.info/preview/rounded-border/
Cheers 
Pssst! But hey – is that a bbPress issue? And why post in “Installation” subforum?
I don’t agree with that. I dont know shit, and still I’ve managed to set up several great websites. Thats why i chose BBpress, to not have to understand shit. Just let it drive itself.
I was hoping someone could do it for me.
Well there’s your problem right there 
Making a theme is easy AND it won’t break the source code or become beyond repair. A theme is all HTML and CSS, with a little PHP tossed in, and not the coding kind of PHP where you have to make SQL calls. Unless you want to, of course.
Go to https://bbpress.org/documentation/themes/ for the basics. You’ll need this under your belt if you ever hope to maintain a forum without going nuts.
Try define( 'BBDB_HOST', '0.0.0.0' );
my-templates are 750, you’re saying it should be 755? Does that apply to my-plugins too?
Anyone want to tackle my other problem? (https://bbpress.org/forums/topic/wordpressmu-bbpress-theme)
WP and BBpress Themes use (95% of the time) the same css tags. You will have to open your BBpress css and just insert and remove tags from WP css or sometimes rename the css tag.
and I think it’s <?php wp_head(); ?> in the header.php
and <?php wp_footer(); ?> in the footer.php
Help! My install failed halfway through. It asked me to manually re-define some integration fields (which were already correct). The message on the screen was that the install failed.
Now, when I go back to the forum, I get redirected to the install.php and this message appears:
“Oh dear!
bbPress is already installed.
Perhaps you meant to run the upgrade script instead?”
How do I re-install?