Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[美化] 论坛首页显示最后发表帖子的标题

[复制链接]
泡哥 发表于 2005-12-16 02:49:49 | 显示全部楼层 |阅读模式
bbs.dpwin.net   用户名 test  密码  test

1) 修改 ./include/forum.func.php

找到:
  1. $forum['lastpost'] = $lastpost;
复制代码

在后面添加:(其中26可修改,一个汉字占2个位置,如最长20个汉字,就是40 我用20)
  1. $forum['lastpost'][subject]=cutstr($forum['lastpost'][subject], 20);
复制代码


修改 index.htm 模板
找到:
  1. <!--{if is_array($forum['lastpost'])}-->
  2.                                 <td class="altbg1"><table cellpadding="0" cellspacing="0" border="0" width="100%">
  3.                                 <tr><td align="right" class="smalltxt" title="{lang forum_lastpost_in}: $forum[lastpost][subject]" nowrap>
  4.                                 $forum[lastpost][dateline]<br>{lang forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang guest}<!--{/if}--></td>
  5.                                 <td nowrap>&nbsp;<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><img src="{IMGDIR}/lastpost.gif" border="0"></a></td>
  6.                                 </tr></table></td>
复制代码

改为
  1. <!--{if is_array($forum['lastpost'])}-->
  2.                                 <td class="altbg1"><table cellpadding="0" cellspacing="0" border="0" width="100%">
  3.                                 <tr><td class="smalltxt" nowrap>
  4.                                 {lang title}: <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum['lastpost'][subject]</a><br>
  5.                                                        作者: <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang guest}<!--{/if}-->&nbsp;<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><img src="{IMGDIR}/lastpost.gif" border="0"></a><br>
  6.                                                        日期: $forum[lastpost][dateline]</td>
  7.                                 </tr></table></td>
复制代码

然后找到
  1.                 <td width="5%">&nbsp;</td>
  2.                 <td width="51%">{lang forum_name}</td>
  3.                 <td width="5%">{lang forum_threads}</td>
  4.                 <td width="5%">{lang forum_posts}</td>
  5.                 <td width="5%">{lang forum_todayposts}</td>
  6.                 <td width="13%">{lang forum_lastpost}</td>
  7.                 <td width="16%">{lang forum_moderators}</td>
复制代码

修改为
  1.                 <td width="5%">&nbsp;</td>
  2.                 <td width="48%">{lang forum_name}</td>
  3.                 <td width="5%">{lang forum_threads}</td>
  4.                 <td width="5%">{lang forum_posts}</td>
  5.                 <td width="5%">{lang forum_todayposts}</td>
  6.                 <td width="20%">{lang forum_lastpost}</td>
  7.                 <td width="12%">{lang forum_moderators}</td>
复制代码


这样就行了,如果要子板块列表里也是这样,那就修改 forumdisplay_subforum.htm 模板,方法一样
注意子版中$forum改为$sub  仔细比对一下

然后更新缓存即可!

[ 本帖最后由 泡哥 于 2005-12-17 05:58 编辑 ]

评分

1

查看全部评分

爱好者 发表于 2005-12-16 02:55:02 | 显示全部楼层
呵呵炮来了~ 这个不错,支持了
回复

使用道具 举报

Trangerinfo 发表于 2005-12-16 03:11:02 | 显示全部楼层
◎◎好像看见过了~~不过泡哥的东西坐板凳也要顶一下~~
回复

使用道具 举报

M55 发表于 2005-12-16 03:16:38 | 显示全部楼层
3Q~~~~~~~~~~
回复

使用道具 举报

bydy 发表于 2005-12-16 03:16:55 | 显示全部楼层
谢谢
回复

使用道具 举报

bydy 发表于 2005-12-16 03:46:45 | 显示全部楼层
已经加上,很好
回复

使用道具 举报

离恨天 发表于 2005-12-16 11:44:37 | 显示全部楼层
装上了,感谢。
回复

使用道具 举报

bonusboy29 发表于 2005-12-16 11:48:27 | 显示全部楼层
有没有显示。。。。。。
回复

使用道具 举报

牧野静风 发表于 2005-12-16 11:49:25 | 显示全部楼层
炮哥
回复

使用道具 举报

easonlee 发表于 2005-12-16 11:50:26 | 显示全部楼层
我也想看演示
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-21 23:18 , Processed in 0.029172 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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