Discuz教程网

[代码修改] 横排 最后发表 显出标题和作者

[复制链接]
authicon dly 发表于 2012-2-21 13:56:34 | 显示全部楼层 |阅读模式
最后发表 显出标题和时间,效果图片如下图
150828xigh6dh6zpfy6550.jpg
编辑/template/default/forum/中的discuz.htm (若非默认风格,则同样修改)

查找如下代码 (搜索不到,请缩短搜索,既搜索内容中的两个 ……之间 )
  1. <dd>
  2.                                                                         <!--{if $forum['permission'] == 1}-->
  3.                                                                                 {lang private_forum}
  4.                                                                         <!--{else}-->
  5.                                                                                 <!--{if $forum['redirect']}-->
  6.                                                                                         <a href="$forumurl" class="xi2">{lang url_link}</a>
  7.                                                                                 <!--{elseif is_array($forum['lastpost'])}-->
  8.                                                                                         <!--{if $cat['forumcolumns'] < 3}-->
  9.                                                                                                 <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
  10.                                                                                         <!--{else}-->
  11.                                                                                                 <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
  12.                                                                                         <!--{/if}-->
  13.                                                                                 <!--{else}-->
  14.                                                                                         {lang never}
  15.                                                                                 <!--{/if}-->
  16.                                                                         <!--{/if}-->
  17.                                                                         </dd>
复制代码
然后将上面查找到的代码,替换成下面的即可(forum[lastpost][subject], 30)  30是最后发表的字节数
  1. <dd>

  2. <!--{if $forum['permission'] == 1}-->
  3. {lang private_forum}
  4. <!--{else}-->
  5. <!--{if $forum['redirect']}-->

  6. <a href="$forumurl" class="xi2">{lang url_link}</a>
  7. <!--{elseif is_array($forum['lastpost'])}-->
  8. <!--{if $cat['forumcolumns'] < 3}-->
  9. <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
  10. <!--{else}-->
  11. <dd class="xg2">{lang forum_lastpost}: <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{echo cutstr($forum[lastpost][subject], 30)}</a> $forum[lastpost][dateline]</dd>
  12. <!--{/if}-->
  13. <!--{else}-->
  14. {lang never}
  15. <!--{/if}-->
  16. <!--{/if}-->
  17. </dd>
复制代码
修改后的discuz.htm上传直接覆盖
游客,如果您要查看本帖隐藏内容请回复



上一篇:横排去掉最后发表
下一篇:横排 最后发表 显出标题和时间 及版块简介
authicon Morimori_Moon 发表于 2012-2-25 16:02:06 | 显示全部楼层
這個有用!謝謝站長的分享!感謝!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2025-5-3 17:25

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表