このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

bbPress – Do Short Codes

説明

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.

インストール

  1. Activate the plugin
  2. Bee happy

評価

2019年11月13日 2 replies
Even though this plugin has not been updated in 5 years and hasn't been tested since 4.1.28 (or at least logged in the readme.txt file), it parses all of my shortcodes just fine. We have s2Member and they have shortcodes to place in your content in order to restrict or show partial content and those shortcodes work fine. It also parses the visual composer shortcodes, so WPBakery Composer works with topics and replies. I would love to see the compatibility updated!
2016年9月3日 1 reply
It works good in this version. Thanks.
2016年9月3日
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 🙂
5件のレビューをすべて表示

貢献者と開発者

bbPress – Do Short Codes はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“bbPress – Do Short Codes” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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!