anonymous_user Posted June 2, 2008 Posted June 2, 2008 (edited) My resolution is 1280x1024 and WPI wont let me use more than 2 columns. Any ideas?Also when using 2 columns, the text for the bottom-most app (in first column) is cutoff. What can I do about that? Edited June 2, 2008 by anonymous_user
DJPro Posted June 2, 2008 Posted June 2, 2008 open 'useroptions.js' in WPIScripts and search for 'NumCols=3;' --> example here is 3 columns2nd in your themes folder open wpi.htm with notepad and look for: case '1024': maxentries=35; break;--> change maxentries to a minor value and the text won't be cut-offHope this helpsGreetz, DJPro
Kelsenellenelvian Posted June 2, 2008 Posted June 2, 2008 3 collumns are ok here.there is a section at the top of all themes that allow you to set the number of entries per collumn. Lemme look it up.<script type="text/javascript">// maxentries += 3; // Set your custom number of items per columnSimply change the maxentries part to your adjustment needed.
Kelsenellenelvian Posted June 2, 2008 Posted June 2, 2008 open 'useroptions.js' in WPIScripts and search for 'NumCols=3;' --> example here is 3 columns2nd in your themes folder open wpi.htm with notepad and look for: case '1024': maxentries=35; break;--> change maxentries to a minor value and the text won't be cut-offHope this helpsGreetz, DJProSorry djpro but that is now wayy old news for those they no longer exist.
DJPro Posted June 2, 2008 Posted June 2, 2008 Oh, good to know Kel.Still working with an older release...
mritter Posted June 2, 2008 Posted June 2, 2008 No, DJPro is somewhat correct. But the proper method is to edit the maxentries line in the theme wpi.htm.In your case, maxentries -= 1;You may have to do up to 3 for it to take full affect.
mritter Posted June 2, 2008 Posted June 2, 2008 As far as the number of columns go, do you have enough entries to fill 3 columns? WPI doesn't break them up automatically, it fills one column, goes to next, etc. NumCols is the MAXIMUM number per page.One thing I don't like that WPI does is shift the items over 1 column leaving the first one blank when categories are longer than 1 column (carries over to second). Looking in to it......
anonymous_user Posted June 3, 2008 Author Posted June 3, 2008 In your case, maxentries -= 1;It worked thanks.As far as the number of columns go, do you have enough entries to fill 3 columns? WPI doesn't break them up automatically, it fills one column, goes to next, etc.Ok that explains it. Thanks.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now