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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[分享] ss5.0B2版官方风格转为ss5.0Final版(GBK+UTF8+UTF8繁)(更新时间2007-01-31 13:30)

[复制链接]
wuhaolong 发表于 2006-11-30 09:30:58 | 显示全部楼层 |阅读模式
原贴地址:
https://discuz.dismall.com/thread-439844-1-1.html


由于被审核过的贴子不能再次编辑,只好在这里重新发布更新了。已添加UTF8版(tzuhang提供的转换器,原贴地址:https://discuz.dismall.com/thread-476239-1-1.html),不知好用否,希望大家测试后反馈出来!

最后更新时间2007-01-31 13:30

修复11:30更新后疏忽造成的BUG,更新文件:
templates\SupeSite\news_category.html.php




以往更新:
----------------------------------------------------------------------------------------------------- 我是分界线 -------------------------------------------------------------------------

修复频道1级页面搜索问题,解决新闻专题根分类不读取子分类内容问题,去掉日志频道“推荐日志”主题之间间距,修复了每周之星问题(未经测试)等。
更新文件如下:
styles\item_subject_span_list_spacename.html.php
templates\SupeSite\file_index.html.php
templates\SupeSite\goods_index.html.php
templates\SupeSite\link_index.html.php
templates\SupeSite\news_category.html.php
templates\SupeSite\index.html.php



修复资讯察看页面样验证码重复问题,更新文件:
templates\SupeSite\news_view.html.php

此次更新改动比较大:修复日志、文件、书签的分类页面分页问题(未测试),添加系统广告,系统菜单等问题,更新文件:
css\SupeSitemain.css
templates\SupeSite\文件夹下所有文件


修复相册分类菜单的 more 小图片不显示的问题,更新文件:
css\SupeSiteimage.css

更新首页两处小小瑕疵(美观问题)----- 商品板块长名称换行问题、论坛最新图片名称文字缺底部问题,更新文件:

css\SupeSitemain.css
templates\SupeSite\index.html.php


修改相册显示数量,修改首页资讯板块的“最新资讯列表“为两行,修复头条摘要图片缩略图的问题,更新文件:

css\SupeSitemain.css
css\SupeSitenews.css
templates\SupeSite\news_index.html.php
templates\SupeSite\image_index.html.php
templates\SupeSite\index.html.php

应网友要求,现将首页资讯板块的“最新资讯列表“设为两行显示的修改方法列出,有需要的朋友自行修改,方法如下:

打开  css\SupeSitemain.css 文件,找到:

  1. /*最新资讯*/
  2. #newnewslist ul {
  3.         margin: 0;
  4.         padding: 0;
  5.         list-style: none;
  6.         line-height: 22px;
  7.         background: url(../images/SupeSite/dotline_list.gif);
  8.         margin-top: 10px;
  9. }
  10. #newnewslist li {
  11.         background: url(../images/SupeSite/icon_item.gif) no-repeat left;
  12.         padding-left: 10px;
  13.         height: 22px;
  14.         overflow: hidden;
  15. }
  16. #newnewslist li em {
  17.         float: right;
  18.         color: #999;
  19.         font-size: 10px;
  20.         font-style: normal;
  21. }
复制代码
修改为:

  1. /*最新资讯*/
  2. #newnewslist ul {
  3.         margin: 0;
  4.         padding: 0;
  5.         list-style: none;
  6.         line-height: 22px;
  7.         background: url(../images/SupeSite/dotline_list.gif);
  8.         margin-top: 10px;
  9.         width: 100%;
  10.         overflow: hidden;
  11.         visibility: visible;
  12. }
  13. #newnewslist li {
  14.         background: url(../images/SupeSite/icon_item.gif) no-repeat left;
  15.         padding-left: 10px;
  16.         height: 22px;
  17.         margin-right: 16px;
  18.         float: left;
  19.         width: 42%;
  20.         overflow: hidden;
  21. }
  22. #newnewslist li em {
  23.         float: right;
  24.         color: #999;
  25.         font-size: 10px;
  26.         font-style: normal;
  27. }
复制代码
打开 templates\SupeSite\index.html.php 文件,找到:

  1.                 <div class="mainarea">
  2.                         <div id="newnewslist">
  3.                                 <ul>
  4.                                 <!--{block name="spacenews" parameter="order/i.dateline

  5. DESC/limit/0,16/cachetime/1830/tpl/item_subject_span_list"}--><!--最新资讯列表-->
  6.                                 </ul>
  7.                         </div>
  8.                 </div>
复制代码
改为:

  1.                 <div class="mainarea">
  2.                         <div id="newnewslist">
  3.                                 <ul>
  4.                                 <!--{block name="spacenews" parameter="order/i.dateline

  5. DESC/limit/0,32/cachetime/1830/tpl/item_subject_span_list"}--><!--最新资讯列表-->
  6.                                 </ul>
  7.                         </div>
  8.                 </div>
复制代码
打开 css\SupeSitenews.css 找到:

  1. #newnewslist {
  2.         margin-top: -8px;
  3.         margin-bottom: 3px;
  4. }
复制代码
替换为:

  1. #newnewslist {
  2.         margin-top: -8px;
  3.         margin-bottom: 3px;
  4. }
  5. #newnewslist li {
  6.         margin-right: 0px;
  7.         width: 100%;
  8. }
