How do you get a script to run in CMS?????
This is the script I would like to use:
<!-- START Worden Top Gainers and Losers Ticker Widget -->
<script src="http://widgets.freestockcharts.com/js/jquery-1.3.1.min.js" type="text/javascript"></script> <script src="http://widgets.freestockcharts.com/script/WBIHorizontalTicker2.js?ver=12334" type="text/javascript"></script> <link href="http://widgets.freestockcharts.com/WidgetServer/WBITickerblue.css" rel="stylesheet" type="text/css" />
<script>
var gainerTicker = new WBIHorizontalTicker('gainers');
var lossTicker = new WBIHorizontalTicker('losers');
gainerTicker.animate = false;
gainerTicker.animationHost = lossTicker;
gainerTicker.start();
lossTicker.alsoMove = gainerTicker;
lossTicker.start();
</script> <!-- End Scrolling Ticker Widget -->
If someone could walk me through the process I would appreciate it. New to vbulletin. Thanks.
--------------- Added [DATE]1381097424[/DATE] at [TIME]1381097424[/TIME] ---------------
I noticed on the default cms page (installed at time of vbulletin) that has video games the three youtube boxes on the right side are NOT working???
|