Date under Topic Starter
1.0
This Mod display the Start Date and Time of the Thread under the name of the Topic Starter.
dOCda S!
http://gpu.hackers.sk/hacks/index.htm
Sources/MessageIndex.pl
$mname = $userprofile{$musername}->[1] || $mname || $txt{'470'};
$mname = qq~$mname~;
fopen(FILE, "$datadir/$mnum.txt");
$starter = ;
fclose(FILE);
($boards, $names, $emails, $startdate, $repliess, $usernames, $icons, $states) = split( /\|/, $starter );
$startdate = &timeformat($startdate);
$mname = $userprofile{$musername}->[1] || $mname || $txt{'470'};
$mname = qq~$mname
$txt{'30'} $startdate~;