06-09-2011, 07:28 PM
I would like to have html enabled on the forums for my power rankings. I talked with a support guy from MyBB, this is what he told me to do, I would need an admin to do this for me:
"If you want to turn it on for all forums run this query in phpMyAdmin:
Then go to Admin Control Panel > Tools & Maintenance > Cache Manager > forums > Rebuild Cache."
"If you want to turn it on for all forums run this query in phpMyAdmin:
Code:
UPDATE `mybb_forums` SET `allowhtml` = '1';
Then go to Admin Control Panel > Tools & Maintenance > Cache Manager > forums > Rebuild Cache."