- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 58 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - how do I change size of the date&time in old article blo [ ]
Author
Message
DeVision
Sergeant
Joined: Jun 03, 2003
Posts: 88
Posted:
Mon Jun 23, 2003 2:22 pm
My problem is that the date of the old articles in the block looks very big ....
how can I change that?
Well I suspect it something in the old-articles.php maybe in here?
code:
--------------------------------------------------------------------------------
$datetime2 = strftime(""._DATESTRING2."", mktime($datetime2[4],$datetime2[5],$datetime2[6],$datetime2[2],$datetime2[3],$datetime2[1]));
$datetime2 = ucfirst($datetime2);
if($time2==$datetime2) {
$boxstuff .= "<tr><td valign=\"top\"><strong><big>&</big></strong></td><td> <a href=\"article.html$sid$r_options\">$title</a> ($comments)</td></tr>\n";
} else {
if($a=="") {
$boxstuff .= "<tr><td colspan=\"2\"><b>$datetime2</b></td></tr><tr><td valign=\"top\"><strong><big>&</big></strong></td><td> <a href=\"article.html$sid$r_options\">$title</a> ($comments)</td></tr>\n";
$time2 = $datetime2;
$a = 1;
} else {
$boxstuff .= "<tr><td colspan=\"2\"><b>$datetime2</b></td></tr><tr><td valign=\"top\"><strong><big>&</big></strong></td><td> <a href=\"article.html$sid$r_options\">$title</a> ($comments)</td></tr>\n";
$time2 = $datetime2;
--------------------------------------------------------------------------------
but I don't know what exactly need to be changed.
I'll be glad to get some help on the subject.
DeVision
Sergeant
Joined: Jun 03, 2003
Posts: 88
Posted:
Wed Jun 25, 2003 1:15 am
well it's ok now somehow.
_________________ Knowledge is power... use it wisely.
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