Project1
标题:
备忘录 论坛修改集合
[打印本页]
作者:
zh99998
时间:
2009-6-28 07:13
标题:
备忘录 论坛修改集合
头像居中
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}-->
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1