Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbCode for bbPress

Looked like a nice tweek-plugin, but it produced a “fatal error” when I activated it. Looks like it has something to do with this suggested code:

add this to a plugin

function force_balance_tags($text) {return balanceTags($text, true);}

add_filter(‘pre_post’, ‘force_balance_tags’);

When I added this to the bbcode plugin it resulted in the same fatal error when activated…

Skip to toolbar