MyBB Community Forums

Full Version: Set Prefix For Topics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys
Toady im going to tech how to set prefix for old topics that they haven't prefix
Attention that this query set the same prefix for all threads (threads without prefix)
Just run this query:
UPDATE `mybb_threads` SET `prefix` = '///prefix id///' WHERE `prefix` = '0'
Replace the ///prefix id/// with the id of prefix you want to set
If you have problem with above codes then download it:
[attachment=35697]
Good luckĀ  Heart