Discuz7 子论坛横排增加版主显示
Discuz7 子论坛横排增加版主显示
2009年03月16日 星期一 20:44
编辑论坛目录下 templates\default\discuz.html 文件。
搜索如下内容:
“<a href=”redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost” title=”{echo cutstr($forum[lastpost][subject], 30)} {lang forum_lastpost_by} {if $forum[‘lastpost’][‘author’]}$forum[‘lastpost’][‘authorusername’]{else}{lang anonymous}{/if} “>$forum[lastpost][dateline]</a>
<!–{else}–>
{lang never}
<!–{/if}–>
</p>
”
在其后面添加如下内容:
“
<!–增加横向版主显示–>
<!–{if !empty($forum[moderators])}–>
<p>{lang forum_moderators}: $forum[moderators] </p>
<!–{/if}–>
<!–增加横向版主显示结束–>
”
这一段代码显示版主,如果版主有,则显示。没有不显示。
参考资料:
http://www.discuz.net/viewthread.php?tid=1164906&highlight=%CF%D4%CA%BE%B0%E6%D6%F7
链接中有显示论坛介绍的内容
近期评论