存档

文章标签 ‘Discuz 7 子论坛 横排 增加 版主 显示’

Discuz7 子论坛横排增加版主显示

2009年3月16日 没有评论

Discuz7 子论坛横排增加版主显示

2009年03月16日 星期一 20:44

编辑论坛目录下 templates\default\discuz.html 文件。
搜索如下内容:
“<a href=”redirect.php?tid=$forum[lastpost][tid]&amp;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>

在其后面添加如下内容:

阅读全文…