Jump to content

Recommended Posts

Posted

In one windows instalation I have WPi without buttons - options and configure , so I can't add new programs.

When I add them to standalone WPI I see them all.

Where can I return buttons Options and Configure

:-)

:no:


Posted (edited)

Your signature is kinda ironic, if you had read the manual you would have known ;)

its in the useroptions.js file, you need to set optional buttons to true.

Edited by kelsenellenelvian
Posted
Your signature is kinda ironic, if you had read the manual you would have known ;)

its in the useroptions.js file, you need to set optional buttons to true.

Nothing hapns.I put all to true but nothing here is the original file :

//

// User defined options

//

var numCols=3;

var appsPerInstallWindow=15;

var secs=160;

var language='en';

var load_checks='default';

var discPath='';

var timer='on';

var ReallyForce='no';

var sorting=true;

var debugOn=false;

var debugLevel=2;

var alwaysUseScrollbar=true;

var dontSplitCats=true;

var disableOnDepsNotMet=false;

var showOptBtn=false;

var FiltersEnabled=false;

var installByCategory=false;

var sortorder=['Drivers','Office','Security','Programs','Tools','Multimedia'];

var bgpicture='';

var resolution=0;

var theme='default';

Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,0.4,0,"",""];

Posted
var showOptBtn=false;
must be changed in
var showOptBtn=true;

I tried all where is false to change to true but nothing changed.

Where else can that function be hiden ?

Should I update all .js files and you can check what's wrong ?

Posted

I think you may be using a bastardized version of wpi considering where you got your source from. Download the new version and copy the config.js into it and run it all will be fine. (The source may have disabled the options buttons in another way.)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...