赞 | 2 |
VIP | 341 |
好人卡 | 22 |
积分 | 6 |
经验 | 66602 |
最后登录 | 2024-5-19 |
在线时间 | 1243 小时 |
Lv2.观梦者 (管理员) 八云紫的式神
- 梦石
- 0
- 星屑
- 599
- 在线时间
- 1243 小时
- 注册时间
- 2008-1-1
- 帖子
- 4282

|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
头像居中
template/forum/viewthread.htm <!--{subtemplate common/header}-->- <style>
- .pls .avatar {
- margin: 10px 0;
- text-align: center;
- }
- </style>
复制代码 VIP刷红及0值隐藏
template/forum/viewthread_node.htm <!--{hook/viewthread_sidetop $postcount}-->- <!--{if
- <!--{if $post[custominfo][left]}--><dl class="pil cl">
- <!--{if $post[extcredits3]>0}--><dt>VIP</dt><dd><font color=red><b>$post[extcredits3]</b></font> </dd><!--{/if}-->
- <!--{if $post[extcredits2]>0}--><dt>好人卡</dt><dd>$post[extcredits2] </dd><!--{/if}-->
- <!--{if $post[digestposts]>0}--><dt>精华</dt><dd>$post[digestposts] </dd><!--{/if}-->
复制代码 帖子内容页左侧个人信息显示群组 source/module/forum/forum_viewthread.php if(($onlyauthoradd && $post['anonymous'] == 0) || !$onlyauthoradd) {- $group = DB::fetch_first("SELECT g.fid, f.name
- FROM ".DB::table('forum_groupuser')." g, ".DB::table('forum_forum')." f
- WHERE g.uid='$post[authorid]' and g.fid = f.fid
- ORDER BY g.level, g.replies DESC, g.threads DESC");
- $post['group'] = $group['name'];
- $post['group_fid'] = $group['fid'];
复制代码 template/forum/viewthread_node.htm {$post[custominfo][left]}- <!--{if $post[group_fid]}--><dt>群组</dt><dd><a href="group-$post[group_fid]-1.html">$post[group]</a> </dd><!--{/if}-->
复制代码 |
|