Quote:
Originally Posted by xQuEeNzNaZcHox
I am running a blog off of vB using vBadvanced, and I am very interested in knowing how to create an RSS feed for my blog. I would need to be able to create and RSS feed out of new threads in specific forum.
This hack may already exist. If so, tell me.
Anybody?
|
Yes it does already exist, It's built into vbulletin.
The file you are looking for is external.php
check this page out on my site for some example feed links
http://www.tech-unity.com/pages.php?getpage=RSS
There is an option in your vbulletin options page to enable rss feeds, once you enable it, your external.php file will work.
An Example of the external.php page to a paticular page would be
http://www.tech-unity.com/forums/ext...S2&forumids=16
the "forumids=16" portion would be the forum you want to have output from.
HTH