MyBB Community Forums

Full Version: RSS Syndication index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to add RSS Syndication button to every forum in the index?
Add something like this to forumbit_depth2_forum:
<a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&amp;limit=20" title="RSS Syndication for {$forum['name']}">RSS</a>
Thanks buddy you're right it works