Confirm Correct Forum Before New Thread (AJAX)
This modification is in the archives.
There is a better version here:
http://www.vbulletin.org/forum/showthread.php?threadid=114388 NOTE: To use this mod you have to disable the WYSIWYG editor option. Go to vBulletin Options > Message Posting Interface Options and set Full Editor to "Enable Standard Controls". This product will ask the user if they are sure that they are in the correct forum before posting a new thread. If they click "Yes" then the New Thread box will appear immediately (via AJAX). If they are not in the correct forum, they will be able to choose a different forum from a drop-down box (similar to forum jump). When they choose a different forum it automatically takes them to a new thread in that forum, where they are asked to confirm again. This should save a lot of headaches with people posting in the wrong forums. It reduces thread-moves. 1) Install the product 2)Find in newthread: PHP Code:
$navbar
PHP Code:
<div id='thread_confirm' align="center"><br />
PHP Code:
<form action="newthread.php" method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>
PHP Code:
<div id='new_thread' style='display:none'>
PHP Code:
$footer
PHP Code:
</div>
Download This modification is archived and cannot be downloaded. Supporters / CoAuthors
Screenshots
|
Similar Mods
Confirm Correct Forum Before New Thread | vBulletin 3.5 Template Modifications |