Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Lucian Apostol

    (@thedark)

    Hello.

    Usually, the replacement engine should exclude words inside html tags ( except <p> tag ). Can I have a link to an example where the links are placed on words inside h tags ?

    Thread Starter Xavier24

    (@xavier24)

    Here’s the link http://www.kulturysta.com/kreatyna-zyciu-kulturysty/ the first word of the second paragraph, text “kreatyna” next to the icon with the number 2.

    Code from post editor:
    <h3><img class="alignnone size-full wp-image-574" style="border: 0px !important;" alt="2" src="http://www.kulturysta.com/wp-content/uploads/2013/12/2.png" width="30" height="30" align="middle" />Kreatyna a przyrost wagi i wydalanie jej z moczem</h3>

    Code from page source:
    <h3><img class="alignnone size-full wp-image-574" style="border: 0px !important;" alt="2" src="http://www.kulturysta.com/wp-content/uploads/2013/12/2.png" width="30" height="30" align="middle"><a title="Kreatyna" class="aal" target="_blank" href="http://www.kulturystyka.sklep.pl/cat/1015/s_available/on/Kreatyna/">Kreatyna</a> a przyrost wagi i wydalanie jej z moczem</h3>

    Plugin Author Lucian Apostol

    (@thedark)

    Thank you for reporting this. I will look into this issue and I will give it a fix. Will let you know when it is ready and tested so you can update.

    Plugin Author Lucian Apostol

    (@thedark)

    Hello.

    I have made a fix for your issue. Links should not appear inside h tags in content. Please update to the latest version 3.10.9 and let me know if it works well for you right now.

    Thread Starter Xavier24

    (@xavier24)

    Hi
    Now seems work, thank u : )

    Plugin Author Lucian Apostol

    (@thedark)

    Thank you for providing feedback.

    Is their a quick change i can make so content within <h2> tags are updated with the links

    Plugin Author Lucian Apostol

    (@thedark)

    Hello.

    On aal_engine.php , on line 99:

    $reg = ‘/(?!(?:[^<\[]+[>\]]|[^>\]]+<\/a>))(?!(?:[^<\[]+[>\]]|[^>\]]+<\/h.>))\b($name)\b/ims’. $langsupport .’U’;

    Change it to:

    $reg = ‘/(?!(?:[^<\[]+[>\]]|[^>\]]+<\/a>))(?!(?:[^<\[]+[>\]]|[^>\]]))\b($name)\b/ims’. $langsupport .’U’;

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Heading exclude’ is closed to new replies.