MyBB Community Forums

Full Version: Thread Prefix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, how do i set the thread prefix default to another option instead of "No Prefix" or is it possible to have it so the poster must choose a prefix or it wont let them submit post until they do?

Thanks
Open ./newthread.php file and find;
$mybb->input['threadprefix'] = 0;
and change 0 to the Prefix ID number you wish to use it as a mendatory. Wink
cool ta mate Smile
had a look mate only string with prefix in it is:

<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
You are opening newthread "template", I wrote newthread.php "file"
ah sorry my bad, will have another go Smile

ta