Re: [New Plugin] BuddyPress Group Forum Extras
i have updated the development version again to 1.6b3 which now includes RSS Feed for public group forum topics and topic posts.
also included a few extra functions which require theme edits but give a little more bbpress feel
Link the freshness time_since to the last post
edit theme /bp-default/forums/forums-loop.php
Change:
<td>
<?php bp_the_topic_time_since_last_post() ?>
</td>
To:
<td>
<a href="<?php echo bp_forum_extras_topic_last_post_link( 15 ); ?>"><?php bp_the_topic_time_since_last_post() ?></a>
</td>
Note: 15 per_page is default for bp_has_forum_topic_posts – you may need to change this if you use a different per_page in the loop.
Add pagination next to topic title
theme edit /bp-default/forums/forums-loop.php
After the topic title, Add:
<?php bp_forum_extras_topic_page_links( 15 ) ?>
You may pass additional args – refer to paginate_links codex
if you would like to test it out… grab the download from ‘development version’ at:
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/download/