PM Topic Summary 1.0 You know how you get a topic summary when replying to posts? Well u won't get that feature with PM's if u don't install this mod! Thanks to Jalapeno for the idea. Have Fun! 8-) Omario http://www.clickopedia.com Sources/InstantMessage.pl my( @messages, $mfrom, $msubject, $mdate, $mmessage, $mip, $form_message, $form_subject ); push(@messages, "$line"); EOT if($INFO{'reply'} == 1) { print qq~
~; if($INFO{'caller'} == 1) { fopen(FILE, "$memberdir/$username.msg"); } else { fopen(FILE, "$memberdir/$username.outbox"); } @messages = ; fclose(FILE); foreach $line (@messages) { ($mfrom, $msubject, $mdate, $mmessage, $mip) = split(/\|/,$line); $mdate = &timeformat($mdate); foreach (@censored) { ($tmpa,$tmpb) = @{$_}; $mmessage =~ s~\Q$tmpa\E~$tmpb~gi; } if($enable_ubbc) { &DoUBBC; } print qq~ ~; print "
$txt{'468'}
$txt{'279'}: $mfrom $txt{'280'}: $mdate
$mmessage
\n"; } }