免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖
回復 1# ACSLTI


viewthread_node模版找
  1.                                 <!--{if !$post['anonymous'] && $_DCACHE['groupicon'][$post['groupid']]}-->
  2.                                         <img class="authicon" id="authicon$post[pid]" src="$_DCACHE['groupicon'][$post['groupid']]" onclick="showauthor(this, 'userinfo$post[pid]')" />
  3.                                 <!--{else}-->
  4.                                         <img class="authicon" id="authicon$post[pid]" src="images/common/online_member.gif" onclick="showauthor(this, 'userinfo$post[pid]');" />
  5.                                 <!--{/if}-->
複製代碼
剪切到

同一模版的<!--{if $authoronleft}-->下边

TOP

回復 6# ACSLTI


    界面-模版管理

如果这个你也不清楚,建议先不要改模版了,找些教程学习下先。

TOP

回復 8# ACSLTI


    这个用户组啊  搜索吧 有很多帖子

TOP

本帖最後由 无界 於 2014-10-2 12:21 編輯

回復 1# ACSLTI


    viewthread_node.htm模板找
  1. $post[newpostanchor] $post[lastpostanchor]
複製代碼
在上边加
  1. <!--{if $post['groupid'] == 1}-->
  2. <img src="管理员图标地址">
  3. <!--{elseif $post['groupid'] == 2}-->
  4. <img src="超版图标地址">
  5. <!--{elseif $post['groupid'] == 3}-->
  6. <img src="版主图标地址">
  7. <!--{elseif $post['groupid'] == 10}-->
  8. <img src="新手图标地址">
  9. <!--{elseif $post['groupid'] == 11}-->
  10. <img src="注册会员图标地址">
  11. <!--{elseif $post['groupid'] == 12}-->
  12. <img src="中级会员图标地址">
  13. <!--{elseif $post['groupid'] == 13}-->
  14. <img src="高级会员图标地址">
  15. <!--{elseif $post['groupid'] == 14}-->
  16. <img src="金牌会员图标地址">
  17. <!--{elseif $post['groupid'] == 15}-->
  18. <img src="元老会员图标地址">
  19. <!--{/if}-->
複製代碼

TOP

本帖最後由 无界 於 2014-10-2 12:28 編輯

回復 21# ACSLTI


    放在
  1. $post[newpostanchor] $post[lastpostanchor]
複製代碼
上边
  1. <div class="popupmenu_popup userinfopanel" id="userinfo$post[pid]" style="display: none; position: absolute;{if $authoronleft}margin-top: -11px;{/if}">
複製代碼
上边
  1. <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
  2.                         <div>
複製代碼
下边都行

TOP

返回列表