Hello,
I'm trying to add the RSS feature to the thread tools menu, but somehow it's only showing the first post.
Currently I have:
Code:
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/rss_small.png" alt="Subscribe to $forum[title]'s RSS Feed" /> <a href="external.php?$session[sessionurl]t=$threadid" rel="nofollow"">Subscribe to this RSS Feed</a></td>
</tr>
Does someone know what might be wrong perhaps?