Apparently some of the other admins on the site I work on have turned html on in some forums, apparently at random. Can't I shut it off for all forums using a single SQL query?
Turn HTML off
Collapse
X
-
Tags: None
-
See the 'Allow HTML' queries here:
Remember you can now run queries from the vB3 Admin CP under Import & Maintenance. Each of these queries will change the specified option for every user already registered. "Show Signatures" On: UPDATE user SET options=options + 1 WHERE NOT(options & 1) Off: UPDATE user SET options=options - 1 WHERESteve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment