霸气网游公会

 找回密码
 加入霸气
查看: 232|回复: 1

海蓝风格横排美化 附件海蓝风格 discuz.htm 和CSS

[复制链接]
发表于 2009-6-5 17:03:25 | |阅读模式

欢迎加入霸气网游公会社区,马上注册,享用更多功能。

您需要 登录 才可以下载或查看,没有账号?加入霸气

x
第一:去除有无新帖图标
去除有无新贴图标
打开template/FENGGE/css_common.htm
找到:

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

  1. .list th.new { background-image: url({IMGDIR}/forum_new.gif); }
复制代码


删除
第二:让横排也可以显示自定义图标
打开templates\default\discuz.htm
查找:

  1. <th width="$cat[forumcolwidth]"{$forum[folder]}>
复制代码

改为:

  1. <th width="$cat[forumcolwidth]">{$forum[icon]}
复制代码


第三:美化横排
1.查找:

  1. <h2><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank"{/if}>$forum[name]</a><!--{if $forum[todayposts]}--><em> ({lang index_today}: <strong>$forum[todayposts]</strong>)</em><!--{/if}--></h2>
  2.                                                 <!--{if !$forum[redirect]}-->
  3.                                                         <p>{lang forum_threads}: $forum[threads], {lang forum_posts}: $forum[posts]</p>
  4.                                                         <!--{if $forum['permission'] == 1}-->
  5.                                                                 <p>{lang private_forum}
  6.                                                         <!--{else}-->
  7.                                                                 <p>{lang forum_lastpost}:
  8.                                                                         <!--{if is_array($forum['lastpost'])}-->
  9.                                                                                 <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>
  10.                                                                         <!--{else}-->
  11.                                                                                 {lang never}
  12.                                                                         <!--{/if}-->
  13.                                                                 </p>
  14.                                                         <!--{/if}-->
  15.                                                 <!--{else}-->
  16.                                                         <p>{lang url_link}</p>
  17.                                                 <!--{/if}-->
  18.                                         </th>
复制代码

代替为:

  1. <h2><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a><!--{if $forum[todayposts]}--><em> ({lang index_today}: $forum[todayposts])</em><!--{/if}--></h2>
  2.        <!--{if $forum[description]}--><p>$forum[description]</p><!--{/if}-->
  3.           <p>{lang forum_threads}: $forum[threads],  {lang forum_posts}: $forum[posts],  {lang forum_lastpost}:
  4.           <!--{if is_array($forum['lastpost'])}-->
  5.          <a href="redirect.php?tid=$forum[lastpost][tid]&amp;goto=lastpost#lastpost">$forum[lastpost][dateline]</a>
  6.         {lang forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
  7.           <!--{else}-->
  8.                                                                                 {lang never}
  9.                                                                         <!--{/if}-->
  10.                                                                 </p>
  11.                                                         </th>
复制代码


这段代码是最后发表时间,如果存在则显示最后发表时间,反之去掉则不显示!

  1. <a href="redirect.php?tid=$forum[lastpost][tid]&amp;goto=lastpost#lastpost">$forum[lastpost][dateline]</a>
复制代码

discuz.htm

14.41 KB, 下载次数: 3, 下载积分: 活跃 -2 分

css_common.htm

38.68 KB, 下载次数: 3, 下载积分: 活跃 -2 分

 楼主| 发表于 2009-6-6 19:23:58 |
给横排的版块 今天贴数变个色显示
打开discuz.htm  
查找
  1. <h2><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a>
复制代码


在后边的

  1. <!--{if $forum[todayposts]}--><em> ({lang index_today}: $forum[todayposts])</em><!--{/if}-->
复制代码

加上颜色代码

  1. <span style="color: #FF6600;"><!--{if $forum[todayposts]}--><em> ({lang index_today}: $forum[todayposts])</em><!--{/if}--></span>
复制代码

Archiver|手机版|小黑屋|霸气网游公会 ( 蜀ICP备18016790号-3 )

GMT+8, 2024-12-22 13:18 , Processed in 0.080627 second(s), 21 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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