I attached my code here so others may wish to use it:
1- Unzip the file
2- put the js.tpl template file in the \data\tpl folder.
3- upload the newsticker.php and news.htm files in the main cutenews.ru folder
4- open newsticker.php and change the colors as you wish
5- access the {cutepath}/news.htm file through browser to make sure the scrolling news come up on the screen.
6- Now add this piece of code where you want to display the scrolling news. Better to insert it in your main template:
- Code: Select all
<iframe id="ifrm" name="ifrm" width="100%" height="45" src="{cutepath}/news.htm" SCROLLING="no" FRAMEBORDER="0" border=0></iframe>
I hope there is anyone to improve it.

