In public_display_profile.pl
find:
--------
<tr bgcolor="$vars_style{AltColumnColor1}">
<td>
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">
<b>$vars_wordlets{user_number}</b>:
</font>
</td>
<td>
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">
$u
</font>
</td>
</tr>add after:
--------
if($user_profile[69] eq '') {
$pointage = '0';
} else {
$pointage = $user_profile[69];
}
<tr bgcolor="$vars_style{AltColumnColor1}">
<td>
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">
<b>$vars_wordlets_mods{points_system}</b>:
</font>
</td>
<td>
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">
$pointage
</font>
</td>
</tr>That should work fine on both 6.4 and 6.5, as well as 6.6