Date under Topic Starter - SP1
1.0
This Mod display the Start Date and Time of the Thread under the name of the Topic Starter.
dOCda S!
http://www.docdas.dns2go.com
Sources/MessageIndex.pl
if( $musername ne 'Guest' && -e "$memberdir/$musername.dat" ) {
&LoadUser($musername);
$mname = $userprofile{$musername}->[1] || $mname || $txt{'470'};
$mname = qq~$mname~;
}
else {
$mname ||= $txt{'470'};
}
fopen(FILE, "$datadir/$mnum.txt");
$starter = ;
fclose(FILE);
($boards, $names, $emails, $startdate, $repliess, $usernames, $icons, $states) = split( /\|/, $starter );
$startdate = &timeformat($startdate);
if( $musername ne 'Guest' && -e "$memberdir/$musername.dat" ) {
&LoadUser($musername);
$mname = $userprofile{$musername}->[1] || $mname || $txt{'470'};
$mname = qq~$mname
$txt{'30'} $startdate~;
}
else {
$mname = qq~$mname
$txt{'30'} $startdate~;
}