We want to insert a Image into the content of an article via ReReplacer:
Article:
<article>
<p>Some text, some text</p>
{image}
<p>Some text, some text</p>
<article>
ReReplacer
Search
{image}
Replace
<img src="images/imgage.png"/>
In ReReplacer we select "In articles and categories". Why does ReReplacer replace this function for us and the text to be replaced appears? (Let's choose "Replace everywhere", then it works).
Output:
"Some text, some text
{image}
Some text, some text"
Sorry, I do not understand the question or issue.
You say ReReplacer does do the replacement but you also see the text?
Can you give an example or show me one what the result is and how that is different to what you expect?