Re: [New Plugin] BuddyPress Group Forum Extras
In this thread, I figured out how to make the default front page of the site be the Forums listing. Sadly, though, since doing that (with the method I outlined at the bottom of the first page), the forum index sunb-plugin is failing (silently).
my plugin looks for the forums component and will execute only on that page
remove this statement if ( bp_forum_extras_forumsdirectory_component() ) {
in the plugin setup globals function.
Is there any way to get an RSS feed for this page:
to just to generate a latest all public topic rss feed?