Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • Forum: Fixing WordPress
    In reply to: Unknown Sender

    I am getting the blank sender too on emails of comment notifications.

    Any solutions yet?

    dalby

    (@dalby)

    Thanks for the answer.

    dalby

    (@dalby)

    PirateKing,

    That’s a great mod especially as I am stuck on a 28Kbps dialup.

    Is there a way to make OFF as the default mode as I only use the editor occasionally because of the time it takes to download it each time?

    Thank you.

    dalby

    (@dalby)

    I had a lot trouble getting it to work because of my limited knowledge of PHP etc

    I don’t use your theme but in the end I got it to work in my comments.php like this:

    <?php foreach ($comments as $comment) : ?>
    <li class=”<?=$oddcomment;?>”>
    a name=”comment-<?php comment_ID() ?>”> <img src=”<?php gravatar(r,60); ?>” align=”right”/> <?php comment_favicon(); ?> <?php comment_author_link() ?> Commented
    a href=”#comment-<?php comment_ID() ?>” title=””><?php comment_date(‘F jS, Y’) ?> at <?php comment_time() ?> <?php edit_comment_link(‘e’,”,”); ?>

    Hope that’s of some help.

Viewing 4 replies - 31 through 34 (of 34 total)