繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
标题:
首页板块显示最后回复帖子标题
[打印本页]
作者:
cnxfj
时间:
2017-9-23 13:40
标题:
首页板块显示最后回复帖子标题
打开discuz模板 将
<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>
复制代码
修改为
<dd>
<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost" style="color: #369;">{echo cutstr($forum[lastpost][subject], 30)}</a>
<cite>
<span>
<!--{if is_array($forum['lastpost'])}-->
$forum[lastpost][dateline]
<!--{else}-->
{lang never}
<!--{/if}-->
</span>
<!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
</cite>
</dd>
复制代码
欢迎光临 cnxfj中文論壇 (http://cnxfj.xclub.tw/)
Powered by Discuz! 7.2