PassMark Logo
Home » Forum

highlight search terms in articles on a Mambo CMS site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moonbeaver
    Junior Member
    • Jun 2005
    • 6

    #1

    highlight search terms in articles on a Mambo CMS site

    For anyone who's interested:

    we couldn't get the highlight function to work on our articles for a while. We finally discovered that the problem was in the links to the articles, so we edited lines 1190 - 1192 in the Zoom generated search.php file:

    "?zoom_highlightsub=" (line 1190)

    became

    "&zoom_highlightsub="

    and

    "?zoom_highlight="

    became

    "&zoom_highlight="

    I don't know if there's a proper way round this, but this hack worked for us!
  • Ray
    Administrator
    • Dec 2004
    • 4357

    #2
    You might be using an older build of Zoom (click Help->About to check). This bug should already be fixed in the latest public build (Version 4.0 build 1016) which is available from here:
    http://www.wrensoft.com/zoom/whatsnew.html
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    • Anonymous
      Senior Member
      • Dec 2004
      • 617

      #3
      I've just downloaded Version 4.1.1003 (11 Jul 2005) and I've had to do the same thing for the generated search.asp.

      Comment

      • Ray
        Administrator
        • Dec 2004
        • 4357

        #4
        We just checked this, and you're right. This was accidentally left out of the ASP script for the current build (note that it is fine for the PHP, JS and CGI versions however).

        We'll make sure to add this fix back in the ASP version for the next build. Thanks for bringing it to our attention.
        --Ray
        Wrensoft Web Software
        Sydney, Australia
        Zoom Search Engine

        Comment

        Working...