Hi, anybody know where to get the site news ticker block from?, Nuke Resources has it in downloads, but the link is broken, it's a small center block, that scrolls all your news you post in your home page, Thanks
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Thu Jul 03, 2003 4:52 am
CS is out of town right now, he might know when he gets back. Make sure you PM him to this thread.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
If you have clicked on the block's homepage link you'll notice the block's author seems to be reinstalling his server so let's wait awhile to see if he will bring back the site.
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Savent Nuke Soldier
Joined: Jun 26, 2003
Posts: 29
Posted:
Thu Jul 03, 2003 10:50 am
Thanks, i found it, got it working, but can somebody tell me how to change the color of the text in it, it scrolling white, i would like it to be orange to match my site, here is the whole block code, i dont see anyplace to enter or change the 6 digit #color code at? my website url is: http://www.usnatoteam.vze.com
block code
<?php
/************************************************************************/
#based on block-scrollnews by DarkBoy (http://www.maax-design.de)
# developed by arabnuker@yahoo.com - Feb 2003
# see demo on www.arabnuker.net
if (eregi("block-News_Ticker.php", $PHP_SELF)) {
Header("Location: index.php");
die();
}
####################################
#Configuration
####################################
$behavior ='scroll'; // Marquee Behavior. You have 3 options: scroll , slide or alternate . default is scroll.
$dir ='right'; // options: right or left. default is right.
$align ='center'; //
$width ='100%'; // change width
$amount ='106'; // scrollamount.
$delay ='850'; // Scrolldelay.
$topic = '2'; //choose topics to read news from.
#
### End Of Configuration###########
I cant believe i installed php nuke all by myself, and cant fiquire out how to change text to orange from white -lol look at the block code, no color code in it, anybody have any ideas?
Raven General
Joined: Mar 22, 2003
Posts: 5233
Location: USA
Posted:
Thu Jul 03, 2003 8:16 pm
It is controlled in the themes. But, you can override it with an in-line style, like this. I only did the first one as an example. there are other ways too, but this seemed like enough to get you started.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum