Bold if posted
1.0 - SP1
This mod makes the title of a thread in the message index bold if you have posted to it
Altan (converted to SP1 by BHRA Webmaster)
http://www.dog-tracker.com/
Sources/MessageIndex.pl
# Censor the subject of the thread.
fopen(FILE, "$datadir/$mnum.txt");
@starter = ;
fclose(FILE);
foreach $alx (@starter) {
($tmpsub, $tmpname, $tmpemail, $tmpdate, $tmpusername, $tmpjunk) = split(/[\|]/, $alx );
if($username eq $tmpusername && $username ne 'Guest') {$msub = qq~$msub~;}
}
| $new $msub $pages |
$new $msub $pages |