admin管理员组

文章数量:1122846

I use plugin Paginated Comments. I edit template and CSS in paginated-comments.php but "reply" does not work. "reply" does not appear at all.

.jpg (There should be a button to reply).

Code full:

What is problem? Help me please, thanks

<div id="respond">

        <h3><?php comment_form_title( __('Yorum Yap', 'wpzoom' ), __('Leave a Reply to %s', 'wpzoom')); ?></h3>

        <div class="cancel-comment-reply"><p><?php cancel_comment_reply_link(); ?></p></div>

            <?php if ( get_option('comment_registration') && !$user_ID ) : ?>

            <p><?php _e('You must be', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php _e('logged in', 'wpzoom') ?></a> <?php _e('to post a comment.', 'wpzoom') ?></p>
            <?php else : ?> 

        <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">

        <textarea name="comment" id="comment" tabindex="1" rows="10" cols="140"></textarea><br />

            <?php if ( $user_ID ) : ?>

            <p><?php _e('Logged in as', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>" title="<?php _e('Log out of this account', 'wpzoom') ?>"><?php _e('Logout', 'wpzoom') ?> &raquo;</a></p>       

 <input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />    

            <?php else : ?>

                <div id="formLabels">

                    <p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('İsim (gerekli)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('İsim (gerekli)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('İsim (gerekli)', 'wpzoom') ?>" name="author" id="author"  size="4" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></p>

                    <p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>" name="email" id="email" size="4" tabindex="3" <?php if ($req) echo "aria-required='true'"; ?> /> </p>

                    <input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />

                </div>

            <?php endif; ?>

            <?php comment_id_fields(); ?>

            <?php do_action('comment_form', $post->ID); ?>

        <div class="clear"></div>

        </form>

    <?php endif; // If registration required and not logged in ?>

I use plugin Paginated Comments. I edit template and CSS in paginated-comments.php but "reply" does not work. "reply" does not appear at all.

https://i.sstatic.net/Vl5r6.jpg (There should be a button to reply).

Code full: http://pastebin.com/70Aq4fEQ

What is problem? Help me please, thanks

<div id="respond">

        <h3><?php comment_form_title( __('Yorum Yap', 'wpzoom' ), __('Leave a Reply to %s', 'wpzoom')); ?></h3>

        <div class="cancel-comment-reply"><p><?php cancel_comment_reply_link(); ?></p></div>

            <?php if ( get_option('comment_registration') && !$user_ID ) : ?>

            <p><?php _e('You must be', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php _e('logged in', 'wpzoom') ?></a> <?php _e('to post a comment.', 'wpzoom') ?></p>
            <?php else : ?> 

        <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">

        <textarea name="comment" id="comment" tabindex="1" rows="10" cols="140"></textarea><br />

            <?php if ( $user_ID ) : ?>

            <p><?php _e('Logged in as', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>" title="<?php _e('Log out of this account', 'wpzoom') ?>"><?php _e('Logout', 'wpzoom') ?> &raquo;</a></p>       

 <input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />    

            <?php else : ?>

                <div id="formLabels">

                    <p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('İsim (gerekli)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('İsim (gerekli)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('İsim (gerekli)', 'wpzoom') ?>" name="author" id="author"  size="4" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></p>

                    <p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>" name="email" id="email" size="4" tabindex="3" <?php if ($req) echo "aria-required='true'"; ?> /> </p>

                    <input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />

                </div>

            <?php endif; ?>

            <?php comment_id_fields(); ?>

            <?php do_action('comment_form', $post->ID); ?>

        <div class="clear"></div>

        </form>

    <?php endif; // If registration required and not logged in ?>
Share Improve this question edited Jan 8, 2016 at 12:29 Cem asked Jan 7, 2016 at 14:13 CemCem 11 bronze badge 2
  • 1 First of all you talk about a plugin you want help for (wrong place try here ). Another issue which actualy is even more important about that specific plugin.. Last Updated: 6 years ago ... , hope you are sure that it is clear code and compatible with Wordpress 4.*.* . That plugin was compatible up to Wordpress 2.8.* !!! If you think you need a plugin for such please take another look at the wp plugin directory. – Charles Commented Jan 8, 2016 at 5:49
  • Thanks but Do not fix this plugin? or Can you update? I need this plugin.Maybe the problem can be solved with PHP. Just "reply" does not work, do not have any problems. Not an plugin like this, I've tried them all. – Cem Commented Jan 8, 2016 at 12:28
Add a comment  | 

1 Answer 1

Reset to default 0

By the way, you don't need the plug-in to break your comments into pages. This can be done by default, you have to chose and set some settings according to your needs though. You will find the according settings section under »Settings > Discussion > Other comment settings > "Break comments into pages.."« in your WordPress' admin area.

本文标签: pluginsPaginated Comments “reply” does not work