PDA

View Full Version : vRewrite and RSS Feeds


bfeldman
08-28-2006, 04:37 PM
1) vBulletin 3.6.0
2) vRewrite 1.5 beta
3) http://forum.goingbacktocollege.org/external.php?type=rss2

I would like the RSS feeds generated by external.php to use the re-written URLs.
Is that possible?

Thanks,
Barbara

Atakan KOC
09-05-2006, 05:26 PM
AdminCP ==> Styles & Templates ==> Style Manager ==>
{style} Edit Template ==> headinclude

find

<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" />

replace

<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="$vboptions[bburl]/external.php?type=RSS2" />


find

<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&amp;forumids=$foruminfo[forumid]" />


replace

<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="$vboptions[bburl]/external.php?type=RSS2&amp;forumids=$foruminfo[forumid]" />

bfeldman
09-05-2006, 09:21 PM
Thank you. I did the edits on headinclude, but my RSS feed still does NOT use the SEO-friendly links.
http://forum.goingbacktocollege.org/external.php?type=rss2