PassMark Logo
Home » Forum

Ability to change number of items per page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jrags87
    Junior Member
    • Jan 2010
    • 15

    #1

    Ability to change number of items per page?

    Is there a way to change the default number of items to display from 10 to something else?

    Without using <input type="hidden" name="zoom_per_page" value="xxx"> ?

    Thank-you
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    Could always modify the code. But what's the problem with using the Zoom_per_page value to set the number of items?

    Comment

    • Jrags87
      Junior Member
      • Jan 2010
      • 15

      #3
      Thank you for the reply.

      I've already found the code in the 'search.asp' page.

      The reason I objected to adding the hidden tag is I already had multiple pages with the search form in it, and didn't feel like going through each page to add the hidden tag.

      Comment

      • David
        Administrator
        • Dec 2004
        • 4714

        #4
        Typically the search form will appear near the top of each page in a page header.
        And for most sites there will be only a single common header file (and footer), that is included in all the pages. So only a single edit would be required to the form.

        By editing the script you are running the risk that when we do the new patch release or upgrade your changes will be overwritten.

        Comment

        • almondj
          Newbie
          • Dec 2010
          • 1

          #5
          I was looking for this solution as well. However I did the above and it's still showing the same amount of results. Any ideas? It's for my http://enterbf3.com site.

          Comment

          • David
            Administrator
            • Dec 2004
            • 4714

            #6
            What is the URL of the Zoom search function?

            Comment

            Working...