August 1, 200818 yr 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?
August 2, 200818 yr 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.
August 2, 200818 yr Author Values 1-4 didnt seem to do anything. A value of 5 (or greater) puts everything into one column
August 2, 200818 yr No next for me.EDIT : tested 6.5.1 again... Next shows fine. Edited August 2, 200818 yr by sp00f
August 2, 200818 yr Author I tried removing some entries but now its permanently in one column. Argh!
August 2, 200818 yr @ 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, 200818 yr by Kelsenellenelvian
August 2, 200818 yr @ = 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)
August 3, 200818 yr The proper method is:maxentries -= 3;But who's checking?.............................................................me!
August 3, 200818 yr @ 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
Create an account or sign in to comment