2020-02-14, 07:04 PM
You can do this by modifying the core file "showthread.php".
Search in showthread.php for...
...and uncomment this part, like
But be prepared that these changes could be overwritten on a following MyBB update.
Search in showthread.php for...
$thread['displayprefix'] = $threadprefix['displaystyle'].' ';
...and uncomment this part, like
//$thread['displayprefix'] = $threadprefix['displaystyle'].' ';
But be prepared that these changes could be overwritten on a following MyBB update.