PDA

View Full Version : RSS Feed directed to style


etterra
09-29-2005, 12:09 PM
Hello

I just setup the rss feed for the last 10 topics and this works perfectly.

One thing: I would like that to the urls in the rss feed a certain style is attached... so that when a user selects a link from the rss feed he will be directed to styleid=5.

I tried to modify the link in the external.php file:
-> see styleid=5

echo "\t<item>\r\n";
echo "\t\t<title>$thread[title]</title>\r\n";
echo "\t\t<link>$vboptions/showthread.php?[B]styleid=5&amp;t=$thread[threadid]&amp;goto=newpost</link>\r\n";
if ($v == 1)
But this linkcombination doesn't work... is there a way to pass the style variable over this link?

Would be very nice.

etterra