bbPress – Do Short Codes
bbPress – Do Short Codes
Description
This add-on plugin for bbPress is extremely simple and does one thing: parses short codes placed in topic and reply content.
By default bbPress does not render short codes placed into forum posts; this enables short codes. That’s it.
Note: by default, only users with the ability to publish bbPress forums will have their short codes parsed. This can be changed by passing a different capability via the pw_bbp_parse_shortcodes_cap filter.
Installation
- Activate the plugin
- Bee happy
Reviews
Works Great in WP Version 5.3
By T4G (tips4gamers) on November 13, 2019
Good
By noonso on September 3, 2016
It works good in this version. Thanks.
Half-Useful
By AlamSyed on September 3, 2016
Yes the plugin works as advertised but effective only half way through. Now you can display shortcode functionality, however all your styling is lost since bbpress overrides everything. So it would have been very nice and complete, if the shortcodes enabled using this plugin were able to display the styles along with functionality of the shortcodes in bbpress. Hence and only hence three stars 🙂
Works as advertised.
By verbotten on September 3, 2016
Works as advertised.
Thank you!
By iadagraca on September 3, 2016
Used this to enabled galleries in forums, thank you!
Changelog
1.0.3
Fixed a missing parameter for user_can()
1.0.2
Added user_can( ‘publish_forums’ ) requirement for parsing short codes.
1.0.1
Added ‘bbp_get_topic_content’ filter and added disclaimer
1.0
- First release!