PDA

View Full Version : RSS feeds for thread tools menu showing only first post


Taragon
10-26-2008, 02:02 PM
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:
<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?

Lynne
10-26-2008, 02:30 PM
What do you mean it's only showing the first post? You mean when you look at the rss feed it only shows the first post? The RSS feed will only show threads, not posts.

Taragon
10-26-2008, 02:58 PM
Yes, I'm sorry, that's what I meant.
I noticed this feature at another site, and wondered if it would be default within vB.

Lynne
10-26-2008, 03:17 PM
Yes, I'm sorry, that's what I meant.
I noticed this feature at another site, and wondered if it would be default within vB.
No, RSS feeds for posts is not default for vB. I've seen other people talk about wanting this, but I'm not sure if anyone took on the task of adding it as an option to the external.php page.