PDA

View Full Version : Getting vb RSS feeds to work in this Typing ticker


Alfa1
11-07-2009, 10:53 PM
I am using this typing ticker (http://www.mresoftware.com/typing_ticker.htm), to display RSS feeds from vbulletin in a vbadvanced module.
The problem that I am running into is that this ticker does not play well with vbulletin's RS2 feeds.

For example:
If I want to display this feed:
http://www.mysite.com/forum/external.php?type=RSS2&forumids=351

I will have to add this to a htm page:
<script language="JavaScript" src="http://www.mysite.com/rss_tickfeeder.php?rss_url=http://www.mysite.com/forum/external.php?type=RSS2&forumids=351">
</script>
Unfortunately the question mark seems to ruin it, as it displays the feed from http://www.mysite.com/forum/external.php
and ignores ?type=RSS2&forumids=351

I tried encoding it (http://meyerweb.com/eric/tools/dencoder/), but that doesnt seem to work at all.

Does anyone have suggestions?