MEMBER LOGIN




Search First Things

Advanced Search

RSS

Masthead

Recent Comments

Feast of St. Joseph, Guardian of Our Lord (1)
J. Bob: St. Joseph is one of our very special saints. In the reading of...

On Too Many Adjectives (4)
David T. Koyzis: The one thing incomparably worse than too frequently using adjectives is...

On Too Many Adjectives (4)
dac: Social Justice is a useful term only to the extent that too many TR christians believe...

On Too Many Adjectives (4)
Frank Turk: If this post is about the to-do around Glenn Beck’s diatribe against...

On Creation and Post-Modernism (12)
Christopher Benson: Professor Reynolds: I enter the conversation largely ignorant,...

On Creation and Post-Modernism (12)
Truth Unites... and Divides: I didn’t know that. Well, despite his...

Archives

Categories

Monthly


« Previous  |Home|  Next »         

Wednesday, November 4, 2009, 6:26 PM

There’s a box to check at the bottom of the commenting box to indicate that you want to receive notifications by email whenever anyone comments on a post. I’ve been checking that box when I leave comments. I haven’t received one notification from this site. I even checked my spam folder, and there wasn’t anything there that could have been from comments on this blog. Have those notifications been working for anyone? Does anyone have any idea what might be going on?



Related posts:

  1. Is EVANGEL a Mixed Religion Blog?
  2. No comment

4 Comments

    rebecca
    November 4th, 2009 | 7:20 pm | #1

    It doesn’t work for me either.

    David T. Koyzis
    November 4th, 2009 | 7:37 pm | #2

    The website itself seems to be a bit quirky, fading in and out somewhat haphazardly. Trying to get to it at all often produces only an error message.

    Jeffrey J. Stables
    November 5th, 2009 | 2:08 am | #3

    I’ve checked that box on a couple of comments here previously, and have not received any notifications for the comments that were posted subsequently.

    Jugulum
    November 6th, 2009 | 1:02 pm | #4

    I haven’t tried these checkboxes, but I’ve noticed another problem:

    In every comment, the date/time-stamp is supposed to be a direct link to that comment, using the “#comment-1256″ style of in-page links.

    But the blog’s template doesn’t include the in-page bookmarks to make them work. For it to work, the beginning of the comment needs a line like one of these:

    <a name=”comment-1256″></a>
    or
    <div id=”comment-1256″></div>

    Those HTML tags will do absolutely nothing, except serve as the in-page marker allowing you to append “#comment-1256″ to the link.

    So, to the blog-master: There might be a setting you can check in the Theme settings to turn this on. Or, you might have to go into the PHP for the template, and add this. (I’m not sure what the PHP variable name is, though. You could probably find it by looking at the code that creates the date/time-stamp links.)