|
我想在discuz3.5 這個版本的帖子內容頁(viewthread),會員個人信息顯示區域顯示【會員積分】【會員用戶組】【會員擴展用戶組】這三樣,
目前添加了$post['extcredits1'] ,能夠調用到會員積分, 【會員用戶組】和【會員擴展用戶組】不知道如何寫調用代碼,麻煩指教下,謝謝
- <div class="display pi<!--{if $post['first']}--> pione<!--{/if}-->" href="#replybtn_$post['pid']">
- <ul class="authi">
- <div class="avatar"><img src="<!--{if !$post['authorid'] || $post['anonymous']}--><!--{avatar(0, 'small', true)}--><!--{else}--><!--{avatar($post['authorid'], 'small', true)}--><!--{/if}-->" /></div>
- <li class="mtit">
- <span class="y">
- 總收入:<h>$post['extcredits1']</h><i>|</i>等級:<t>{$_G['group']['grouptitle']} / {$_G['group']['extgroupids']}</t>
- </span>
- <span class="z">
- <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
- <a href="home.php?mod=space&uid=$post['authorid']">$post['author']</a>
- <!--{else}-->
- <!--{if !$post['authorid']}-->
- <a href="javascript:;">{lang guest} <em>$post['useip']{if $post['port']}:$post['port']{/if}</em></a>
- <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
- <!--{if $_G['forum']['ismoderator']}--><a href="home.php?mod=space&uid=$post['authorid']">{$_G['setting']['anonymoustext']}</a><!--{else}-->{$_G['setting']['anonymoustext']}<!--{/if}-->
- <!--{else}-->
- $post['author'] <em>{lang member_deleted}</em>
- <!--{/if}-->
- <!--{/if}-->
- </span>
- </li>
復制代碼
我知道答案
回答被采納將會獲得 1 貢獻 已有1人回答
|
|