Hi all,
I am using the Members module in a website (currently 2.12.1) - and updated the module from 0.8.3 to 0.8.9
In the options of the module, I am using [LINK] - before the update, this resolved to JUST the link, so
<div class="mehrbutton">[LINK]Mehr...</a></div>
would resolve to
<div class="mehrbutton"><a href="..." target="_blank">Mehr...</a></div>
Now, after the update, this line resolves to:
<div class="mehrbutton"><a href="..." target="_blank">Link</a>Mehr...</div>
In other words - the word "Link" is in the link - and "Mehr..." is outside of the link.
How can this be fixed?
Please help - thanks!
Astrid