I have the exact same problem but even when they login to wordpress 2.7 they are shown “You don’t have permission to view this page”.
I have to manually change their role to subscriber which is not ideal at all. It seems to me that bbPress should make a user who registers through the forum a “subscriber” in wordpress but it’s not. I think bbpress should have the same roles as wordpress to cut the confusion down. The whole purpose of using bbpress was because it intregated with wordpress but if it doen’t habdle the roles automatically, I may as well install phpbb or vbulletin.
I love bbpress, but if I have to perform task manually, what is the benefit of using bbpress?
Same problem here. The bbpress roles need to match those of wordpress roles. I played with this for hours to the point I’m ready to ditch bbpress and just install vbulletin or phpbb. I love the intregration though. Everything else works great except when user register through bbpress.
So, I finally got the revamp of my site launch completed on January 1st. The “News” portion of the site is driven by wordpress, and the “Messageboard” portion is bbpress with some marriage between the two.
We migrated from a phpbb2 install that was using phpbbfetchall for pulling “News” to the front page. I think the new set up is much better.
I’m still ironing out glitches and adding features, but I thought I’d share it here to show it off so far. We get between 10,000-12,000 unique visitors to the site per day, and bbpress is handling that traffic beautifully.
http://www.columbusunderground.com/forums/
Hello all,
I run a small website called the Youth Bloggers Network (http://youthbloggers.net/) which is currently using WordPress and the Simple:Press forum plugin to run the forum. I’ve received some advice to switch to a “dedicated” forum software such as bbPress or phpBB to increase loading time and optimize the site structure (splitting up the forum and cms backend). If I were to switch, bbPress is the definite option for me seeing as I need my WordPress users to be members of the forum as well. I was able to install the latest bbPress version (1.0 alpha I believe) and integrate it perfectly with my WordPress install (cookies, users and everything). That was wonderful. The only two things holding me back from making the switch are:
1) Simple:Press is so easy to integrate into any page, just plug and play
2) I need a bbPress theme that matches my current WordPress theme
The problem is that I would like my forum to look and feel like just another page on the site. With Simple:Press this is easy (even when switching themes). With bbPress I need a new theme.
So here is what I would like to know:
Is it worth switching to bbPress even if it means a little extra work and designing?
And where can I find someone who could create a bbPress theme for me that fits my current design for a *low* price?
Please visit the site: http://youthbloggers.net/ and give me your advice and suggestions.
Thanks very much,
Patrick
Ok… so far I am on the bbPress side.
Will bbPress be able to handle large forums?
1. Why in the world would you put bbPress inside of phpBB? Just pick one already!
2. bbPress allows you to move the bb-config.php file outside of your document root for security purposes just in case PHP does something weird.
WordPress themes are more closely related to bbPress themes. phpBB themes use a completely different system.
Yes, a public version would be nice! Good work!
Would it be easier to convert a WordPress theme into a bbPress theme?
If you guys where in my shoes… which one would you pick for a windows technical support forum?
it depends on your needs, if you need a forum that has too many features, then its phpbb for sure.
but if you are looking for a simple forum that has basic functionality, then it’s bbpress.
personally i like bbpress, i like how simple/basic it is, which allows me to add only the features that i want on my own via plugins, while phpbb has too much features, more than i ever wanted, which of course makes it heavier.
phpbb is much much much more powerful and has dozens of features.
Well from my past experience with phpbb and bbpress I have to say bbpress would be quicker for you and there are plugins that will allow you to do so.
Hi there!
I am sorry if someone else has already created a post on this.
I have a website (powered by wordpress) that has a bunch of how-to windows tech articles. I need to get a forum for my site users. Which one would be better? My users will need the capability of uploading files, pasting code and images. Which forum program would put less pressure on my servers and hopefully keep the running a little faster?
Thank you ahead of time for any help.
Thanks for the links, Chris. As bad as the search is in BBPress, it’s still better than phpBB2 (which I’m migrating from).
And John, I saw the Super Search, but didn’t want to use it since it’s in super-alpha mode and I need something that will also search WP posts, and it doesn’t seem like that plugin does that. At least not yet. So for now I’m using the WP search plugin: https://bbpress.org/plugins/topic/wp-search/
Just wondered if there was any way to get Tags/Titles in the existing forum search. Hrm.
2.7 and 0.9.0.3
I had a heck of a time getting the logins to work properly, the issue was that I would get a wordpress_logged_in_* cookie for /forums but never a wordpress_* for /forums
In the bb-admin wordpress integration I set the forum URL to the wordpress URL http://superturbodiesel.com/ and the same in the wp-admin for bbPress integration plugin and it worked.
Some other changes, I fixed the bb_mail function to use a from envelope for sendmail as the fifth parameter to mail. It should certainly be an install option
bbPress is light and simple but IMO still has a long way to go. Can’t wait to get my hands dirty with some patches. I will probably do a wp integration template and usernames in quoted text (from the QUOTE extension).
I migrated from phpBB out of pure spite. Every upgrade on my stock install would break and the fact that it had to be manually patched was ludicrous. As a professional PHP programmer bbPress is much easier to work with and the coding practices are straightforward.
Well, I didn’t exactly dump phpBB per se…. but after looking at the two and what it would take to integrate into my site and get it to do what I wanted…. bbPress turned out the best way to go. What I did dump was Joomla! and WP (GASP! Did I just say that? Yes I did. I needed a forum more than I needed a blog. Last thing this world needed was yet another blog anyways.)
http://tannagh.com
-tg
Post here if you are ditching phpbb for this.
I have only used soop and phpbb and now bbpress and I am loving this more and more every day.
i wrote it assuming the conversion is done on a new empty bbpress installation. then integrating it later with WP. they call it reverse integration on this post https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17411
How nicely does this play with WP integration in regards to the users and existing WP accounts? I’m assuming that it would take another dump and update to merge the bb_ table this makes with the wp_ table necessary for user integration.
Worked perfectly. Thank you!
yes, after conversion. and you don’t have to install it, just copy the file as is and it will be loaded automatically.
I tried installing 0.9.0.3, but I got the message telling me I had an old config.php. I didn’t – my config was named bb-config.php. It turned out the problem was that I was installing bbpress into a subdirectory of my phpBB forums, and it was looking at the config.php for phpBB. I don’t think that’s right. Here was my directory structure:
- /config.php (for phpBB)
- /bbpress/
- bb-config.php
- bb-admin/, etc
When I renamed my phpBB config.php to config2.php, I was allowed to proceed with installation.
I’m about to run this script. THANK YOU! So for the md5 hashing plugin, do we need to install that after we convert? Or?