Looks very promising! Does it support custom profile fields?
I would like to know the profile details of those who vote on which post.
Thanks!
]]>Hi, your plugin is pretty good, but I need a bulk comments download for all posts at once, and then I could sort them in CSV or they would come sorted by date already.
If you make it, I would use. thanks!
]]>Hello,
I would like to request a filter to be added for the capability needed to access the settings page.
Suggested Change in commenter.php around line 31:
FROM:
/* Add option page */
function cd_setting_page(){
add_options_page( 'Commenter data Settings', 'Commenter data Settings', 'administrator', 'commenterdata-settings', array( $this, 'cd_renderer' ));
}
TO:
/* Add option page */
function cd_setting_page(){
$cap = apply_filters( 'commenter_data_settings_page_capability_filter', 'administrator' );
add_options_page( 'Commenter data Settings', 'Commenter data Settings', $cap, 'commenterdata-settings', array( $this, 'cd_renderer' ));
}
]]>
I’m curious if I can allow an Editor or Contributor access to export comments? This plugin only allow for admins to do so. Any help would be great!
]]>Great plugin! It would be awesome if you could export the comment itself. This plugin is perfect but really need that functionality!
]]>