daisyhead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment moderation oddness*bump*
Forum: Fixing WordPress
In reply to: Comment moderation oddnessRight, you won’t see it because it went into moderation and I have to approve it before you post. Once I approve it, it will show up. The thing is, the comment is *supposed* to show along with the moderation message. I’m not sure why this is happening. It works that way in IE, but not in FF. I’ve tried everything I can think of and nada.
Forum: Fixing WordPress
In reply to: Comment moderation oddnessI also just tried putting the default comments.php page back up to see if that would force the moderation statement to show, but it doesn’t. I am thoroughly stumped.
Forum: Fixing WordPress
In reply to: Comment moderation – message not showing up in FireFoxI’m sorry. I’ll move back to the other thread. =(
Forum: Fixing WordPress
In reply to: Comment moderation – message not showing up in FireFoxThanks Mac. I have that same exact code in my comments.php file though and it’s still not working with FireFox.
<?php if ($comment->comment_approved == ‘0’) : ?>
(Your comment is awaiting moderation)
<?php endif; ?>Still trying to figure out why. And did my post mess up the layout of this page??
Forum: Fixing WordPress
In reply to: Comment moderation oddness<?php if ($comment->comment_approved == ‘0’) : ?>
(Your comment is awaiting moderation)
<?php endif; ?>That’s what I have in my comments.php file, but I am still not getting the comment moderation statement to show up in FF. It shows up if you try to comment on my site with IE.
Forum: Fixing WordPress
In reply to: Comment moderation – message not showing up in FireFoxI did tweak the code somewhat last night. I wonder if I should try placing the orginal code and then seeing what happens?
Forum: Fixing WordPress
In reply to: Comments notification not emailed anymore.Thank you!
Forum: Fixing WordPress
In reply to: Comments notification not emailed anymore.Should I add it back if I’ve already removed it? Or if I’m not experiencing any problems, can I just leave it?
Forum: Fixing WordPress
In reply to: Comments notification not emailed anymore.Actually, I just got my problem fixed! Resolution can be found here, http://wordpress.org/support/topic.php?id=23920
Forum: Fixing WordPress
In reply to: Comment notification emails sent to wrong addyCF, that fixed it. I changed it in the option settings, but not my user profile. I assumed changing it in just the option settings would change where the comment notifications get sent to.
Thanks so much! You have made me a very happy girl!!
Forum: Fixing WordPress
In reply to: Comment moderation oddnessIt does show “in moderation” but on in IE. If you are using IE, you will see your comment and then it will say “Your comment is being held for moderation,” so at least you know.
FireFox does not show the “Your comment is being held for moderation” statement. I’m currently trying to figure out why. Anyone else?
Forum: Fixing WordPress
In reply to: Comments notification not emailed anymore.I just tried the above fix (removing the $more variable from @mail($to, $subject, $message, $headers, $more);) and it didn’t work for me. Still not getting any comment notification emails. =(
Forum: Fixing WordPress
In reply to: v1.5 Comment template changesThanks to everyone for their input on this problem. A little css tweaking and the problem is fixed. I am LOVING the new version!!
Forum: Fixing WordPress
In reply to: v1.5 Comment template changesFortius, I don’t appear to even have that line in my comments.php file. LOL. This is crazy. I’ve tried putting that particular text into paragraph tags, but it won’t format the paragraph right. I’m still playing with my .css file to see if I can fix it from there.