[New Plugin] BuddyPress Group Forum Extras
-
Download from WordPress Plugin Repo: BuddyPress Group Forum Extras
A collection of bbPress plugins to bring a little more forum feel to the group forums.
- Signatures (html tags are still limited to: a strong i )
- BBCode Lite (or option for Shortcode if internal only bbpress)
- Ajaxed Quote (requires theme edit on topic.php)
I’m also looking to add the following:
- Report Post to Mod (use notification/messaging system to group mods)
- Support Forums (run nongroup forums)
- Best Answer or bb-reputation (Karma)
- Signatures administration to include defines set of html tag or bbcode
Theme Edit is Required to use Ajax Quote
groups/single/forum/topic.php
Before the link:
<a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a>
Please add this action:
<?php do_action( 'bp_forum_extras_topic_links' ) ?>
If you run an external bbPress – the bbcode subplugin will convert bbcode to html whereas the shortcode subplugin is for internal bbpress as it just hooks the wordpress shortcode filter on the post content. Also – the signature subplugin will use the same bb_get_option name as _ck_’s original bbpress plugin.
Please let me know about any issues and any bbpress plugin requests to convert
- The topic ‘[New Plugin] BuddyPress Group Forum Extras’ is closed to new replies.