they's hacks are still in beta, seeing as i want to add more features to them, like the ability to turn them off for certain users and things like that.
- Find -return ($html_stuff);
} # end topic_top
sub topic_row {
- Under that add -%Cus = ( "rank", "$user_profile[16]",
"pic", "$user_profile[17]", );
chomp(%Cus);
if ($Cus{rank} ne "") {
$Cus{'rank'} = $user_profile[16];
} else {
$Cus{'rank'} = "$user_status";
}
if ($Cus{'pic'} ne "") {
$Cus{'pic'} = qq(

);
} else {
$Cus{'pic'} = "";
- Find -$show_public_name
$user_status
$member_number
$rating_line
- Replace it with -
$show_public_name
$Cus{'pic'}
Rank:$Cus{'rank'}
$member_number
$rating_line
- Go into your control panel and make
custom registration fields 1 and 2 "custom Rank" and "Avatar" and make them optional
and your done.
[Edit]hehe, thought i did'nt know what hashes were? i know more than you think.
[/Edit]
*goes to mc donalds and buys 2 hash browns*
[ March 04, 2001: Message edited by: Ultra The Vampire ]