Quote:
Originally Posted by Zachery
Its two querys and try searching at vB.com I believe Steve M posted it on the forums.
|
Thanks! I found it:
http://www.vbulletin.com/forum/showp...82&postcount=4
PHP Code:
Run these queries to turn off your forums in vB3:
UPDATE datastore SET data=REPLACE(data,'"bbactive";s:1:"1"','"bbactive";s:1:"0"') WHERE title='options';
UPDATE setting SET value=0 WHERE varname='bbactive';