Quote:
Originally Posted by Alfa1
Where do I place local_links_rss2.php ? Do I need to modify it in any way? Can I set it only to allow files within a certain time frame?
Is there a way to merge this RSS feed with vbulletin's rss feed?
|
You place it in your forums directory.
If you point an RSS browser at this, it will by default show you the ten most recent entries added to your database.
If you point instead at local_links_rss2.php?hot=1, it will show the top ten hits
If you add parameter count=N, it will show N enties
If you add catid=N1,N2, it will restrict the list to entries in category ids N1 and N2.
It does not integrate with the vb feed, it's a separate feed.