Move Thread to Other forum when Moderate
Some time, you want to move one topic to another forum when you moderating. If so, this article is really useful for you.
(Applies to all vBB version ) Demo: Open file mocp/moderate.php Find (About line 420): PHP Code:
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>");
PHP Code:
//--Added by vt.lai - SinhVienIT.Net
PHP Code:
$threadman->set_info('skip_first_post_update', true);
PHP Code:
//--Added by: vt.lai - SinhVienIT.Net
Source: http://sinhvienit.net/@forum/threads/231664-chuyen-bai-viet-sang-box-khac-khi-duyet-bai-move-thread-to-other-forum-when-moderate/ Download No files for download. |