Quote:
Originally Posted by Surviver
Go to your ACP -> Maintenance -> Execute SQL Query.
Fill "Update user SET pmpreview=1" in the Field Manual Query and click Continue.
Click Countinue again in the next Window.
|
Dont forget to point out that this will not work if they have Table Prefixes ... So to work, it would be like this:
Code:
Update TABLEPREFIX_user SET pmpreview=1
Anyways, installed and working on vB 3.6.8 :up: