MyBB Community Forums

Full Version: Post Icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How can I globally disable post icon's in all forums. I thought there was a query?

Thanks.
Try:
UPDATE `mybb_threads` SET `icon` = '0';
and
UPDATE `mybb_posts` SET `icon` = '0';
When posting a thread, it says "Post Icon:
no icon"

I don't want that to be there.

How can I globally disable this without going through every forum doing it manually?
Find and remove {$posticons} in the newreply and newthread template.