Show RSS Icon on Forum Home

Title: Show RSS Icon with RSS2 Link to Each Forum on Forum Home

Author: Mudvayne @ Golpo Community Forum.

Description: This will add RSS Icon to Each Forum on Forum Home with RSS2 Links.

Live Demo: Golpo Community Forum.

How Do I Install: Upload the rss.gif into ./images/misc/ directory. Then go to Admin CP > Styles & Templates > Style Manager. Then in forumhome_forumbit_level2_post template search for:

Code:
<div>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Replace with it:

Code:
<div>
			<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.gif" border="0" align="right" alt="RSS Feed for $forum[title]" /></a>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Compatibility: This will work for all vB 3.5.x & 3.6.x version.

Please if you are using this modification then don't forget to click install. Also you can always donate me here.
 
Back
Top