There will be a sort of super plugin that you will be able to integrate into bbPress to get most of the functionality of TalkPress. The working name for the project is “bbPress Channels”. It will be released after TalkPress.
I’d like to add a comment system to MediaWiki using bbPress as the backend.
I imagine it’d work like the following:
1. each mediawiki creates a bbpress topic in a specific forum
2. if logged in, users can comment from the mediawiki page.
anyone have any clues to this? is bbsync the closest system to this at the moment?
We have debated adding the wp-mail class to bbPress to get this functionality built in, but we balked at the sheer size of the code. What is a good lightweight replacement for php-mailer that we can consider adding to backpress?
Are tags expected to be working on the 1.0 alpha code?
I am playing around with the system, and it it appears as if tags are not being displayed. the bb_tag_heat_map() is displaying nothing, bb_get_top_tags() is returning an empty array. Individual posts don’t show tags either.
I am assuming this is related to the new taxonomy code… not sure if I did the upgrade incorrectly or what. When I logged into the admin system the first time, it did do a DB upgrade.
If there is no secure salt in WordPress then you don’t need one in bbPress. I think it says that in the note on that field in the installer.
Everything works on a localhost install, but when I try install on dreamhost I get the following error:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /bb-includes/backpress/functions.core.php on line 499
The message stays on the top of page, above header, seems that I can use everything but the message stays there. How can I get ride of this.
SVN INFO:
$ svn info
Path: URL: http://svn.automattic.com/bbpress/trunk
Repository Root: http://svn.automattic.com/bbpress
Repository UUID: 9866e705-20ec-0310-96e7-cbb4277adcfb
Revision: 1651
Node Kind: directory
Schedule: normal
Last Changed Author: sambauers
Last Changed Rev: 1651
Last Changed Date: 2008-08-13 12:13:00 -0700 (Wed, 13 Aug 2008)
Thanks,
Joel Teixeira
This is fixed in trunk and will be fixed in the next alpha release which will probably be in the next couple of days.
https://trac.bbpress.org/ticket/924
Let me add that I’m doing all my testing/installing locally using Xampp. https://trac.bbpress.org/ticket/928 made me think that maybe I’m having the plugin issue because of this problem? Just a shot in the dark perhaps? I think I’ll try uploading the latest trunk to my website (run on a unix server) tonight and see if it’s different in that environment.
Please include the version of bbPress you’re using when asking for help. If you are having trouble with WordPress integration, please post the bbPress version AND the WordPress version. If you are using an alpha or trunk release, please include the revision number. It will cut down on the time wasted answering questions that don’t apply to your version, or the back and forth of “what version are you running.”
Thanks.
What version bbPress and WordPress are you using?
I am going through the process of filling out the integration form in the bbpress control panel. It suggested that the users prefix was likely to be wp_ so I tried that out. Now I can’t login to bbpress, it’s complaining “bbPress database error: [Table ‘addiva_bbpress.wp_users’ doesn’t exist]”
So I want to keep experimenting with what it needs, but I can’t progress since I can’t log back into the control panel. How do I get around this?
Sorry I posted some incorrect/incomplete info. Until recently, it was only possible to have one database with both the wordpress tables and bbpress tables shared inside.
It’s now possible to force separate databases since 0.9
However I recommend against separate databases unless you have some kind of weird configuration that demands it. It’s just more overhead, more configuration, more to backup and worry about. Some hosts even limit the number of databases you can have (though tables inside are not restricted).
bugs:
When logging in using the BB-Press form, goes to white blank screen. It doesn’t allow user to log in. Can however log in using the WP form.
Using the ThemePress them, doesn’t show options for new posts or the option to reply. (but this may just be a theme issue).
Once I get this forum installed, I plan to manually add a number of users from an old yahoogroup, and I’m wondering if we’d be better off entering them into the wordpress database, or into the bbpress database?
I was confused on this issue, reading the installation instructions. It may be helpful to others to add an explanation there on whether it’s preferred to use separate databases and why. Thanks much.
Thanks _ck_,
I’m not integrating with WordPress. I thought to install the stable and then (after released) the 1.0 but with too many changes between 0.9 and 1.0 series I’m afraid that the process of updating leave some unnecessary dirt on the database.
Do this make sense or I shoudn’t worry about it?
The trunk version is very polished (mainly the admin area) but at this time some points seems strange to me (well, is all new to me at this point) like the search form above the title of the forum instead of be placed above hot tags.
[sorry my english]
If you know how to use SVN, the trunk is your best bet.
There will likely be regular updates this month by Sam and MDA until it’s more polished.
The only catch is there are still a few plugins that don’t work with 1.0 and you may not know what’s wrong until you fiddle a bit.
Then again, if you are not integrating with WordPress, 0.9 should upgrade almost effortlessly to 1.0 when ready.
Hi guys,
I want to start a forum from scratch and was going to install phpBB but after too much reading I decided that is best to me (and to the forum) use the bbPress.
I installed both stable and trunk versions on my local machine and was playing around for a couple hours. bbPress is really what I want, but I’m a little bit undecided about what version upload to my host.
I know 1.0 final release is coming soon but have too many tickets to close and I don’t want to wait.
In your opinion guys, for who wants to start over theses days… should I install 1.0 Alpha or latest stable version to put on production.
Thank you so much.
Joel Teixeira
I’ve installed wordpress and bbpress im using the plugin call register plus attached to the wordpress installation. both wordpress and bbpress are integrated but i cant get regsiter plus to integrate. It works with word press and clients can use there user name and password on bbpress… BUT…. when cleints try and register on bbpress it uses th default bbpress registration. can anyone help me redirect bbpress registration to the reister plus plugin?
In all methods of integration, they both have their own [databases] (correction, tables) and simply share the user table (and usermeta).
3. WordPress and bbPress each in their own directory
|–blog <– WordPress
|
|–forums <– bbPress
(I like this methed best, seems the most “logical”)
In this scenario, do both wp and bbpress have their own, separate databases?
BTW, I can’t get the blockquote to work. I’ve tried <> [] and to no avail. What am I missing?
Thanks. So am I right that to put everything on the same database I should uninstall the bbpress I have currently installed, then re-install, specifying the same database I used for wordpress?
Or is it unecessary, since I can get cookies to recognize users whether they’ve logged into wordpress or bbpress?
blockquote
You only need to share databases to have integrated user logins.
/blockquote
Thanks for responding, Chris. I’m still confused about this. It sounds like, from the documentation like above, integrating the cookies will accomplish the same thing:
blockquoteIntegrating cookies allows your users to log in to either your WordPress blog or your bbPress forums and be effectively logged in to both.
/blockquote
I do want it to be pretty seamless for our users. I want them to only have to register once, and not to have to log in again when they cruise to the forum. On the face of it, it would seem like we need to share one database. BUT, that seems a bit scary, like the kind of scenario where I could wipe out our existing WP installation.
If that’s the route I should go, how do I go about it? Uninstall the bbpress I just created, then go through the installation again, except this time enter our wp database info?
I tried doing the integration last week for the two databases I have currently set up, and had to add a line into my wp-config about a secret key. With that, an error message came up instead of the blog, choking on that line. It was a day before I got wind of it, so it didn’t look very good.
I want to have a clearer understanding this time before I start messing around with these settings.
BTW, what am I missing with the markup here? It says to put the code between backticks `, but it’s not working.
I asked only because I was wondering what you expected to see and maybe I could try the same plugin.
I installed the BB Attachments plugin
https://bbpress.org/plugins/topic/bb-attachments/
Activated it and was able to add attachments. So, either you have a different problem with all your plugins in your installation or the plugins you are trying to use aren’t compatible with the alpha release, or maybe they are being activated and they are mostly invisible (like Akismet.) BB Attachments is a good one because you can see if it’s working when you go to make a new post.
Activating Akismet, BTW, gives me a new admin submenu called “Akismet Configuration:.