• Hello,
    for some times (after installing WP 2.6), the Subscribe to comments plugin does not work well on my blog. If somebody subscribes to comments of a post, he will receive comments from other posts. If somebody has a solution for that…

Viewing 9 replies - 1 through 9 (of 9 total)
  • I, too, would like to know the answer.

    Are you using the 2.1.2 version of the plugin? This was a bug with an earlier version of the plugin.

    So does Subscribe to Comments work on WP 2.6? The plugin page says it doesn’t, but I have seen the plugin on other websites that are up-to-date. Is the plugin page out of date, or does it not completely work on the newer versions of WordPress?

    @jd.hartley: Ditto!

    @markjaquith: Your comment implies that v 2.1.2 works with WP 2.6. But the plugin page says it does not. ??

    Hi

    I have a problem with this plugin.
    After upgrading WP to the latest version it doens’t send any mails out to the subscribers.

    Does anyone else have this problem?

    I too am having issues on WP 2.6.2. The plugin subscribes a ‘blank’, non-erasable subscription for every link back I do internally.

    I attempted to use the 2.1.2 plugin today on WP 2.6.5 hosted on my own site and I encountered several problems: 1) option to add CSS clear:both would turn on even if I turned it off in the admin interface, and 2) email would not actually get sent. The former is an annoyance, the latter is kind of a showstopper 🙂

    I checked the SVN repository and it looks like Mark has been making changes recently; not sure if they address this issue, or if it’s just something stupid I am doing on my WordPress configuration … (although other email functions on the site are working).

    I’m having this CSS clear issue as well – hopefully this will be fixed in the version Mark is about to release!

    Change the line 715 in subscribe-to-comments.php from this:

    $settings[‘clear_both’] = ‘clear_both’;

    to this:

    $settings[‘clear_both’] = ‘0’;

    and problem fixed 😉

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Subscribe to comments vs W¨2.6’ is closed to new replies.