Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Set Prefix For Topics

$
0
0
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:
Code:
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:

.txt   Query.txt (Size: 75 bytes / Downloads: 7)
Good luck  Heart

Viewing all articles
Browse latest Browse all 690

Trending Articles