Readers_post fix

If you're new here, you may want to subscribe to my RSS feed or get my latest posts directly in your mailbox. Thanks for coming to the Foo!

I just noticed that in Safari you couldn’t leave a comment on my blog (other Browsers were probably also affected, but not good-old Firefox). After some searching (well, call it getting lucky), I found the culprit. A plug-in that shows the popular posts, Readers_post, left an a href code open:

echo $before . “<a href=’”.$postID_type.$nummer.”‘ title=’”.$title.”‘>”. $title_short . $after;

Reads the last line. It should be:

echo $before . “<a href=’”.$postID_type.$nummer.”‘ title=’”.$title.”‘>”. $title_short . “</a>” . $after;

And Voilá - it works. Try it by leaving a comment )

I think you’re download is outdated ) If you download the actual version there is no missing end-tag of a link. And not only since a few days…

Even the type of linkconstruction is one of my first versions. Now it works with the permalink method.

Please make a new download and everything is fine )

Best regards
Stefan

Indeed - my mistake. Over at Aufzynden you can get the current version. Soon also fully translated )