I am using
this typing ticker, 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...2&forumids=351
I will have to add this to a htm page:
PHP Code:
<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, but that doesnt seem to work at all.
Does anyone have suggestions?