【发布时间】:2010-07-29 18:05:40
【问题描述】:
我正在使用用户点模块,该模块将用户点选项卡添加到用户配置文件中。
我想从用户个人资料中的用户积分选项卡中删除链接“查看”,只留下分数。
我正在寻找使用主题开发者模块的模板: http://dl.dropbox.com/u/72686/userpoints.png
但是,模板 user-profile-item.tpl.php 只包含:
<dt<?php print $attributes; ?>><?php print $title; ?></dt>
<dd<?php print $attributes; ?>><?php print $value; ?></dd>
我不能用它做很多事情。
模板仅包含:
<div class="profile">
<?php print $user_profile; ?>
</div>
那么,我需要修改用户点在用户配置文件中的显示方式的模板在哪里?
谢谢
【问题讨论】: