云水论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 3581|回复: 0
打印 上一主题 下一主题

【横板代码】论坛首页版块有无新帖及今日贴数美化 For Discuz!X

[复制链接]

1788

主题

62

好友

8525

积分

管理员

Rank: 9Rank: 9Rank: 9

跳转到指定楼层
楼主
发表于 2011-2-14 01:25:48 |只看该作者 |倒序浏览
 方法步骤:

1、将做好的两个板块图标图片文件today_new.gif  today.gif 上传到论坛的static\image\common目录下;

2、打开当前风格目录下的discuz.htm文件,查找:
  1. <div class="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.                                                 <img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="" />
  6.                                         <!--{/if}-->
复制代码
修改为:
  1. <div class="icn" style="width:70px;">
  2.                                        
  3.                                         <!--{if $forum[todayposts] && !$forum['redirect']}--><div class="today_new">$forum[todayposts]</div><!--{else}--><div class="today">0</div><!--{/if}-->
复制代码
3、打开template\default\common文件,在文件最末加:
  1. .today_new { width:70px; height:57px; float:left; background:url({IMGDIR}/today_new.gif) no-repeat center top; margin:5px; text-align:center; color:#ffffff; font-weight:bold; font-size:15px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; }

  2. .today { width:70px; height:57px; float:left; background:url({IMGDIR}/today.gif) no-repeat center top; margin:5px; text-align:center; color:#ffffff; font-weight:bold; font-size:15px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; }

4、后台 -- 界面 -- 风格管理 -- 更新CSS缓存;后台 -- 工具 -- 更新缓存


  你的沉默明亮如灯、简单如指环。

  论坛其他名字 【云水.墨】 【淡墨瀑雪】
回复

使用道具 举报

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

Archiver|手机版|云水网 ( 鲁ICP备09069806号 )

GMT+8, 2025-5-2 19:38 , Processed in 0.081627 second(s), 18 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部