- เครดิต
- 33
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 10
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
แก้ไขล่าสุดโดย yo_sct เมื่อ 2009-12-25 14:02
/////////ส่วนที่มันเพิ่มเติมให้//////////
ในไฟล์(.admin/menu.inc.php)- array('menu_post_position_index', 'threads&operation=postposition'),
คัดลอกไปที่คลิปบอร์ด ในไฟล์(.admin/threads.inc.php)- } elseif($operation == 'heats') {
- shownav('topic', 'threads_heats');
- showtips('threads_heats_tips');
- if(!$do) {
- @include DISCUZ_ROOT . '/forumdata/cache/cache_forums.php';
- showformheader('threads&operation=heats');
- showsetting('ID:', 'tid', '', 'text');
- echo '<input type="submit" name="searchsubmit" value="'.lang('submit').'" class="btn" style="" />';
- showformfooter();
- if(submitcheck('searchsubmit')) {
- $query = $db->query("SELECT * FROM {$tablepre}threads WHERE tid = $tid LIMIT 1");
- $v = $db->fetch_array($query);
- showformheader('threads&operation=heats&do=edit');
- showtableheader('admin', 'fixpadding');
- showsubtitle(array('', 'ID', 'subject', 'forum', 'heats', 'dateline','edit'));
- showtablerow('', array('class="td25"'), array(
- "<input type="hidden" class="checkbox" name="heatstid" value="$v[tid]">",
- $v['tid'],
- "<a href="viewthread.php?tid=$v[tid]" target="_blank">$v[subject]</a>",
- '<a href="forumdisplay.php?fid='.$v['fid'].'" target="_blank">'.$_DCACHE['forums'][$v['fid']]['name'].'</a>',
- "<input type="text" name="heats" value="{$v['heats']}" style="width:50px" />",
- dgmdate("$dateformat $timeformat", $v['dateline'] + $timeoffset * 3600),
- '<input type="submit" name="editsubmit" value="'.lang('edit').'" class="btn" style="" />'
- ));
- showtablefooter();
- showformfooter();
- }else{
- global $indexhot;
- $heatdateline = $timestamp - 86400 * $indexhot['days'];
- $query = $db->query("SELECT t.*,p.message,p.pid FROM {$tablepre}threads t
- LEFT JOIN {$tablepre}posts p ON t.tid=p.tid AND p.first=1
- WHERE t.dateline>'$heatdateline' AND t.heats>'0' AND t.displayorder>='0' ORDER BY t.heats DESC LIMIT 10");
- showtableheader('admin', 'fixpadding');
- showsubtitle(array('', 'ID', 'subject', 'forum', 'heats', 'dateline','edit'));
- while($v = $db->fetch_array($query)){
- showformheader('threads&operation=heats&do=edit');
- showtablerow('', array('class="td25"'), array(
- "<input type="hidden" class="checkbox" name="heatstid" value="$v[tid]">",
- $v['tid'],
- "<a href="viewthread.php?tid=$v[tid]" target="_blank">$v[subject]</a>",
- '<a href="forumdisplay.php?fid='.$v['fid'].'" target="_blank">'.$_DCACHE['forums'][$v['fid']]['name'].'</a>',
- "<input type="text" name="heats" value="{$v['heats']}" style="width:50px" />",
- dgmdate("$dateformat $timeformat", $v['dateline'] + $timeoffset * 3600),
- '<input type="submit" name="editsubmit" value="'.lang('edit').'" class="btn" style="" />'
- ));
- showformfooter();
- }
- showtablefooter();
- }
- } elseif($do == 'edit') {
- if(empty($heatstid)) {
- cpmsg('threads_post_heats_targets_empty', "$BASESCRIPT?action=threads&operation=heats&do=edit&id=$id", 'error');
- }
- $db->query("UPDATE {$tablepre}threads SET heats="$heats" WHERE tid="$heatstid"");
- require_once DISCUZ_ROOT.'./include/cache.func.php';
- updatecache('heats');
- cpmsg('threads_post_heats_edit_sucess', "$BASESCRIPT?action=threads&operation=heats", 'succeed');
- exit;
- }
คัดลอกไปที่คลิปบอร์ด ในไฟล์(.template/default/admincp.lang.php)ในไฟล์(.template/default/admincp.menu.lang.php)- 'menu_post_heats' => 'บทความฮอด,
คัดลอกไปที่คลิปบอร์ด ในไฟล์(.template/default/admincp.msg.lang.php)- 'threads_post_heats_targets_empty' => 'โปรดระบุตำแหน่ง',
- 'threads_post_heats_edit_sucess' => 'แก้ไขสำเร็จ',
คัดลอกไปที่คลิปบอร์ด download ตัว original
ขอบคุณภาษาไทยเพิ่มเติมจากคุณ ใจดีจัง หากมีส่วนที่ผิดก็เอาไฟล์ original ข้างบนไปแก้เลยครับ
>>>><<<< |
ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง
คุณจำเป็นต้อง ลงชื่อเข้าใช้ เพื่อดาวน์โหลดหรือดูไฟล์แนบนี้ คุณยังไม่มีบัญชีใช่ไหม? สมัครสมาชิก
x
คะแนน
-
ดูบันทึกคะแนน
|