MyBB Community Forums

Full Version: Thread Prefix is a Must
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am wondering how I can make it so that users who make a thread on my site have to choose a thread prefix when creating the thread.

So in other words how do I eliminate the choice in no prefix?
1. Open the ./inc/functions.php file in a text editor.

2. Find and remove: (line 2706)

$prefixselect .= "<option value=\"0\"".$default_selected.">".$lang->no_prefix."</option>\n";

3. Save the file and re-upload.
Thanks allot, this really helped. Big Grin
thanks removing the line worked. adding the plugin didnt work at all.