anonymous_user Posted August 1, 2008 Posted August 1, 2008 All of my categories except one are put into the first column. Thus some categories are hidden from view unless you scroll down.I use my Gnome theme but it happens with other themes too. And the solution from my previous thread doesnt help.Any ideas?
Kelsenellenelvian Posted August 1, 2008 Posted August 1, 2008 Can I get a screenie? I have an idea....
anonymous_user Posted August 1, 2008 Author Posted August 1, 2008 Here you go:http://img28.picoodle.com/img/img28/3/8/1/...t9m_f9a0e96.png
mritter Posted August 2, 2008 Posted August 2, 2008 Go in to the Themes/Gnome/wpi.hta file. At the top ismaxentries += 4;Or whatever it is. Edit this number up or down until the Previous/Next line is at the bottom.Take the // comment out, too.
anonymous_user Posted August 2, 2008 Author Posted August 2, 2008 Values 1-4 didnt seem to do anything. A value of 5 (or greater) puts everything into one column
Kelsenellenelvian Posted August 2, 2008 Posted August 2, 2008 Actually I am having no problems.Why not use 3 collums though at that res?
sp00f Posted August 2, 2008 Posted August 2, 2008 (edited) No next for me.EDIT : tested 6.5.1 again... Next shows fine. Edited August 2, 2008 by sp00f
anonymous_user Posted August 2, 2008 Author Posted August 2, 2008 I tried removing some entries but now its permanently in one column. Argh!
Kelsenellenelvian Posted August 2, 2008 Posted August 2, 2008 (edited) @ sp00f = the reason you can't see yours is because you maxentries is set too high in the themes wpi.htm please set it to a lower number. ( maxentries += -3; ) Setting it to -3 fixed the same error for me. Not really an error just a sizing issue.@ anonymous user please zip up your WHOLE wpi setup (Minus installer folder) and upload it somewhere then PM me the link so I can try it out... Edited August 2, 2008 by Kelsenellenelvian
anonymous_user Posted August 2, 2008 Author Posted August 2, 2008 (edited) PM sent. Edited August 2, 2008 by anonymous_user
Kelsenellenelvian Posted August 2, 2008 Posted August 2, 2008 @ = anonymous user, set this in WPI.htm maxentries += -20;See your not having a bug either. WPI FILLS a collum up before going on to the next one. It doesn't just say "OH, he wants 3 collums? then I will spread everything out." So by setting that you trick WPI into thinking that there is only so much room for the collums. (Note you will need to re adjust this as you add more entries)
anonymous_user Posted August 3, 2008 Author Posted August 3, 2008 Thank you Kel. I think I get the hang of it now
mritter Posted August 3, 2008 Posted August 3, 2008 The proper method is:maxentries -= 3;But who's checking?.............................................................me!
sp00f Posted August 3, 2008 Posted August 3, 2008 @ sp00f = the reason you can't see yours is because you maxentries is set too high in the themes wpi.htm please set it to a lower number. ( maxentries += -3; ) Setting it to -3 fixed the same error for me. Not really an error just a sizing issue.Didnt work for me
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