MyBB Community Forums

Full Version: html enabled or admin only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to only let the admin make html posts?
Yes, but it requires a plugin.
does such a plug in exist? if so where can i find it?
Or http://community.mybb.com/thread-87507.html


Only run the query for WHERE gid='4'.

Then in the class_parser user this for $mysqlquery:
$mysqlquery="SELECT * FROM mybb_users WHERE usergroup='4'";
(2011-02-02, 07:28 AM)loldmanjenkins Wrote: [ -> ]does such a plug in exist? if so where can i find it?

Here you go... Have to subscribe to get it though. I just got it and it works great!

http://www.mybbcentral.com/thread-1678.html
I'll add userid option too to make it more control-able.