PassMark Logo
Home » Forum

Code for Number of Search Results?

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

    #1

    Code for Number of Search Results?

    I would like insert the number of search results before the search heading. Is there a way I can do this? In the below code snippet I would like to add the search results number before STR_Results_For

    OutBuf(OUTPUT_HEADING) = OutBuf(OUTPUT_HEADING) & "<div class=""searchheading"">" & STR_RESULTS_FOR & " " & queryForHTML
  • Ray
    Administrator
    • Dec 2004
    • 4357

    #2
    You do not need to modify the source code to change the order of elements on the results page.

    Please see chapter 6.7 "Advanced template options" in the Users Guide.

    You can specify individual template tags for each element that make up the search results instead of using the default <!--ZOOMSEARCH--> tag on your template page.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...