How about adding an option of only linking a phrase once per post or once per thread rather than every occurrence so it's not so annoying to members?
One problem... in safe mode, if you search on the phrase, it won't get linked because of the <span class="highlight"> tag that surrounds it. What would be a good way to avoid that problem - insert a space before and after the highlighted word in the highlighting code so the HTML would come out as
<span class="highlight"> PHRASE </span>
which would then get autolinked?
|