Problem/Motivation

I want same keywords to convert into hyperlinks. I am currently using the dev version of this module and there is a option provided Replace All, But as far as I checked both the Replace All & Replace First option works same. What I expect from the option Replace All to replace all the keywords present in my node but it replaced only the first occurrence of each keyword.
Settings form
Replace option
Added keywords
Node page

Steps to reproduce

  1. Configure the module and add Replace All method.
  2. Add some keywords.
  3. Add the same keywords multiple times.

Comments

ankitdebnath created an issue. See original summary.

eason xu’s picture

StatusFileSize
new10.05 KB

Because this code marks the keyword as replaced, subsequent identical content is not replaced. There seems to be no problem after deleting it, but I'm not sure about the scope of the impact.

eason xu’s picture

chishah92’s picture

Issue tags: -
StatusFileSize
new505 bytes

Added a patch to fix Replace all and first global setting functionality

chishah92’s picture

Status: Active » Needs review