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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

7.2首页横排美化 自定义图片 带介绍 去掉最后发表 有无新贴图标 页头统计等

  [复制链接]
dgtv 发表于 2009-11-25 01:35:04 | 显示全部楼层 |阅读模式
本帖最后由 dgtv 于 2009-11-25 01:51 编辑

打开  templates/default/ 下的disucz.htm
找到

<th width="$cat[forumcolwidth]"{$forum[folder]}>


如果只需要显示图片,则在后面加上下面的代码


<a href="forumdisplay.php?fid=$forum[fid]">{$forum[icon]}</a>


如果还要显示版块的介绍,则在

<!--{if $forum[todayposts]}--><em> ({lang index_today}: <strong>$forum[todayposts]</strong>)</em>


后面添加

<!--{/if}--><!--{if $forum[description]}--><p>$forum[description]</p><!--{/if}-->



如果要去掉最后发表,只需要删除下面的代码


    <p>{lang forum_lastpost}:

         <!--{if is_array($forum['lastpost'])}-->

          <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>



去除有无新贴图标

打开template/default/css_common.htm
找到:


.list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }


.list th.new { background-image: url({IMGDIR}/forum_new.gif); }

打开  templates/default/ 下的disucz.htm

找到<p class="right forumcount">


{lang index_today}: <em>$todayposts</em>, {lang index_yesterday}: <em>$postdata[0]</em>, {lang index_members}: <em>$totalmembers</em>

替换成下面的代码选其中一个

这个是完整的统计
{lang index_today}: <em>$todayposts</em>, {lang index_yesterday}: <em>$postdata[0]</em>, {lang index_maxday}: <em>$postdata[1]</em>, {lang index_members}: <em>$totalmembers</em>, {lang index_threads}: <em>$threads</em>, {lang index_posts}: <em>$posts</em>, {lang welcome_newmember} <cite><a href="space.php?username=$memberenc">$lastmember</a></cite>

这个统计显示主题数 帖子数 会员数 欢迎新会员数
{lang index_threads}: <em>$threads</em>,
{lang index_posts}: <em>$posts</em>,
<!-- {lang index_today}: <em>$todayposts</em>,
{lang index_yesterday}: <em>$postdata[0]</em>, -->
{lang index_members}: <em>$totalmembers</em>,
{lang welcome_newmember}: <a href="space.php?username=$memberenc">$lastmember</a>


谁用了不顶的不是人啊!

评分

1

查看全部评分

 楼主| dgtv 发表于 2009-11-25 01:39:18 | 显示全部楼层
费了20分钟写出来没人要?
回复

使用道具 举报

情动我心 发表于 2009-11-25 10:05:22 | 显示全部楼层
你贴个图来个演示有有人要了!
回复

使用道具 举报

xmyql 发表于 2009-11-25 14:06:02 | 显示全部楼层
顶下。。。。。谢了
回复

使用道具 举报

ls820904 发表于 2009-11-25 14:25:54 | 显示全部楼层
顶你 谢谢
  我支持你
回复

使用道具 举报

hzyljd 发表于 2009-11-26 02:54:38 | 显示全部楼层
http://bbs.hzyljd.com.cn/index.php顶下。。。。。谢了
回复

使用道具 举报

雾中雨 发表于 2009-11-26 12:00:07 | 显示全部楼层
我支持你
回复

使用道具 举报

常营 发表于 2009-11-26 12:24:29 | 显示全部楼层
我先收藏了。
回复

使用道具 举报

hehejy 发表于 2009-11-26 14:18:23 | 显示全部楼层
支持支持,严重支持!
回复

使用道具 举报

wmmzy.com.cn 发表于 2009-11-26 14:31:36 | 显示全部楼层
没演示图吗?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 12:42 , Processed in 0.040339 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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