![]() |
Integrate an RSS feed....
How can I integrate a RSS feed into a VB forum. I have a section on the right of the forums for news and would like to include this news feed:
http://www.php.net/news.rss How can I do that? Thanks |
lol...
actually i would like that too very much :D |
If I understand you correctly, there is already a hack released for this issue:
https://vborg.vbsupport.ru/showthread.php?t=60899 [Edit: Cleaning up some outdated information....] |
Hmm... i don't want it in a forum though, just the url in a sidebar left menu.
I saw that hack, but it sounds uber complicated to me with bots posting, while all i need it the url added to a menu. Isn't there an easier way? |
I'm looking for this as well. I'd like to include an RSS feed on each forum page in the right-hand space beside the logo in the header. I have a PHP XML parser (ONYX-RSS), but not sure how to go about including it properly.
|
CARP will do everything you need.
|
Hmm, carp does sound nice.
I'll check it out tomorrow, thanks for the tip! |
Quote:
|
Quote:
Code:
ob_start(); |
to get the RSS feed for a specific forum you must first turn on the external.php option in your admincp via vb options. then to include a link to the forum's RSS feed by simply including this url in the forumdisplay template:
HTML Code:
<a href="$vboptions[bburl]/external.php?type=RSS&f=$foruminfo[forumid]">$foruminfo[title] RSS</a> HTML Code:
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title]" href="$vboptions[bburl]/external.php?type=RSS&f=$foruminfo[forumid]" /> |
All times are GMT. The time now is 01:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|