PHPbb is driving me nuts.
Does bbpress allow multiple installs, to share one user table. Without corrupting and resetting forum permissions?
PHPbb is driving me nuts.
Does bbpress allow multiple installs, to share one user table. Without corrupting and resetting forum permissions?
Hey all,
I was wondering if it’s possible to bypass the bbPress login/registration and just authorize users based on the usertable I have in my MediaWiki installation. I’ve been able to do this with phpBB and vBulletin, so I guess there should be a way to do this for bbPress, right?
Where would I start doing this? As far as I could see there’s no existing plugin for this. I see there’s an LDAP plugin though, so I could take that one and try to rewrite it to use a regular mysql database. Or are there better ways to achieve this?
Thanks!
NOTE: There are some plugins that let MediaWiki use your WordPress/bbPress database. What I’m looking for goes the other way round. I have MediaWiki, and I want bbPress to auth against it.
Thanks for this converter! I have managed to sucesfully convert a phpbb3.0.8 forum to a bbpress one, but one problem remains, how can i convert attachments as well?
My forum heavily depends on people attaching images, migrating to bbpress and losing attachments is like losing half the fun.
Any help?
this is helpful.. thanks!! good stuff!! cheers!
is this for real.. hope i could get this!
Hi there. can this be done without installing phpbb3 as I’m also moving the forum to another location.
Steps I made:
1. Export phpbb3 SQL from the old location
2. Import phpbb3 SQL to the new location.
3. Install bbpress with the same db info where I imported the phpbb3 SQL.
4. Called the script from root folder of bbpress, but I get 500 Internal Server Error.
I can see that there are some hooks to phpbb3 root folder.
I don’t know what is being called there, but maybe I could define DB settings manually somehow?
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
So can this be done without phpbb3 installation?
Still a work in progress, we had to get it up ASAP, converted from phpBB.
http://www.herdhaven.com/forum/
Integrated with our WordPress blog
http://www.herdhaven.com
We’re playing with some stuff, trying to do some things with the forums, etc.
Thanks for featuring this on bbshowcase.org. Since my users have decided to go with phpBB for now, I’m going to redirect the DEMO link on the kakumei-black project page to your demo.
loving the dev going on here…I’ve been playing with the plugin on my local site and managed to get a lot working…including an import (albeit hacked to bloody hell) from http://www.iteisa.com/phpbb2bbpress. All my posts have been imported ok (still working on replies) and the counts all work on the forum front page…but if I click on a particular forum I get the, “Oh bother! No topics were found here! Perhaps searching will help.” Even though it says there’s 168 posts…
If I search for a post, or click on a user and show all their posts they show up fine.
This isn’t the case if I actually post something…they show up fine…it’s the imported stuff. Nothing I can see in the DB shows me that I’m missing something (although I obviously am…)
Any pointers?
Cheers,
Brian
32… sounds like phpBB
While I don’t has access to a demo, either locally or online that’s fully up-to-date it makes it hard to comment on some of the newer stuff committed, after my PC decided it didn’t want to be a PC anymore!
http://wordpress.elfden.co.uk/forum/ is kept fairly update and when you register you get access to almost everything to show what’s available etc. however, there are a few bugs because it is running 3.0.4, when 3.1 is released I’ll be updating then (I don’t want it on the nightlies).
I’ve mentioned theming to my other ‘alf, but no point in starting until things have settled down. But with all these different files, I think it is even more important that action/filters be included from the off for plugin developers to hook into!
32… sounds like phpBB
While I don’t has access to a demo, either locally or online that’s fully up-to-date it makes it hard to comment on some of the newer stuff committed, after my PC decided it didn’t want to be a PC anymore!
http://wordpress.elfden.co.uk/forum/ is kept fairly update and when you register you get access to almost everything to show what’s available etc. however, there are a few bugs because it is running 3.0.4, when 3.1 is released I’ll be updating then (I don’t want it on the nightlies).
I’ve mentioned theming to my other ‘alf, but no point in starting until things have settled down. But with all these different files, I think it is even more important that action/filters be included from the off for plugin developers to hook into!
I had to disable it last night. The problem is, it’s set up to be run off of the script hosted at xbb2.com. However, because the guy’s site was timing out and causing each page load to be very long, I had to drop it. It would be best if there was a plugin so you could run the code locally.
There is a plugin for phpBB, but I don’t know if it also requires using the script hosted at xbb2.com, or if it’s a stand-alone version.
I had to disable it last night. The problem is, it’s set up to be run off of the script hosted at xbb2.com. However, because the guy’s site was timing out and causing each page load to be very long, I had to drop it. It would be best if there was a plugin so you could run the code locally.
There is a plugin for phpBB, but I don’t know if it also requires using the script hosted at xbb2.com, or if it’s a stand-alone version.
does this bring over attachments from the old forum ?
I’ve installed CKeditor and TinyMCE, tweaked and messed with the code for weeks. I then installed the same two editor to phpBB and Drupal and they both work fine but the forum format are ugly. It seems like BBpress cannot output rich text. I might be wrong, but there seems to be nothing right now. Just a heads up.
Works like a dream. Thanks!
Btw, I did the conversion on a shared server, and each conversion was instant. Of course, my forum is not that big, but worth mentioning …
bbPress #ftw
all your mentioned needs can be satisfied easily by bbPress
bbPress #ftw
all your mentioned needs can be satisfied easily by bbPress
If you use WordPress, then bbPress is going to be a really good long-term option as it will soon mean the best integration with your website.
My main experience is with both phpBB and SMF and they feel like archaic pieces of software that are a pain to integrate and design for. Both also have big spam problems unless you customise the registration form. I think bbPress is protected by Akismet which is a different league to what the others have.
Another option similar to bbPress is Vanilla http://vanillaforums.org
My current preference is bbPress, but only if you don’t need to install too many plugins as it increases the chance of things going wrong when updating.
If you use WordPress, then bbPress is going to be a really good long-term option as it will soon mean the best integration with your website.
My main experience is with both phpBB and SMF and they feel like archaic pieces of software that are a pain to integrate and design for. Both also have big spam problems unless you customise the registration form. I think bbPress is protected by Akismet which is a different league to what the others have.
Another option similar to bbPress is Vanilla http://vanillaforums.org
My current preference is bbPress, but only if you don’t need to install too many plugins as it increases the chance of things going wrong when updating.
1. Some plugins need some editing, but its usually minimal and with details on how to. Most plugins however do not need editing or knowledge of php.
2. Right now Automattic is working on a bbPress plugin for WordPress their main blogging platform. I’m guessing most support will go too that. But some support remains on the official bbpress.
3. All populair forum software has spam problems.
4. Core changes arent neccesairy, just hook it in. Although this will require some php knowledge.
1. Some plugins need some editing, but its usually minimal and with details on how to. Most plugins however do not need editing or knowledge of php.
2. Right now Automattic is working on a bbPress plugin for WordPress their main blogging platform. I’m guessing most support will go too that. But some support remains on the official bbpress.
3. All populair forum software has spam problems.
4. Core changes arent neccesairy, just hook it in. Although this will require some php knowledge.
Hi. I run a community for several groups of people learning foreign languages and I NEED SOME ADVICE on which bb platform to use. The bb/forums are the most active part of our website, so this is a very important decision. I would greatly appreciate any advice or comments you can offer.
1) I’m attracted to the fact that bbPress seems “lightweight” and that features are added as plug-ins. But is it EASY to add plug-ins? Can they be added automatically, through a wizard, or does it require knowledge of PHP and manual cutting & pasting of code?
2) Is it popular enough that there is plenty of support available online?
3) Is it secure? I used to run our forums on phpBB2 and they were eventually overrun with spam. No matter what anti-spam mods I installed, it never seemed to fix the problem.
4) When I ran the forums on phpBB2 it was terribly difficult to install Mods, keep track of changes, and perform maintenance on the site unless I kept very careful records of what parts of code I was changing. Does bbPress make this easier and more user-friendly? Have any of you had issues with it, or been disappointed by it being overly complicated?
THANK YOU VERY MUCH for your time. I look forward to your replies.
Regards,
R.S.
(considering bbPress, SMF, and phpBB3)
Cool. But will have some time though to implement those. I’m still trying to figure out bbpress. I am used to phpbb though