hilfe!
meine kommentare funktionieren nicht mehr und ich hab keinen schimmer, woran das liegt!
ich hab mit hilfe eines blog-kollegen, der sich auskennt, die smilies installiert und nun kommt ständig die fehlermeldung, man solle alles ausfüllen, obwohl man das gemacht hat. :-(
ich kopier euch mal meine comments.php hier rein:
PHP
<center><div class="Euer Senf">
<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password)
: ?>
<p><?php _e('Enter your password to view comments.'); ?></p>
<?php return; endif; ?>
<?php if ( comments_open() ) : ?>
<b><?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?> so far</b>
<?php else : // If there are no comments yet ?>
<?php endif; ?>
<br /><br />
<a name="comments"></a>
<?php if ( $comments ) : ?>
<?php foreach ($comments as $comment) : ?>
<div class="commentBox">
<?php comment_text() ?>
<i><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php
comment_author_link() ?> <img src="<?php gravatar("R", 40) ?>" alt="www.gravatar.com" />
<?php comment_date('m.d.y') ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a>
<?php edit_comment_link(__("Edit This"), ' |'); ?></i>
</div>
<br />
<?php endforeach; ?>
<?php else : // If there are no comments yet ?>
<?php endif; ?>
<br /><br />
<a name="postcomment"></a>
<a name="respond"></a>
<?php if ( comments_open() ) : ?>
<b><?php _e(' Schreib was :o)'); ?></b><br />
<?php _e("Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext
Markup Language\">HTML</acronym> allowed:"); ?> <code><?php echo allowed_tags(); ?></code>
<form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post"
id="commentform">
<p>
<input type="text" name="author" id="author" class="textarea" value="<?php echo
$comment_author; ?>" size="15" tabindex="1" />
<label for="author"><?php _e('Name'); ?></label> <?php if ($req) _e('(required)'); ?>
<input type="hidden" name="comment_post_ID" value="<?php echo $post->ID; ?>" />
<input type="hidden" name="redirect_to" value="<?php echo
htmlspecialchars($_SERVER['REQUEST_URI']); ?>" />
</p>
<p>
<input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>"
size="15" tabindex="2" />
<label for="email"><?php _e('E-mail'); ?></label> <?php if ($req) _e('(required)'); ?>
</p>
<p>
<input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="15"
tabindex="3" />
<label for="url"><?php _e('<acronym title="Uniform Resource Identifier">URI</acronym>');
?></label>
</p>
<p>
<label for="comment"><?php _e('Dein Senf'); ?></label>
<br />
<textarea name="comment" style="border: 1px solid #000;" id="comment" cols="50" rows="6"
tabindex="4"></textarea>
</p>
<p>
<br />
<input name="submit" id="submit" type="submit" tabindex="5" value="<?php _e('Weg damit!'); ?>"
/>
<?php wp_grins(); ?>
<?php
/****** Math Comment Spam Protection Plugin ******/ if ( function_exists('math_comment_spam_protection')
) { $mcsp_info = math_comment_spam_protection(); ?> <p><input type="text" name="mcspvalue" id="mcspvalue"
value="" size="22" tabindex="4" /> <label for="mcspvalue"><small>Spam protection: Sum of <?php echo
$mcsp_info['operand1'] . ' + ' . $mcsp_info['operand2'] . ' ?' ?></small></label> <input type="hidden"
name="mcspinfo" value="<?php echo $mcsp_info['result']; ?>" /> </p>
<?php } // if function_exists... ?>
<br><p><a href="http://feeds.feedburner.com/KommiPrinzzess" rel="alternate"
type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt=""
style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/KommiPrinzzess"
rel="alternate" type="application/rss+xml">Kommentare abonnieren</a></p>
<br /><form style="border:1px solid #ccc;padding:3px;text-align:center;"
action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow"
onsubmit="window.open('http://www.feedburner.com', 'popupwindow',
'scrollbars=yes,width=550,height=520');return true"><p>Kommentar-Abo per Mail: eMail-Adresse
eintragen</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden"
value="http://feeds.feedburner.com/~e?ffid=637447" name="url"/><input type="hidden" value="Kommentare
fuer Prinzzess`Allerlei" name="title"/><input type="submit" value="Subscribe" /><p>Delivered by <a
href="http://www.feedburner.com/" target="_blank">FeedBurner</a></p></form>
</p>
<?php do_action('comment_form', $post->ID); ?>
</form>
<?php else : // Comments are closed ?>
<?php endif; ?>
</center>
<a target="blank" href="http://www.bloggerei.de/?b=28"><img width="80" height="15" border="0"
alt="bloggerei.de - Das deutsche Blogverzeichnis" src="http://www.bloggerei.de/bgpublicon.jpg" /></a>
</div>
Alles anzeigen