• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Chuyển bài viết sang box khác khi duyệt bài - Move Thread to Other forum when Moderate

Admin

Well-Known Member
Staff member
Administrator
Có khi nào trong lúc duyệt bài bạn muốn di chuyển 1 đề tài nào đó sang chuyên mục khác ngay khi duyệt không ? Nếu có thì bài viết này thực sự hữu ích đối với bạn :D

(Áp dụng cho mọi phiên bản vBB)

Ảnh demo:

SinhVienIT.NET---move-other-box-when-moderate.png

Chuyển bài viết sang box khác khi duyệt bài - Move Thread to Other forum when Moderate​


Cách thực hiện

Mở file mocp/moderate.php

Tìm đoạn này (Khoảng dòng 420):
PHP:
print_label_row('<b>' . $vbphrase['forum'] . '</b>', '<a href="../' . fetch_seo_url('forum', array('forumid' => $thread['forumid'], 'title' => $vbulletin->forumcache["$thread[forumid]"]['title'])) . "\" target=\"_blank\">" . $vbulletin->forumcache["$thread[forumid]"]['title'] . "</a>");
Thêm vào phía sau
PHP:
//--Added by vt.lai - SinhVienIT.Net
print_forum_chooser($vbphrase['forum'], "forumid[$thread[threadid]]", $thread['forumid']);
//--

Tìm tiếp (Khoảng dòng 600):
PHP:
$threadman->set_info('skip_first_post_update', true);
Thêm vào phía sau
PHP:
//--Added by: vt.lai - SinhVienIT.Net
$fid=intval($_POST['forumid'][$threadinfo['threadid']]);
if($fid)
   $threadman->set('forumid', $fid);
//--------------

Chúc bạn thành công
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top