MyBB Community Forums

Full Version: Installation of VB1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi folks,

I am about to install the VB1 template but something in the Installation.txt is confusing me. Right at the top is this:
requete SQL


INSERT INTO `settings` VALUES (null, 'popups', 'popups', 'show popups', '', '1', 0, 1);

Where do I put that? Or, do I do anything with it?
You have to run that query in the database and then go in your "general configuration" settings in the ACP, make sure "show popups" is valued at 1 and then be sure to submit changes (even if you didn't have to change the value).
IMPAQ Wrote:You have to run that query in the database and then go in your "general configuration" settings in the ACP, make sure "show popups" is valued at 1 and then be sure to submit changes (even if you didn't have to change the value).

Ok I will try that.

Also,

Quote:copy directory th1 in images directory

copy dw_viewport.js and menu.js in the directory jscripts

Can you explain this in English? lol

Copy as in.... ? ? ?
Upload th1 to images directory

Then go back and upload dw_viewport.js and menu.js into jscripts directory.
CraKteR Wrote:Upload th1 to images directory

Then go back and upload dw_viewport.js and menu.js into jscripts directory.

Thank you. Smile