MyBB Community Forums

Full Version: New thread checkbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys how can I implement something similar GP forums has
you can try using checkbox validation plugin
(2013-08-29, 04:15 PM).m. Wrote: [ -> ]you can try using checkbox validation plugin

Thank you so much!

This plugin is good, but I am looking to remind the user if the forum he's about to post in is correct, this way I think people will post more into the correct forum.

This check-box is java controlled if the box in not checked you won't be able to input title. How can I do that?

How to add a checkbox that will enable textarea once checked:

<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>