originally made for 6.04a
open public_topic_page.cgi (template)
find
sub topic_row {
under that add
#begin icq status indicator
my $icqindicator = $user_profile[13];
chop($icqindicator);
if ($icqindicator ne '') {
$icqindicator = "

";
} else {
$icqindicator = '';
}
#end icq status indicator
find next
$vars_wordlets{posted} $ThisDate $FormatTime
$profile_link $homepage_link $email_link $pm_link (...etc; lots of variables)
add at the end of the line
$icqindicator
Upload, clear cache. Enjoy

edit: typo
edit2: amps *grr*
[ April 14, 2001 07:29 PM: Message edited by: CopyCat ]