Advertisement:

Author Topic: input instead of select for number of items  (Read 1194 times)

HimSelf

  • Full Member
  • ***
  • Posts: 163
input instead of select for number of items
« on: July 17, 2011, 03:43:03 pm »
Hello,

it would be better to have an input where user can set his own value instead of a select list !

in my case i would like to have 20 item per page, & not 25 or 10 :p

yes i'm difficult, but 25 is too much for my design ;-)

and i know people that would like to have 12, 17, 28 or ... it depend of each person ;-)

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: input instead of select for number of items
« Reply #1 on: July 18, 2011, 10:59:08 am »
Hi HimSelf,


A quick fix for that is to go to your database administration program, browse to the table t_preference, look for a record with and s_name as "defaultResultsPerPage@search" and change the s_value to 25 or whatever you want.

That should fix the problem.


Thanks!

HimSelf

  • Full Member
  • ***
  • Posts: 163
Re: input instead of select for number of items
« Reply #2 on: July 18, 2011, 05:02:38 pm »
Hello,

that's what i've already done but thanks !

i was jus suggesting it for further versions.