- เครดิต
- 1951
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 50
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
1. edit file forumdisplay.php
find code- $querysticky = '';
- .
- .
- .
- .
- .
- $query = '';
คัดลอกไปที่คลิปบอร์ด change- $querysticky = '';
- $query = $db->query("SELECT $dotadd1 t.*, p.rate, p.pid FROM {$tablepre}threads t $dotadd2
- LEFT JOIN {$tablepre}posts p USING(tid, dateline)
- WHERE t.fid='$fid' $filteradd AND $displayorderadd
- ORDER BY t.displayorder DESC, t.$orderby $ascdesc
- LIMIT ".($filterbool ? $start_limit : $start_limit - $stickycount).", $tpp");
- } else {
- $querysticky = $db->query("SELECT $dotadd1 t.*, p.rate,p.pid FROM {$tablepre}threads t $dotadd2
- LEFT JOIN {$tablepre}posts p USING(tid, dateline)
- WHERE t.tid IN ($stickytids) AND t.displayorder IN (2, 3)
- ORDER BY displayorder DESC, $orderby $ascdesc
- LIMIT $start_limit, ".($stickycount - $start_limit < $tpp ? $stickycount - $start_limit : $tpp));
- if($tpp - $stickycount + $start_limit > 0) {
- $query = $db->query("SELECT $dotadd1 t.*, p.rate,p.pid FROM {$tablepre}threads t $dotadd2
- LEFT JOIN {$tablepre}posts p USING(tid, dateline)
- WHERE t.fid='$fid' $filteradd AND $displayorderadd
- ORDER BY displayorder DESC, $orderby $ascdesc
- LIMIT ".($tpp - $stickycount + $start_limit));
- } else {
- $query = '';
คัดลอกไปที่คลิปบอร์ด and find codeput down after code next line- $tpids[] = $thread['pid'];
คัดลอกไปที่คลิปบอร์ด and find code- $separatepos = $separatepos ? $separatepos + 1 : ($announcement ? 1 : 0);
คัดลอกไปที่คลิปบอร์ด put up befor code topline- if (is_array($tpids)){
- $pids = implode(",",$tpids);
- $detail_query = $db->query("SELECT * FROM {$tablepre}ratelog WHERE pid IN ($pids)");
- while ($row = $db->fetch_array($detail_query)){
- $detail_rate[$row['pid']][$row['extcredits']] += $row['score'];
- }
- }
คัดลอกไปที่คลิปบอร์ด 2. edit file templates/default/css_append.htm
add this code- .yellow { width:45px; height:50px; float:left; background:url({IMGDIR}/yellow.gif) no-repeat center top; margin:1px; text-align:center; color:#217AB3; font-weight:bold; font-size:18px; line-height:27px; font-family: Georgia, "Times New Roman", Times, serif; padding-right:3px;}
- .yellow p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#858D92; font-size:11px; }
- .red { width:45px; height:50px; float:left; background:url({IMGDIR}/red.gif) no-repeat center top; margin:1px; text-align:center; color:#ff6645; font-weight:bold; font-size:18px; line-height:27px; font-family: Georgia, "Times New Roman", Times, serif; padding-right:3px;}
- .red p { display:block; font-weight:100; margin:0px; padding:0px; border:0px; color:#FFFFFF; font-size:11px; }
คัดลอกไปที่คลิปบอร์ด 3. edit files templates/default/forumdisplay.htm
find code- <td class="folder">
- <a href="viewthread.php?tid=$thread[tid]&extra=$extra" title="{lang target_blank}" target="_blank">
- <!--{if $thread[folder] == 'lock'}-->
- <img src="{IMGDIR}/folder_lock.gif" alt="Lock" />
- <!--{elseif in_array($thread['displayorder'], array(1, 2, 3))}-->
- <img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" />
- <!--{else}-->
- <img src="{IMGDIR}/folder_$thread[folder].gif" alt="$thread[folder]" />
- <!--{/if}-->
- </a>
- </td>
คัดลอกไปที่คลิปบอร์ด CHANGE !!!- <td class="folder">
- <!--{if $thread['rate'] > 0}--><div class="red">+$thread['rate']<p>Points</p></div><!--{elseif $thread['rate'] < 0}--><div class="red">-$thread['rate']<p>Points</p></div><!--{else}--><div class="yellow">0<p>Points</p></div><!--{/if}-->
- </td>
คัดลอกไปที่คลิปบอร์ด find code and DELETE- <!--{if $thread['rate'] > 0}-->
- <img src="{IMGDIR}/agree.gif" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" />
- <!--{elseif $thread['rate'] < 0}-->
- <img src="{IMGDIR}/disagree.gif" alt="{lang rate_credit_reduce}" title="{lang rate_credit_reduce}" />
- <!--{/if}-->
คัดลอกไปที่คลิปบอร์ดLAST step UPload image
TO .images/default/
|
ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง
คุณจำเป็นต้อง ลงชื่อเข้าใช้ เพื่อดาวน์โหลดหรือดูไฟล์แนบนี้ คุณยังไม่มีบัญชีใช่ไหม? สมัครสมาชิก
x
คะแนน
-
ดูบันทึกคะแนน
|
|
|
|
|
|