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

 找回密码
 立即注册
搜索

★★★仿EE23风格 BBS+UCH全套

[复制链接]
凡军 发表于 2009-7-28 19:52:35 | 显示全部楼层 |阅读模式
本帖最后由 凡军 于 2009-8-4 14:04 编辑


免费下载,不会装的和装了出问题的 !请勿PM我!

演示地址http://ee23.cn/
DZ7.0+UCH1.5
已升级到UCH2.0的不要用!
更新下数据库升级教程:
1、字段修改:
按照下图打开查看你的表前缀,我的是【c_】,替换升级语句中的【b_】
2、升级界面 【工具-数据库-升级】
升级语句:

  1. ALTER TABLE `b_sessions` ADD `gid` SMALLINT( 6 ) NULL ;
复制代码
注意要把语句中的【b_】替换成你第一步查询的。

3、修改index.php
查找
  1. foreach($catlist as $catid => $category) {
复制代码
下面添加

  1. $groupgfid = $catlist[$catid][fid];
  2. $counttoday = $db->fetch_first("SELECT sum(todayposts) as sum FROM {$tablepre}forums WHERE fup='$groupgfid'");
  3. $catlist[$catid][sumtoday] = $counttoday[sum];
  4. $flis = "$gp";
  5. $countol = $db->fetch_first("SELECT count(uid) as count FROM {$tablepre}sessions WHERE gid='$groupgfid'");
  6. $catlist[$catid][ol] = $countol['count'];
  7. $gidlast = $db->fetch_first("SELECT t.subject, t.author, t.authorid, t.tid, t.lastpost FROM {$tablepre}threads t
  8. LEFT JOIN {$tablepre}forums f ON f.fid=t.fid WHERE f.fup='$groupgfid' ORDER BY dateline DESC LIMIT 1");
  9. $catlist[$catid][gsubject] = $gidlast[subject];
  10. $catlist[$catid][gauthorid] = $gidlast[authorid];
  11. $catlist[$catid][gauthor] = $gidlast[author];
  12. $catlist[$catid][gtid] = $gidlast[tid];
  13. $catlist[$catid][glastpost] = gmdate("$dateformat $timeformat", $gidlast[lastpost] + $timeoffset * 3600);
复制代码
安装
完成数据升级后,按照附件中的安装说明进行修改!不要着急,一步一步来!

BBS及UCH修正
1、家园活跃会员变形修复
修改文件:home/template/common.css
找到:.shuoyue li { list-style:none; float:left; width:65px;}
修改为:.shuoyue li { list-style:none; float:left; width:65px; height:80px; overflow:hidden;}

2、家园最新相册变形修复
修改文件:home/template/common.css
找到:.sphoto li { list-style:none; float:left; width:65px; overflow:hidden;}
修改为:.sphoto li { list-style:none; float:left; width:65px; overflow:hidden;height:100px;}

3、论坛最新专辑变形修复:
修改文件:bbs/templates/sinblack_page/discuz_info.htm
找到:.nablum img { width:57px; height:60px;}
换行添加:.nablum li {float:left; width:70px; height:100px; overflow:hidden;}

评分

1

查看全部评分

回复

使用道具 举报

虎步 发表于 2009-7-28 20:02:31 | 显示全部楼层
顶,支持共享
回复

使用道具 举报

smallyi 发表于 2009-7-28 20:06:25 | 显示全部楼层
凡军啊...!你不老实哇!我是阿翔....!貌似.....!呵呵
回复

使用道具 举报

smallyi 发表于 2009-7-28 20:06:58 | 显示全部楼层
再补充一下,强烈顶下LZ
回复

使用道具 举报

 楼主| 凡军 发表于 2009-7-28 20:31:15 | 显示全部楼层
4# smallyi


又遇到你 !晕!
回复

使用道具 举报

smallyi 发表于 2009-7-28 20:44:00 | 显示全部楼层
这叫缘分晓得不?你不想遇,我偏要.哇哈哈!

评分

1

查看全部评分

回复

使用道具 举报

szye2005 发表于 2009-7-28 20:44:20 | 显示全部楼层
支持下,顶((em:13))
回复

使用道具 举报

 楼主| 凡军 发表于 2009-7-28 20:46:26 | 显示全部楼层
6# smallyi


呵呵!
回复

使用道具 举报

island520 发表于 2009-7-28 21:33:05 | 显示全部楼层
期待2.0的出来。呵呵。再整合WOWO,就很不错了
回复

使用道具 举报

shwxwl 发表于 2009-7-28 21:58:59 | 显示全部楼层
好多。好强大
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-13 07:57 , Processed in 0.105994 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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