风格目录里面找到viewthread_node.htm文件
把
1 2 |
<!--{if $customauthorinfo[1]}--><dl class="profile s_clear">{eval @eval(’echo "’.$customauthorinfo[1].’";’);}</dl><!--{/if}--> <!--{if $post[’medals’]}--><p> |
替换成
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<!--{if $customauthorinfo[1]}--><dl class="profile s_clear">{eval @eval(’echo "’.$customauthorinfo[1].’";’);}</dl> <p><img src="{IMGDIR}/pmto.gif" alt="{lang send_pm}" style="vertical-align:middle;" /><a href="pm.php?action=new&uid=$post[authorid]" onclick="floatwin(’open_sendpm’, this.href, 600, 410);return false;" title="{lang send_pm}">{lang send_pm}</a> <img src="{IMGDIR}/addbuddy.gif" alt="{lang send_pm}" style="vertical-align:middle;" /><a href="my.php?item=buddylist&newbuddyid=$post[authorid]&buddysubmit=yes" target="_blank" id="ajax_buddy_$post[’count’]" title="{lang add_to_buddylist}" >{lang add_to_buddylist}</a></p> <!--{if $ucappopen[’UCHOME’]}--> <p><img src="{IMGDIR}/home.gif" alt="{lang space}" /><a href="{$uchomeurl}/space.php?uid=$post[authorid]" target="_blank" title="{lang space}">{lang space}</a></a> <img src="{IMGDIR}/home.gif" alt="{lang space}" /><a href="{$uchomeurl}/space.php?uid=$post[authorid]&do=blog" target="_blank" title="我的日志">我的日志</a></p> <p><img src="{IMGDIR}/home.gif" alt="{lang space}" /><a href="{$uchomeurl}/space.php?uid=$post[authorid]&do=album" target="_blank" title="我的相册">我的相册</a></a> <!--{if $vtonlinestatus && $post[’authorid’]}--> <!--{if ($vtonlinestatus == 2 && $onlineauthors[$post[authorid]]) || ($vtonlinestatus == 1 && ($timestamp - $post[’lastactivity’] <= 10800) && !$post[’invisible’])}--> <em><img src="{IMGDIR}/user_online.gif" alt="{lang space}" />{lang online} <!--{else}--> <em><img src="{IMGDIR}/user_offline.gif" alt="{lang space}" />{lang offline} <!--{/if}--> </em> <!--{/if}--></p> <!--{elseif $ucappopen[’XSPACE’]}--> <a href="{$xspaceurl}/?uid-$post[authorid]" target="_blank" title="{lang space}"><img src="{IMGDIR}/home.gif" alt="{lang space}" /></a></p> <!--{/if}--> <!--{/if}--> <!--{if $post[’medals’]}--><p> |
文章评论