This content has been marked as final.
Show 2 replies
-
1. Re: Hide search highlight once in a topic?
Willam van Weelden Oct 29, 2014 12:12 AM (in response to Amebr)The widget does the highlighting by reading the url. You will find ?rhsearch=searchstring added to the URL. Once the highlighting is applied, you can remove it with lots of JavaScript. An easier solution may be to create a button to reload the page without the highlight option in the url. A button could do:
document.location =
location.protocol + '//' + location.host + location.pathnameKind regards,
Willam
-
2. Re: Hide search highlight once in a topic?
Amebr Oct 29, 2014 4:46 PM (in response to Willam van Weelden)Thanks! That looks like it will work a treat.
Now to figure out where I go to get a graphic to harmonise with the website.



