Search Results for 'bbpress'
-
Search Results
-
Can BBpress and WordPress have integration that allows for:
-Automatic forum postings driven from WordPress posts?
-Comments in WordPress posts powered by BBpress (so that comments left on WordPress posts also show up within the BBpress forum post of that article.
Topic: bbPress 0.8.3.1 released
From Sam’s Post on the main bbPress blog:
Due to popular demand we have bundled a bug-fix release for bbPress. 0.8.3.1 (still called “Desmond” I believe) and it is now available for download.
This version is not the latest development release so as to remain as compatible as possible with the current version of WordPress.
The primary reason for the release is to fix some bugs in the MySQLi implementation. We anticipate that MySQLi support will be dropped in the future and to this end we have made MySQL the default extension instead of MySQLi.
A few other fixes and enhancements have also snuck in:
- Deep forum breadcrumbs with thanks to baptiste
- More consistent topic labeling methods – users of the support forum plugin will probably need to upgrade to version 2.3.3
- Some fixes to stop orphaned sub-forums from disappearing from all view
- There is now one of those fancy checkboxes to mark a user as a bozo
A couple of those changes will affect existing themes. If you have questions about adapting your theme to be compatible with the new topic labeling and forum breadcrumb features, then ask over on this forum topic.
Here you can post any questions about the new “forum breadcrumb” and “topic label” template functions introduced in version 0.8.3.1
For starters, the best thing to do is just look at the way Kakumei was changed.
Hi, someone knows if (and how…) is it possible to integrate the wonderful Mandigo theme (http://www.onehertz.com/portfolio/wordpress/mandigo) in bbPress? For my site http://www.raccontidiviaggi.com (still working in progress…) I use Mandigo theme, I made the integration using the same database, but now I want to have the same theme also for the forum, which (as you can see here: http://raccontidiviaggi.com/forum-dei-viaggiatori) looks different. The problem is that it is a highly customizable theme, and apparently it’s not so easy as simply copy/paste the header… Someone can help me?
Thank you
Filippo
Just curious, both in terms of registration, and posting…
I only have a small test forum up, that is integrated with my personal blog, but I was experimenting with a few ideas earlier. I go by the philosophy that layers of protection is always the way to go.
So far I’ve implemented:
1.) Visual check, pre reg form (eg. select the hamster image)
2.) Blacklisting popular spam email domains (eg. mail.ru)
3.) Hidden field trap (no javascript, just css)
4.) Maths puzzle question
5.) TanTan Spam Filter port
6.) Askimet (obviously!)
The first 4 are aimed at blocking spam bot registrations, and the final 2 at keeping posts clean. All the registration checks are core hacks (as I’m only experimenting).
Any other techniques being used successfully to ward off spammers from bbpress? Maybe something like implementing ‘Bad Behavior’ filtering for the registration process for example?
PS. Happy New Year to all!
Hi,
according this post form I have to put code between “Backticks”.
This will not work (at least on my website), if I use the backticks most from the post will disappear. To show code I use the “code” html element, this works fine until I edit the post after submission. bbpress will replace the code tags with backticks.
Is this a bug or a php limit? (I remember me somthing with the backticks and php)