Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tepelstreel

    (@tepelstreel)

    I will have a look at that.

    Never noticed it while testing.

    deconweb

    (@deconweb)

    I found the solution, but not why.

    In rss-image-feed/class-lib//A5_ExcerptClass.php line 50:

    $text = preg_replace('/\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|$!:,.;]*[A-Z0-9+&@#\/%=~_|$]/i', '', $text);

    Commenting this line works OK. What is its function?

    Plugin Author tepelstreel

    (@tepelstreel)

    That line is supposed to get rid of the hyperlinks in deed. Obviously it only does half of the job.

    It is there, because the returned text is supposed to be an excerpt and without anything in it.

    The plugin should leave the text as it is, if you turn off the ‘force excerpt’ option in the settings.

    Plugin Author tepelstreel

    (@tepelstreel)

    With the new update all should be working fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error with hyperlink’ is closed to new replies.