- เครดิต
- 1559
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 190
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
วานผู้รู้ดูให้หน่อย
ต้นฉบับโพสต์โดย myminte เมื่อ 2010-1-17 22:33
รองใช้วิธีนี้ค่ะ เอา index.php ไว้เหมือนเดิมค่ะ ไม่ต้องแก้ไข
เปิดไฟล์ index_classics.inc.php อยู่ที่ include>index_classics.inc.php
ค้นหา
- $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;
คัดลอกไปที่คลิปบอร์ด
เพิ่มโค๊ดนี้บรรทัดต่อไป
- //Yhome Play
- $hack_cut_str =60;
- $fids = array();
- if (file_exists("./forumdata/cache/cache_forums.php")){
- require_once "./forumdata/cache/cache_forums.php";
- if (is_array($_DCACHE['forums'])){
- foreach ($_DCACHE['forums'] as $k => $v){
- if (!strstr(',sub,forum,',','.$v['type'].','))
- continue;
- $fids[$k] = 2;
- }
- }
- }
- if (count($fids) < 1){
- $query = $db->query("SELECT fid FROM {$tablepre}forums WHERE type='forum' OR type='sub'");
- while ($row = $db->fetch_array($query)){
- $fids[$row['fid']] = 2;
- }
- }
- $limit_counts = 0;
- foreach ($fids as $k => $v){
- $sql .= "(SELECT t.*, f.name FROM {$tablepre}threads t LEFT
- JOIN {$tablepre}forums f ON f.fid = t.fid WHERE t.fid='$k' ORDER BY
- t.dateline DESC LIMIT $v) UNION ";
- }
- if ($sql){
- $sql = substr($sql,0,strlen($sql)-6);
- }
- $query = $db->query($sql);
- while ($row = $db->fetch_array($query)){
- $row['view_subject'] = cutstr($row['subject'],$hack_cut_str);
- $row['date']= gmdate("$dateformat", $row['dateline'] +
- $timeoffset * 3600);
- if($row['highlight']) {
- $string = sprintf('%02d', $row['highlight']);
- $stylestr = sprintf('%03b', $string[0]);
- $row['highlight'] = 'style="';
- $row['highlight'] .= $stylestr[0] ? 'font-
- weight: bold;' : '';
- $row['highlight'] .= $stylestr[1] ? 'font-
- style: italic;' : '';
- $row['highlight'] .= $stylestr[2] ? 'text-
- decoration: underline;' : '';
- $row['highlight'] .= $string[1] ? 'color:
- '.$colorarray[$string[1]] : '';
- $row['highlight'] .= '"';
- } else {
- $row['highlight'] = '';
- }
- ${'new_no'.$row['fid'].'_threadlist'}[] = $row;
- }
- //Yhome play
คัดลอกไปที่คลิปบอร์ด
จัดเก็บและอัพขึ้นตำแหน่งเดิมค่ะ
ส่วนวิธีนำเข้า js เหมือนรุ่น 7.0 ทุกอย่างค่ะ ดูได้จากลิงค์นี้ค่ะ
http://www.discuzthai.com/thread-7104-1-2.html |
|