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

 找回密码
 立即注册
搜索

4月23日联合发布:【d1qq黑色绚丽无双金牌HOME页】(首页五格)+【Discuz!7.0配套风格】

 关闭 [复制链接]
105002355 发表于 2009-4-10 14:58:11 | 显示全部楼层
非常不错。收藏了。
回复

使用道具 举报

ywwp11 发表于 2009-4-10 19:22:07 | 显示全部楼层
好呀,帮顶
回复

使用道具 举报

 楼主| yeyuhua 发表于 2009-4-11 08:17:24 | 显示全部楼层
4月11日大更新,播放器更换,CSS代码部份精简修改!
回复

使用道具 举报

 楼主| yeyuhua 发表于 2009-4-11 09:00:31 | 显示全部楼层
4月11日大更新,播放器更换,CSS代码部份精简修改!
回复

使用道具 举报

462916 发表于 2009-4-11 10:24:27 | 显示全部楼层
先AD一下,本站采用的服务器为
                                 诚信合租网
                            http://www.cxhzw.net/

                       网速快,售后服务一流,有求必应!
回复

使用道具 举报

462916 发表于 2009-4-11 10:59:47 | 显示全部楼层
非常不错。收藏了。
回复

使用道具 举报

462916 发表于 2009-4-11 11:21:21 | 显示全部楼层
好呀,帮顶
回复

使用道具 举报

 楼主| yeyuhua 发表于 2009-4-11 15:34:32 | 显示全部楼层
4月11日大更新,播放器更换,CSS代码部份精简修改!
回复

使用道具 举报

 楼主| yeyuhua 发表于 2009-4-11 16:03:31 | 显示全部楼层
4月11日更新了
回复

使用道具 举报

79310768 发表于 2009-4-11 17:18:36 | 显示全部楼层
本帖最后由 79310768 于 2009-4-11 17:20 编辑

请问一定要静态的?  
还有就是 ,index.php 代码,如何修改,有点看不懂, 就是对应版块怎么修改 修改一个?
刚才我只改了一个HEI.HTM   版块信息还是一个样,,,
是否没改INDEX.PHP 的关系??
  1. //音乐新贴//
  2. $hack_cut_str = 24; //标题字数
  3. $hack_cut_strauthor = 9;
  4. $new_yinyuepost_threadlist = array();
  5. $nthread = array();
  6. $query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid AND f.fid   in (6)(这里修改??) AND t.displayorder not in (-1,-2) ORDER BY t.dateline DESC LIMIT 0, 6");
  7. while($nthread = $db->fetch_array($query)) {
  8.         $nthread['forumname'] = ereg_replace('<[^>]*>','',$nthread['name']);
  9.         $nthread['view_subject'] = cutstr($nthread['subject'],$hack_cut_str);
  10.         $nthread['view_author'] = cutstr($nthread['author'],$hack_cut_strauthor);
  11.         $nthread['date']= gmdate("$dateformat $timeformat", $nthread['dateline'] + $timeoffset * 3600);
  12.         $nthread['lastreplytime']= gmdate("$dateformat $timeformat", $nthread[lastpost] + ($timeoffset * 3600));
  13.         if($nthread['highlight']) {
  14.                 $string = sprintf('%02d', $nthread['highlight']);
  15.                 $stylestr = sprintf('%03b', $string[0]);
  16.                 $nthread['highlight'] = 'style="';
  17.                 $nthread['highlight'] .= $stylestr[0] ? 'font-weight: bold;' : '';
  18.                 $nthread['highlight'] .= $stylestr[1] ? 'font-style: italic;' : '';
  19.                 $nthread['highlight'] .= $stylestr[2] ? 'text-decoration: underline;' : '';
  20.                 $nthread['highlight'] .= $string[1] ? 'color: '.$colorarray[$string[1]] : '';
  21.                 $nthread['highlight'] .= '"';
  22.         } else {
  23.                 $nthread['highlight'] = '';
  24.         }
  25.         $new_yinyuepost_threadlist[] = $nthread;
  26. }
  27. //完毕//
复制代码
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-15 15:22 , Processed in 0.096122 second(s), 13 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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