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
Code:
echo "\t<item>\r\n";
echo "\t\t<title>$thread[title]</title>\r\n";
echo "\t\t<link>$vboptions[bburl]/showthread.php?styleid=5&t=$thread[threadid]&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