Skip to:
Content
Pages
Categories
Search
Top
Bottom

Which version of bbPress does bbpress.org use?

Published on December 11th, 2008 by John James Jacoby

Curious if it’s a working trunk version or alpha or what?

The definitive predefined addons in the first release

Published on December 10th, 2008 by elegos

Hello there!

I was wondering… which addons will be put as “predefinite” in bbPress? I know that “less is more”, but atm, using the 1.0 alpha, I can’t say it’s a newbie-friendly type of forum:

– there is no bbCode (who knows it will use it, not HTML ) => you have to add a plugin (bbCode) and another one to enable the images tag.

– no smiles (ok, the abuse of them is something like HELL, but the absence is too), you have to add a plugin, and another one to enable images (if you haven’t done before).

– the editor too is too poor: can’t you make an addon to easily insert all the tags you can insert in? (like the bbCode one, not compatible with Opera)

– avatars: c’mon, you’ve got them also in the official bbPress forum :) – another addon

So… there will be some addons like these in the release version? If not, how do you expect people will take bbPress if they allways have to stay under all the most important plugins? What if a developer stops working on one of them?

Thanks :)

bbPress 0.9.0.3 (stable) released

Published on December 10th, 2008 by Sam Bauers

See the blog post here:

https://bbpress.org/blog/2008/12/bbpress-0903-stable-released/

Trac linking in the support forum

Published on December 10th, 2008 by Sam Bauers

I’ve just added the ability to directly link to Trac tickets and changesets within your posts, for example…

Just typing #964 links to ticket 964 in Trac that follows the progress of the XML-RPC interface.

Typing [1832] links to changeset 1832 in Trac.

You can also link to BackPress tickets ( #BP7 and [BP170] ) and WordPress tickets ( #WP2012 and [WP10043] )

This is done using a new plugin https://bbpress.org/plugins/topic/trac-links-for-bbpress/

Integrating Brand New Forum and Blog

Published on December 10th, 2008 by gbrown88

Hi,

I have worked with wordpress for awhile and am pretty advanced with it. I am creating a new website, and would like to add a forum to it. This will be my first time working with the bbPress forum. I have looked around this forum for most of the day, trying to figure out the best way to start. Since I have not done anything yet, and will be integrating the forum with wordpress from the beginning, I am looking for suggestions, with links if you would like, on the quickest way to do this. Some specific questions are how do the templates compare to those for wordpress, do I use one of two databases? Anything else would be helpful!

Thanks

Generating secret keys

Published on December 10th, 2008 by Sam Bauers

WordPress has had an online tool available for a while to generate random strings in a format suitable for the wp-config.php file. It is at:

https://api.wordpress.org/secret-key/1.1/

This has just been extended to return code appropriate for bbPress as well. Just go to:

https://api.wordpress.org/secret-key/1.1/bbpress/

Enjoy! Sam.

phpbb3 -> bbpress converter

Published on December 9th, 2008 by

hi !

am working on moving my site from phpbb3 to bbpress, of course there is no converters out there for that purpose, so i decided to write my own.

am still testing it and trying to improve the code a little bit. right now it can convert the following :

1- forums

2- topics, completely with topic types and status.. announcements and glopal announcements are stickied to front page.

3- posts, all bbcode is converted into html, smiles are changed into img tags, so you might want to install allow images plugin.

4- users, including permissions .. notice that bbpress doesn’t support per forum permissions as phpbb3, so it only convert users as following :

founder -> key master

inactive -> inactive

banned -> blocked

moderators and admins are converted into normal users, so you have to assign them again

because phpbb3 doesn’t use md5 hashing anymore, the script copies passwords as it is. to solve that problem i modified the md5 insecurity for bbpress plugin to first check the passwords the phpbb3 way, if it matches, it will rehash it using bbpress functions.

the script converts all the table rows at once, so it’s very heavy and consumes too much cpu depending on your forum size, i strongly suggest that you do the conversion on your own machine, not on a shared hosting account. you might also want to increase the php max execution time on your machine before starting the script cause it takes lots of time converting posts.

here is the steps for converting your phpbb3 board :

1- make a backup from your database and files.

2- install bbpress anywhere, just use the same database of phpbb3. this is important cause the script assumes that all tables are in the same database.

3- download the script from here. extract it, and you’ll get 2 files.

4- copy the file phpbb3tobbpress.php to phpbb3 directory.

5- copy the file _phpbb3_pass.php to bb-plugins directory.

6- go to http://path-to-phpbb3/phpbb3tobbpress.php and start converting your board.

7- voila .. all your data is converted to bbpress tables, go to your bbpress installation and login. don’t forget to visit admin->manage->recount to make sure your converted board is updated.

i can’t stress enough on how consuming is the process of converting posts, my board has 25,000 posts, and it takes nearly 15 minutes to convert them on my local machine, so again : i don’t recommend using this converter on shared hosting.

ciao !

bbPress and WordPress DESintegration

Published on December 9th, 2008 by

Hello, I’ve started up with installing WordPress, then bbPress and integrated them. Since I’ve decided that I won’t be using a blog in near future I’d like bbPress to be running standalone (with its own user table) and independent of WordPress. How can this be done?

Many thanks.

Retrieving forum ID from post ID

Published on December 9th, 2008 by

I’m trying to improve on some breadcrumb code in the Edit Post section, and need to retrieve the forum ID from the post ID. Is this possible?

The english language file

Published on December 9th, 2008 by

Hello people, I tried to find the en_EN language folder in http://svn.automattic.com/bbpress-i18n/ , but it isn’t there .

I want to translate bbPress in romanian but I can’t find it . Is it this one : http://svn.automattic.com/bbpress-i18n/pot/trunk/bbpress.pot ?

Skip to toolbar