MyBB Community Forums

Full Version: thread prefix option missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm missing the thread prefix option in my mybb 1.6.4 installation.

I have the feeling it is disabled somewhere, but just can't find it.

thanks in advance for your help,

PAT
Thread Prefix settings can be found on left bottom corner on Configuration's page of your Admin CP.
and this seems to be missing: http://goo.gl/Yj2Y9
Looks like there is a solution, since your Running the Abbreviations plugin.

Quote: The Abbreviations plugin from 1.4.x overrides the Thread Prefixes link. When I disable it the Thread Prefixes link appears in it's place. I changed the following to get them to play nice:

Code:
$sub_menu['160']
TO:
Code:
$sub_menu['161']

So it is basically taking over the position where thread prefixes should be.