hi,
I'm using User Points module which adds an User Points tab to the users profiles.
I want to remove the link "View" from the user Points tab in User profiles, and leave only the score number.
I'm looking for the template using theme developer module: http://dl.dropbox.com/u/72686/userpoints.png
However, the template user-profile-item.tpl.php contains only:
<dt<?php print $attributes; ?>><?php print $title; ?></dt>
<dd<?php print $attributes; ?>><?php print $value; ?></dd>
and I cannot do a lot with it.
The template contains only:
<div class="profile">
<?php print $user_profile; ?>
</div>
So, where is the template I need to modify how the User Points are displayed in user profiles ?
thanks