MyBB Community Forums

Full Version: Thread prefixes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, is it possible to remove "No prefix" from the drop down menus?
1. Open the ./inc/functions.php file in a text editor.

2. Find and remove:

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