Discuz 7 横向排列板块显示子版块解决方法
2009年8月30日
没有评论
Discuz 7 横向排列板块显示子版块解决方法
2009年08月30日 星期日 13:37
找BBS中templates\default\中discuz.htm文件
搜索
<p>{lang forum_lastpost}:
<!–{if is_array($forum[‘lastpost’])}–>
<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>
近期评论