Jump to content

Recommended Posts

Posted (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?

2l8chvb.jpg

Edited by anonymous_user

Posted

open 'useroptions.js' in WPIScripts and search for 'NumCols=3;' --> example here is 3 columns

2nd 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-off

Hope this helps

Greetz, DJPro

Posted

th_46731_Untitled_1_122_343lo.jpg

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 column

Simply change the maxentries part to your adjustment needed.

Posted
open 'useroptions.js' in WPIScripts and search for 'NumCols=3;' --> example here is 3 columns

2nd 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-off

Hope this helps

Greetz, DJPro

Sorry djpro but that is now wayy old news for those they no longer exist.

Posted

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.

Posted

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......

Posted
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.

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...