Bold if posted
1.0
This mod makes the title of a thread in the message index bold if you have posted to it
Altan
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) {
($tmpsubj,$tmpusrname,$tmpjunk) = split(/\|/, $alx);
if($username eq $tmpusrname && $username ne 'Guest') {$msub = "$msub"; last;}
}
| $msub $new $pages |
$msub $new $pages |