34503895
Forum Replies Created
-
There is no comment type switch in my theme. If that would be relevant.
Though, it works without jetpack, so i’m not really sure what is missing.
The last “code” is from comments.php
These are the functions:
<div class="comment-actions"> <?php comment_reply_link(array_merge( $args, array('add_below' => 'comment-div', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?> </div>
and
<div id="respond" class="cf"> <div class="section-header"><h3 id="reply-title" class="section-title"><?php comment_form_title( $args['title_reply'], $args['title_reply_to'] ); ?> <small><?php cancel_comment_reply_link( $args['cancel_reply_link'] ); ?></small></h3></div> <?php if ( get_option( 'comment_registration' ) && !is_user_logged_in() ) : ?> <?php echo $args['must_log_in']; ?> <?php do_action( 'comment_form_must_log_in_after' ); ?> <?php else : ?> <form action="<?php echo site_url( '/wp-comments-post.php' ); ?>" method="post" id="<?php echo esc_attr( $args['id_form'] ); ?>"> <?php do_action( 'comment_form_top' ); ?> <?php if ( is_user_logged_in() ) : ?> <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?> <?php do_action( 'comment_form_logged_in_after', $commenter, $user_identity ); ?> <?php else : ?> <?php echo $args['comment_notes_before']; ?> <?php do_action( 'comment_form_before_fields' ); foreach ( (array) $args['fields'] as $name => $field ) { echo apply_filters( "comment_form_field_{$name}", $field ) . "\n"; } do_action( 'comment_form_after_fields' ); ?> <?php endif; ?> <?php echo apply_filters( 'comment_form_field_comment', $args['comment_field'] ); ?> <?php echo $args['comment_notes_after']; ?> <p class="form-submit"> <input name="submit" class="btn btn-black" type="submit" id="<?php echo esc_attr( $args['id_submit'] ); ?>" value="<?php echo esc_attr( $args['label_submit'] ); ?>" /> <?php comment_id_fields( $post_id ); ?> </p> <?php do_action( 'comment_form', $post_id ); ?> </form> <?php endif; ?> </div><!-- #respond -->
<?php if (!empty($comments_by_type['comment'])) : ?> <div id="comments"> <div class="section-header"><h2 class="section-title" id="comments-title"><?php comments_number( __('No Comments', 'dp'), __( '1 Comment', 'dp'), __( '% Comments', 'dp') ); ?></h2></div> <ul class="comment-list"> <?php wp_list_comments(array('type'=>'comment', 'style'=>'ul', 'callback'=>'dp_comment_callback', 'avatar_size'=>48)); ?> </ul> <?php if(get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { ?> <div class="comment-nav pag-nav"> <?php paginate_comments_links(); ?> </div> <?php } ?> </div><!-- end #comments --> <?php endif; ?>
Jeremy, but i want readers to be able to comment without logging in. Or do you want to test it with that setting?
Can you acknowledge the problem as i described? (Commenting on an existing comment.)
Thanks for your help.
Thanks Ipstenu for pointing this out.
Jeremy i’m going to leave the jetpack comments enabled till tomorrow or i get a reply. Please let me know once you tested to reply to a comment.
Jeremy, try now to comment on your or other users comments, from this link https://climatestate.com/2014/01/09/how-the-koch-brothers-hijack-the-system/#comment-3458
It appears as if URL’s with #comment-xxx extension do not show you logged in when trying to reply to a comment.
ps.
This is how i see this forum here https://i40.tinypic.com/2gsr0hh.jpg
Your 1st comment is approved, now go to the frontpage click your comment user name and try to reply to your own comment, thanks.
Jetpack comments are now enabled again + user approved.
User need to be approved, i will check new users every 5 minutes for the next hour.
Thanks.
Hello Jeremy, as i noted in my initial post, the user is logged in. However, under the circumstances outlined above, the jetpack comments do not recognize this.
This topic is not resolved.
ps. How do i deactivate jetpack comments?