BuddyPress Group Forum Extras plugin
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)
- Ajaxed Quote
I’m also looking to add the following:
- Report Post to Mod (use notification system to group mods)
- Support Forums (run nongroup forums)
- Best Answer or bb-reputation (Karma)
- Signatures administration to include a admin defined 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' ) ?>
Also, to include a reply box on all pages instead of the last only, remove this if statement :
<?php if ( bp_get_the_topic_is_last_page() ) : ?>
(don’t forget about the correct <?php endif; ?> )



