PDA

View Full Version : Add an RSS Link to each forum



peterska2
Sun 1st Apr '07, 11:21pm
To add an RSS link to each forum, follow the instructions below.

In your forumhome_forumbit_level2_post template find

<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>and replace with
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<span style="float:$stylevar[right]"><a href="external.php?type=RSS2&forumids=$forum[forumid]">RSS</a></span>
<div>and in forumhome_forumbit_level1_post find
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">

<table cellpadding="0" cellspacing="0" border="0">and replace with
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">

<span style="float:$stylevar[right]"><a href="external.php?type=RSS2&forumids=$forum[forumid]">RSS</a></span>

<table cellpadding="0" cellspacing="0" border="0">You can replace the text RSS with an image if you desire.