I had issues using the mod inside level1_post .. so to get around it I decided to display the buttons only on forumhome.. if you wish to do the same or just want the buttons on forumhome only.. then do the following..
so inside
forumhome_forumbit_level2_post
find
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
replace
Code:
<if condition="THIS_SCRIPT == 'index'">
<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>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>