1) Script Title: RSS Ticker Ajax
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ajax/index.htm
3) Describe problem: Trying to use it in VBulletin at http://start.mobilebeat.com/forumdisplay.php?f=21 where you see Mobile Beat News - that
in in the headerCode:<script type="text/javascript"> //rssticker_ajax(RSS_id, cachetime, divId, divClass, delay, optionalswitch) //1) RSS_id: "Array key of RSS feed in PHP script" //2) cachetime: Time to cache the feed in minutes (0 for no cache) //3) divId: "ID of DIV to display ticker in. DIV dynamically created" //4) divClass: "Class name of this ticker, for styling purposes" //5) delay: delay between message change, in milliseconds //6) optionalswitch: "optional arbitrary" string to create additional logic in call back function document.write("Mobile Beat News") new rssticker_ajax("MB", 600, "cnnbox", "cnnclass", 3000, "date") </script>
is where I want it to display - right by the left of the 6 square ads starting with PCDJCode:<script src="rssticker.js" type="text/javascript"> //credit notice here </script>
http://start.mobilebeat.com/rssticker.js is in place as is the last rss stuff at http://start.mobilebeat.com/lastrss/
Help,
Ryan





Bookmarks