Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 89
7 members and 82 guests
breakinguptomak, cycwcwlinlt2gti, danansceclasqe6, napry4goleobg9t, robaaerteqjc6xs, ssefqarchmar2dx, vacex9ga
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 6.5 to 6.9 > Nuke 6.5 to 6.9 - Blocks

Reply
 
LinkBack Thread Tools Display Modes
problem with old-articles block - date text very big
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 43
Join Date: Apr 2003
problem with old-articles block - date text very big - 06-23-2003, 05:13 AM

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\"><big>&</big></td><td> <a href=\"modules.php?name=News&file=article&sid=$sid$r_options\">$title</a> ($comments)</td></tr>\n";
    } else {
        if($a=="") {
    	    $boxstuff .= "<tr><td colspan=\"2\">$datetime2</td></tr><tr><td valign=\"top\"><big>&</big></td><td> <a href=\"modules.php?name=News&file=article&sid=$sid$r_options\">$title</a> ($comments)</td></tr>\n";
	    $time2 = $datetime2;
	    $a = 1;
	} else {
	    $boxstuff .= "<tr><td colspan=\"2\">$datetime2</td></tr><tr><td valign=\"top\"><big>&</big></td><td> <a href=\"modules.php?name=News&file=article&sid=$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.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forum registration date generated problem? jsterling FAQ/Fixes 13 08-03-2011 04:15 AM
How do I get image title in block instead of text? Dankie Nuke 7.x - Blocks 4 05-16-2005 01:20 AM
Scrolling text block evilsmiley Nuke 7.x - Blocks 1 01-22-2005 11:53 AM
Mod/ Block Tutorial or looking for a Text Mod Silent54 Open topics 0 08-24-2004 05:07 PM
Test post date, Joined date mikem Open topics 5 10-06-2002 03:56 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31