User image was easy... for anyone else that wants it...
in public_topic_page.pl, find
quote:
my $row = qq~
and just above add
quote:
[qb]if (($vars_registration{picture_field_use} ne 'DEL') && ($user_profile[20] ne '') && ($user_profile[20] ne 'http://')) {
$user_profile[20] = "http://$user_profile[20]" unless $user_profile[20] =~ m/^http:///;
$user_profile[20] = &ImageChecker($user_profile[20]);
if($user_profile[20] =~ m!//[^/]+/!) {
$hackeduserimage = qq~
~;
} # end real field
} # end field[/qb]
then just a few lines down, after $linkname add
$hackeduserimage