Log in

View Full Version : RSS Feed Manager: Are the channel variables available?


KW802
10-07-2007, 02:34 AM
When importing a feed in the RSS Feed Manager, are the feed channel values available to be used?

For example, when looking at the RSS feed at vB.com (http://www.vbulletin.com/forum/external.php?type=rss2) the channel has a feed image defined. <title>vBulletin Community Forum</title>
<link>http://www.vbulletin.com/forum</link>
<description>This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .</description>
<language>en</language>
<lastBuildDate>Sun, 07 Oct 2007 03:12:39 GMT</lastBuildDate>
<generator>vBulletin</generator>
<ttl>5</ttl>
<image>
<url>http://www.vbulletin.com/forum/images/misc/rss.jpg</url>
<title>vBulletin Community Forum</title>
<link>http://www.vbulletin.com/forum</link>
</image>How do I get to the <image> values and other values that are associated to the feed and not the individual item?

KW802
10-13-2007, 02:12 AM
Thoughts, anybody? :o

class101
10-25-2007, 05:14 PM
I was looking for some threads about rss feeds customisation also but can't find something interesting yet :( hope they will enhance the feed system because there is lots of missing options

TheMilkCarton
10-26-2007, 11:33 AM
I just went about doing some file edits to external.php.. I'm still sorting out that awful vBulletin image, though.

For whatever reason, it's only Firefox that gives it to me. Other RSS viewers just put the link to the forums around the title of the forum, for instance "vBulletin.org Forum - Title of Subforum".

What really stunned me was that for whatever reason, that specific link only ever goes to "www.domain.com/forums"??? I just modified it so that if the feed is from only ONE $forumid, that link goes directly to the forum.

I also modified it so that some of my feeds (content-based ones) would no longer have "Forums" in the feed name, just "Domain.com - News". The easier way would have been changing the forum title, but I didn't want to take "Forums" out of everything.

Anyway, I was actually just doing all that now, if I figure it out, I'll post back here. I'm not any good with plugins, but from the hook locations I'd say I don't think this would be file-edit free, though.

--------------- Added 1193404153 at 1193404153 ---------------

Oh... I re-read your OP..

So you're asking about the Feed Manager, and not the External Data Provider? Oops. :( haha. The code got me confused.. *sigh*

Yeah, I'm not too sure about that... The info about using {rss:link} or {rss:description} doesn't seem to say anything about a node inside another node.