once again just a simple hack from your friend Ultra.
open Public_Topic_page.pl in the template directory
- find -return ($html_stuff);
} # end topic_top
sub topic_row {
- under that add -my $pic = $user_profile[17];
chomp ($pic);
if ($pic} ne "") {
$pic = qq(

);
} else {
$pic = "";
}
- find -$show_public_name
$user_status
$member_number
$rating_line
- replace it with -
$show_public_name
$pic
$member_number
$rating_line
- go into your control panel and in the registration settings make custom filed 2 "Avatar" and make it a optional filed
- and your done -