For this line??
$profileinfo[$KProLoc] = "$Karma:$LastKPosts";
if (($maxmemfields > 14) && ($#thisprofile > $maxmemfields)) { $#thisprofile = $maxmemfields; }
foreach $foo (@profileinfo) {
chomp($foo);
print MEMBERSHIP "$foon";
}
******************************
If we got more profile fields than 14, say in ubb_library.pl it says maxmemfields 20. Would we keep the 2 or three chunks of codes that look like the one above to maxmemfields 14 or change the 14 to fit our current number of member fields???
Also you say the Karma History problem is fixed, has it been updated in the hack link??
By chance what would I add if I wanted members Karma to be displayed in a Author Extra field... Like under post, from, registered.. Say like on the bottom, or even by the IP ICON, if I wanted everyones karma level to be viewable, where would I do so??? I think this is a briliant hack.. If I can get it to work as needed...
Thanks!