复制代码
搞定。
注意:此修改方法没有在“火狐狸浏览器”下作测试,需要的朋友自己测试一下,如果有问题,发贴阐述,谢谢大家长久以来的支持!
祝大家 ----- 圣诞快乐! 元旦快乐!!!




修复资讯2级菜单伸缩问题、修复TAG显示图片问题,添加论坛分类页面2级子分类版块。更新文件:
为了不跟默认模板冲突,增加:css\SupeSitesite.css文件
css\SupeSitebbs.css
templates\SupeSite\news_hader.index.html.php
templates\SupeSite\bbs_forumdisplay.html.php

修复同城空间搜索问题等,更新文件:
styles\item_subject_list_dateline.html.php
styles\item_subject_span_list.html.php
templates\SupeSite\blog_index.html.php
templates\SupeSite\index.html.php
templates\SupeSite\news_index.html.php

解决论坛频道首页、商品频道首页不兼容 Mozilla Firefox 浏览器 BUG。
更新文件:
css\SupeSitebbs.css
css\SupeSitegoods.css

解决商品分类页面不分页问题,更新文件:
templates\SupeSite\goods_category.html.php

解决商品分类版面问题,更新文件:
css\SupeSitegoods.css
templates\SupeSite\goods_category.html.php

解决资讯察看页面TAG浮动窗口不弹出问题。
更新文件:
css\SupeSitenews.css
templates\SupeSite\news_header.html.php

解决商品频道推荐商品超过5个换行问题,解决商品2级分类大图片版面错乱问题。
更新文件:
templates\SupeSite\goods_index.html.php
templates\SupeSite\goods_category.html.php

解决论坛大图片文章模式察看撑开版面问题(这个问题以前修复过,由于移动硬盘坏掉了,导致版本弄错了,才会将以前没修复的发布出来了 望见凉 )

解决商品名称过长换行问题、解决所有空间翻页问题。
更新文件:
templates\SupeSite\goods_index.html.php
templates\SupeSite\spaces_header.html
templates\SupeSite\spaces_index.html

已彻底解决资讯分类显示页面不能分页难题! 更新文件:
css\SupeSitenews.css
templates\SupeSite\news_category.html.php

修复首页相册板块不显示新图片问题,解决论坛频道首页子板块不显示名称问题,解决论坛频道子板块问题,将全部空间频道改成官方模板形式(如果你不喜欢请不要更新templates\SupeSite\spaces_index.html.php文件)。
更新文件:
templates\SupeSite\index.html.php
templates\SupeSite\bbs_forumdisplay.html.php
templates\SupeSite\bbs_index.html.php
templates\SupeSite\spaces_index.html.php
css\SupeSitemain.css
css\SupeSitebbs.css

本次更新修复资讯内容分页BUG!
更新文件:
templates\SupeSite\news_view.html.php
css\SupeSitemain.css
css\SupeSitenews.css

本次更新修复资讯、日志、论坛频道首页不显示2级分类内容主题的BUG!
更新文件:
templates\SupeSite\bbs_index.html.php
templates\SupeSite\blog_index.html.php
templates\SupeSite\news_index.html.php

本次更新修复各频道分类导航条无导航的BUG!
更新涉及文件: templates\SupeSite 下面的大部分文件。


演示地址:
http://newphp.cn/new

图片:


[ 本帖最后由 wuhaolong 于 2007-1-31 13:19 编辑 ]

评分

4

查看全部评分

hgd1977 发表于 2006-11-30 09:35:08 | 显示全部楼层
沙发我坐了!哈哈!
回复

使用道具 举报

hgd1977 发表于 2006-11-30 09:36:06 | 显示全部楼层
板凳我本来想留的,但考虑了好久,还是坐下吧!
回复

使用道具 举报

艾秦 发表于 2006-11-30 09:42:23 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

hgd1977 发表于 2006-11-30 09:47:51 | 显示全部楼层
给个演示你看:
http://www.tonkey.cn

[ 本帖最后由 hgd1977 于 2007-3-12 14:27 编辑 ]
回复

使用道具 举报

hgd1977 发表于 2006-11-30 09:49:39 | 显示全部楼层
不过我想请问一下楼主,我想在页脚加个51的统计,我找了老半天,找不到地方加,以前旧版的就在foot那里加,现在找不到了!请帮帮忙
回复

使用道具 举报

 楼主| wuhaolong 发表于 2006-11-30 10:16:39 | 显示全部楼层
没有我的位置了!!!
回复

使用道具 举报

hgd1977 发表于 2006-11-30 10:21:48 | 显示全部楼层
楼主来慢一步了!
回复

使用道具 举报

 楼主| wuhaolong 发表于 2006-11-30 10:46:10 | 显示全部楼层
...............................

[ 本帖最后由 wuhaolong 于 2006-12-5 13:41 编辑 ]
回复

使用道具 举报

 楼主| wuhaolong 发表于 2006-11-30 10:46:28 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-12-27 18:47 , Processed in 0.039186 second(s), 9 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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