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!
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!
Comment