The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I just realized that many of my forums and sub forums have HTML enabled. Can someone share the MySQL syntax to set all forums to disabled?
|
#2
|
|||
|
|||
![]()
I *think* this works:
Code:
UPDATE forum set options = options & ~256 WHERE (options & 256 != 0) But I think I'd feel better about going through the forum manager and looking at the settings, unless you have hundreds of child forums or something. |
#3
|
|||
|
|||
![]()
I have over 100 child forums, that's why I'd like to try to do a mass change.
|
#4
|
|||
|
|||
![]()
OK, well I did test it a bit and it seemed to turn off that option, but now that I think of it you mgiht also have to force it to rebuild some cached info, which you can do (after running the query) by going to the forum manager, editing a forum and pressing "save".
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|