find this file:
\includes\templates\template_default\sideboxes\tpl _news_scroll_box.php (or whichever template folder you are using, in the sideboxes folder)
follow the directions listed in above comments, reposted below:
Look at line 26 of the file in your text editor. It will look like this:
// Begin of News Sidebox Config
$layout = 1; // 0 = Java Script Fader | 1 = Static 10 last news
$shown_news = 10; // Number of Shown News
// End of News Sidebox Config
where it says $layout=1, you can see that it means a static link, instead of fading.
change it to say $layout = 0; and you will have it fading.
just reupload that file to the appropriate location, then make sure you use the "news box manager" in the "Tools" section of admin panel, to both create and publish news items.
Also use the "layout settings" section of the "Configuration" menu in the admin panel to adjust other news box settings. in this section, you'll find the 4 news box settings near the bottom:
News Box Character Count 200
News Box Width in px 140px
News Box Height in px 160px
Number of Shown News 5
. Hope this helps. And maybe someone can tell me what's wrong with mine... lol