Biography Mod 1 This mod adds a biography option in the profile of a user. It only displays when you check the user's profile, not under their posts. Reinhardt Smit http://www.principium.nl/ /Sources/Load.pl $userprofile{$user}->[9] = $userprofile{$user}->[9] ? qq~$userprofile{$user}->[9]~ : ''; $userprofile{$user}->[20] = $userprofile{$user}->[20] ? qq~$txt{'797'}: $userprofile{$user}->[20]
~ : '';
/Sources/Profile.pl

Member Biography:
Enter your personal biography here. It will be displayed on your profile page
$txt{'461'}.
$txt{'461'}. $txt{'461'}.  Member Biography: $memsettings[20] &ToHTML($member{'name'}); &ToHTML($member{'biography'}); print FILE "$FORM{'hideemail'}\n"; print FILE "$member{'biography'}\n";