The Arcive of vBulletin Modifications Site. |
|
Change External.php To RSS Feed For One Forum Only Details »»
|
|||||||||||||||||||||||||||
|
Change External.php To RSS Feed For One Forum Only
Developer Last Online: Dec 2013
Step 1: Create a file called rss.php and add this to the file:
Code:
<?
header("Location: http://yoursite.com/forum_feed_address");
?>
Code:
http://gridironfans.com/forums/external.php?type=RSS2&forumids=109&order=1 Step 3: Template Edit: AdminCP/Style Manager/All Style Options In headerinclude: Find: Code:
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" /> <if condition="$show['foruminfo'] OR $show['threadinfo']"> <link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$foruminfo[forumid]" /> Code:
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="http://yoursite.com/rss.php" /> <if condition="$show['foruminfo'] OR $show['threadinfo']"> <link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="http://yoursite.com/rss.php" /> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
demo or screenshot ??
|
|
#3
|
|||
|
|||
|
nice, as seen on your site..
thank you for this. |
|
#4
|
|||
|
|||
|
You can see how it's incorporated at my website, http://gridironfans.com/
Not something that would have a screenshot though. |
|
#5
|
||||
|
||||
|
its a bookmark?
|
|
#6
|
|||
|
|||
|
No, all it does is change external.php so instead of your site pumping out a default RSS feed for the entire site it pumps out a RSS feed for one specific news feed.
|
|
#7
|
||||
|
||||
|
I am a bit stumped with the first part, when you say : Create a file called rss.php and add this to the file:
Quote:
Is there something I am missing here? How can we set it so the default forumid (like 109 in your case) will be changed as per forum we are viewing? |
|
#8
|
||||
|
||||
|
ok I see thanks
|
|
#9
|
|||
|
|||
|
How i can edit external.php to don't appear only one forum threads ?
Thanks |
|
#10
|
|||
|
|||
|
Um...what?
|
![]() |
|
|