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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] [DZX2美化]网站首页有无新帖与今日帖美化!

[复制链接]
chen345210 发表于 2011-11-2 19:05:20 | 显示全部楼层 |阅读模式
本帖最后由 chen345210 于 2011-11-2 19:52 编辑

效果图:






演示地址:http://bbs.7drt.com

首先下载附件.将图片传至当前模板的image文件夹下,默认模板路径为./static/image/common


此次要修改的文件有三个!
分别是forum/discuz.htm forum/forumdisplay_subforum.htm common/common.css

步骤:
打开./template/(当前风格目录)/forum/discuz.htm,查找:




  1. <td class="fl_icn" {if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
  2. <!--{if $forum[icon]}-->
  3. $forum[icon]
  4. <!--{else}-->
  5. <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
  6. <!--{/if}-->
  7. </td>
复制代码
修改为:
  1. <td class="fl_icn" style="width:42px;">
  2. <!--{if $forum[todayposts] && !$forum['redirect']}--><div class="drtmx">$forum[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="drtmx">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </td>
复制代码

再查找:
  1. <div class="fl_icn_g"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
  2. <!--{if $forum[icon]}-->
  3. $forum[icon]
  4. <!--{else}-->
  5. <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
  6. <!--{/if}-->
  7. </div>
复制代码
修改为:
  1. <div class="fl_icn_g" style="width:58px;">
  2. <!--{if $forum[todayposts] && !$forum['redirect']}--><div class="drtmx">$forum[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="drtmx">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </div>
复制代码



然后打开./template/(当前风格目录)/forum/forumdisplay_subforum.htm
查找:

  1. <div class="fl_icn_g"{if !empty($sub[extra][iconwidth]) && !empty($sub[icon])} style="width: {$sub[extra][iconwidth]}px;"{/if}>
  2. <!--{if $sub[icon]}-->
  3. $sub[icon]
  4. <!--{else}-->
  5. <a href="$forumurl"{if $sub[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $sub[folder]}_new{/if}.gif" alt="$sub[name]" /></a>
  6. <!--{/if}-->
  7. </div>
复制代码
修改为:
  1. <div class="fl_icn_g" style="width:58px;">
  2. <!--{if $sub[todayposts] && !$sub['redirect']}--><div class="drtmx">$sub[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="drtmx">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </div>
复制代码

再查找:
  1. <td class="fl_icn" {if !empty($sub[extra][iconwidth]) && !empty($sub[icon])} style="width: {$sub[extra][iconwidth]}px;"{/if}>
  2. <!--{if $sub[icon]}-->
  3. $sub[icon]
  4. <!--{else}-->
  5. <a href="$forumurl"{if $sub[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $sub[folder]}_new{/if}.gif" alt="$sub[name]" /></a>
  6. <!--{/if}-->
  7. </td>
复制代码

修改为:
  1. <td class="fl_icn" style="width:58px;">
  2. <!--{if $sub[todayposts] && !$sub['redirect']}--><div class="drtmx">$sub[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="drtmx">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </td>
复制代码

最后打开./template/default/common/common.css
在文件尾加:
  1. /*7DRT--drtmx 首页美化*/
  2. .drtmx{ width:42px; height:44px; float:left; background:url({IMGDIR}/drtmx.jpg) no-repeat center top; margin:5px; text-align:center; color:#FF6600; font-size:12px; line-height:23px; font-family: Microsoft Yahei,Lucida Grande,Calibri,Trebuchet MS,Helvetica,Arial,Hiragino Sans GB,STHeiti,Microsoft Jhenghei,sans-serif; }
复制代码


然后登陆后台--更新缓存!


OK!大功告成!




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
ppcynt 发表于 2011-11-2 19:06:54 | 显示全部楼层
这个不错,可以用用。
回复

使用道具 举报

jxhjjm 发表于 2011-11-2 19:08:32 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

511721932 发表于 2011-11-2 19:14:42 | 显示全部楼层
支持      
回复

使用道具 举报

ilei365 发表于 2011-11-2 19:31:34 | 显示全部楼层
还不错。。。
回复

使用道具 举报

yeats520 发表于 2011-11-2 19:47:27 | 显示全部楼层
风格很简洁
回复

使用道具 举报

2252824 发表于 2011-11-2 20:08:01 | 显示全部楼层
支持楼主 www.zowang.com
回复

使用道具 举报

8#
无效楼层,该帖已经被删除
 楼主| chen345210 发表于 2011-11-2 20:20:51 | 显示全部楼层
这个美化就是看着简洁,很不错的!
回复

使用道具 举报

gushiyue 发表于 2011-11-2 20:26:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-26 09:59 , Processed in 0.044383 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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