云水论坛

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

Discuz X1.5论坛版块有无新帖图标今日帖数美化代码(仿动网)整理

[复制链接]

1788

主题

62

好友

8525

积分

管理员

Rank: 9Rank: 9Rank: 9

跳转到指定楼层
楼主
发表于 2011-2-18 15:10:20 |只看该作者 |倒序浏览

 

方法整理中:

 

 

竖排美化某方法一:
1、将无新帖图片default.png,上传到./static/image目录下

today.jpg


2、打开./template/(当前风格目录)/forum/discuz.htm,

 

查找:
<h2><a href="{if !empty($caturl)}$caturl{else}forum.php?gid=$cat[fid]{/if}" style="{if $cat[extra][namecolor]}color: {$cat[extra][namecolor]};{/if}">$cat[name]</a></h2>
==========修改为:
<h2><img src="static/image/gid_pic/gid_pic_$cat[fid].png" width="20" height="20" align="absmiddle" /> <a href="{if !empty($caturl)}$caturl{else}forum.php?gid=$cat[fid]{/if}" style="{if $cat[extra][namecolor]}color: {$cat[extra][namecolor]};{/if}">$cat[name]</a></h2>

 

所有分区小图标需放在./static/image/gid_pic目录下
小图标档案格式为gid_pic(分区gid).png
default.png为默认图标,切勿删除

 

===============================

方法2

论坛首页版块有无新帖及今日贴数美化(包括横排) For Discuz X1.5

 

方法:
1、下载附件,将里面的一个图片文件上传到./static/image/common目录下
2、打开./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="today">$forum[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="today">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </td>
复制代码



再查找:(2010年9月5日 9:08新增)

  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="today">$forum[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="today">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
复制代码


</div>

3、打开./template/default/common/common.css,在文件最末尾加:

  1. /*Added By Marco129@DSU - Today Post*/
  2. .today { width:42px; height:44px; float:left; background:url({IMGDIR}/today.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; }
复制代码



4、登陆管理中心 -> 界面 -> 风格管理 -> 更新CSS缓存 !

 

 

 

 

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

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

使用道具 举报

1788

主题

62

好友

8525

积分

管理员

Rank: 9Rank: 9Rank: 9

沙发
发表于 2011-2-18 15:18:15 |只看该作者
美化方法:

1、下载附件 [DSU] today.zip ,将里面的一个图片文件上传到./static/image/common目录下

2、打开./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="today">$forum[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="today">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
    3. </td>
    复制代码

再查找:(2010年9月5日 9:08新增)
  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="today">$forum[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="today">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </div>
复制代码


3、打开./template/(当前风格目录)/forum/forumdisplay_subforum.htm,查找:(2010年9月14日 22:08新增)
  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="today">$sub[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="today">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </div>
复制代码
4.再查找(2010年9月29日 17:55新增)
  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="today">$sub[todayposts]<br /><span style="color:#000;">今日</span></div><!--{else}--><div class="today">N/A<br /><span style="color:#000;">今日</span></div><!--{/if}-->
  3. </td>
复制代码

5、打开./template/default/common/common.css,在文件最末尾加:
  1. /*Added By Marco129@DSU - Today Post*/
  2. .today { width:42px; height:44px; float:left; background:url({IMGDIR}/today.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; }
复制代码
6、登陆管理中心 -> 界面 -> 风格管理 -> 更新CSS缓存 !
  你的沉默明亮如灯、简单如指环。

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

使用道具 举报

1788

主题

62

好友

8525

积分

管理员

Rank: 9Rank: 9Rank: 9

板凳
发表于 2011-2-18 15:31:50 |只看该作者
体无完肤方法步骤:

1、下载附件,将里面的两个图片文件上传到论坛的static\image\common目录下;
2、打开当前风格目录下的discuz.htm文件【默认风格路径template/default/forum/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缓存;后台 -- 工具 -- 更新缓存!

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

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

使用道具 举报

1788

主题

62

好友

8525

积分

管理员

Rank: 9Rank: 9Rank: 9

地板
发表于 2011-2-19 14:53:21 |只看该作者
 横排 体无完肤

1、下载附件,将里面的两个图片文件上传到论坛的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缓存;后台 -- 工具 -- 更新缓存!

演示:

005.jpg

today.rar

3.87 KB, 下载次数: 139



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

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

使用道具 举报

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

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

GMT+8, 2024-6-1 19:44 , Processed in 0.049341 second(s), 21 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部