MyBB Community Forums

Full Version: RSS for each forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is possible to add a link in the forumbit_depth2_forum/forumbit_depth2_cat to link each forum with its RSS page?

I know that there is a page (http://community.mybboard.net/misc.php?a...yndication) that you can select what forum do you want the RSS link.
Code you'd need would be:

<a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&limit=15">Text</a>

You can out an image there if you want or something too.
Thank you so much Matt.