I tried changing the file : edituseradminform in the standar templates like this:
- Code: Select all
<tbody class="color-b">
<tr>
<!-- <td><label for="rate">{#rate#}:</label></td> -->
<td class="right"><input type="hidden" class="text" value="{$user.rate}" name="rate" id="rate" /></td>
</tr>
</tbody>
But I had no luck with that attempt.
Thanks