Results 1 to 2 of 2

Thread: Search Log Improvements

  1. #1
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default Search Log Improvements

    Can you improve the search log by putting the number of times the top search keywords have been searched.

    How about increasing the top key word search to a higher number. 10 just doesn't provide enough information.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    You can increase the number by make a small change in /admin/log_search.php
    line 76,
    PHP Code:
    while($i<10 && $i<$total) { 
    change 10 to any number, ex: 30
    PHP Code:
    while($i<30 && $i<$total) { 

Similar Threads

  1. power search doesn't search certain cats
    By Rob Picken in forum v5.x
    Replies: 9
    Last Post: 06-15-2004, 02:03 PM
  2. Replies: 0
    Last Post: 02-13-2004, 08:56 PM
  3. Search
    By joyorudis in forum v3.2
    Replies: 0
    Last Post: 09-18-2002, 07:50 AM
  4. Search Box on third party sites !
    By ideavirus in forum v3.2
    Replies: 0
    Last Post: 08-31-2002, 07:59 AM
  5. Search Log Improvements
    By Hart_House in forum v3.2
    Replies: 0
    Last Post: 08-30-2001, 11:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •