Title: Flag Comments Plugin
Last modified: August 19, 2016

---

# Flag Comments Plugin

 *  [leslieom](https://wordpress.org/support/users/leslieom/)
 * (@leslieom)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/flag-comments-plugin/)
 * I have be tried Flag comment 1.7 does not working for wp 2.5 so i did try `<?
   php do_action(’flag_comment_link’); ?>` in wp-content/themes/template/comments.
   php
    **Website’s flag comments plugin:** [http://watershedstudio.com/portfolio/software-development/flag-comments/](http://watershedstudio.com/portfolio/software-development/flag-comments/)
   I did send to auther so he never reply me at all. 🙁
 * any1 have experience with it problem? i’m really need badly.
 * Thank you

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Thread Starter [leslieom](https://wordpress.org/support/users/leslieom/)
 * (@leslieom)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988145)
 * *bump*
 *  Thread Starter [leslieom](https://wordpress.org/support/users/leslieom/)
 * (@leslieom)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988219)
 * 🙁 **Nobody help me **
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988220)
 * Try using the plugin from here:
    [http://wordpress.org/extend/plugins/flag-comments/](http://wordpress.org/extend/plugins/flag-comments/)
 *  Thread Starter [leslieom](https://wordpress.org/support/users/leslieom/)
 * (@leslieom)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988253)
 * im tell you…this same company take look author website.
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988257)
 * > I have be tried Flag comment 1.7 does not working for wp 2.5
 * What is not working? Please describe the conditions, the errors.
 * Thanks.
 *  [melvitax](https://wordpress.org/support/users/melvitax/)
 * (@melvitax)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988337)
 * to get this plugin working with the latest version of wordpress u need to do 
   a custom comments loop like it mentions here:
    [http://codex.wordpress.org/Template_Tags/wp_list_comments#Comments_Only_With_A_Custom_Comment_Display](http://codex.wordpress.org/Template_Tags/wp_list_comments#Comments_Only_With_A_Custom_Comment_Display)
 * this is what i did in mine
 * in comments.php replace:
    <?php wp_list_comments(); ?>
 * with :
 * <?php wp_list_comments(‘type=comment&callback=mytheme_comment’); ?>
 * then, in your functions.php file, add the following function:
 * function mytheme_comment($comment, $args, $depth) {
    $GLOBALS[‘comment’] = $comment;?
   > <li <?php comment_class(); ?> id=”li-comment-<?php comment_ID() ?>”> <div id
   =”comment-<?php comment_ID(); ?>”> <div class=”comment-author vcard”> <?php echo
   get_avatar($comment,$size=’48’,$default='<path_to_url>’ ); ?>
 *  <?php printf(__(‘<cite class=”fn”>%s</cite> <span class=”says”>says:</span>’),
   get_comment_author_link()) ?>
    </div> <?php if ($comment->comment_approved ==‘
   0’) : ?> _<?php \_e(‘Your comment is awaiting moderation.’) ?>_
 *  <?php endif; ?>
 * <?php edit_comment_link(__(‘(Edit)’),’ ‘,”) ?><?php do_action(“flag_comment_link”);?
   ></div>
 *  <?php comment_text() ?>
 *  <div class=”reply”>
    <?php comment_reply_link(array_merge( $args, array(‘depth’
   => $depth, ‘max_depth’ => $args[‘max_depth’]))) ?> </div> </div> <?php }
 *  [JonRaasch](https://wordpress.org/support/users/jonraasch/)
 * (@jonraasch)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988356)
 * Yeah it’s working well for me in WP 2.8.4 using a custom comments loop, like 
   melvitax describes above
 *  [emj](https://wordpress.org/support/users/emj/)
 * (@emj)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988369)
 * I have followed the instructions above and everything is working fine, except
   I am not getting the notification email to my admin email address? I can only
   see that a comment had been flagged via the CMS.
 * Does anyone know how to get the email notifications working?
 * thanks in advance! 🙂
 *  [emj](https://wordpress.org/support/users/emj/)
 * (@emj)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988370)
 * scrap that – i figured it out.
 * Settings > Discussions > E-mail me whenever > A comment is held for moderation

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Flag Comments Plugin’ is closed to new replies.

## Tags

 * [flag](https://wordpress.org/support/topic-tag/flag/)

 * 9 replies
 * 5 participants
 * Last reply from: [emj](https://wordpress.org/support/users/emj/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/flag-comments-plugin/#post-988370)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
