MyBB Community Forums

Full Version: SQL Query to disable post icons ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If there is [Tutorial]How to remove thread ratings

How about disable the post icons in Threads and PM's?
What is the SQL Query ? Angel
Lemme look it up...
Remove them from your theme? A query wouldn't do much..
UPDATE `mybb_posts` SET `icon` = '0'
UPDATE `mybb_threads` SET `icon` = '0'
That will only delete the post icons from the database, not actually delete the columns and everything.
Thanks faviouz, !
SQL Query would be a better, just like Ratings Big Grin
It would indeed, but to completely disable post icons you'll have to edit all of those templates. If you'd like a setting to be added in MyBB 2.0 share your opinion in this thread:

http://community.mybb.com/thread-98457.html