MyBB Support

How do i change this into this?

Submitted by Makan, , Thread ID: 1094

Thread Closed

RE: How do i change this into this?

#15
Run this query on your DB

Code:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

Don't forget to change "mybb_" to your mybb tables prefix.

Users browsing this thread: 1 Guest(s)