0
votes
1answer
20 views

Comment Blacklist

I have a list of words that I placed in my blacklist_key option values update_option( 'blacklist_keys', $words);. But I still can make a comment with such words. Any ideas? I can't answer my question ...
1
vote
1answer
17 views

Comment Moderation and CDN Caching

I work on a site that is entirely cached by a CDN. We are about to roll out comments and will be moderating every comment before it goes live. When someone posts a comment and the page is rendered ...
1
vote
0answers
48 views

Why does akismet prevent jetpack comments from appearing in my moderation queue?

On the blog I run, when I have Akismet activated, it somehow prevents comments posted via Jetpack from appearing in the moderation queue. I know it's Akismet because I have disabled every plugin but ...
2
votes
1answer
118 views

Hide comments awaiting moderation from user who submitted the comments

This is a strange one. I host a website that is primarily for children. All posts are moderated. Users are required to enter a user name and location (State), but are not required to be registered ...
1
vote
1answer
264 views

Stop wordpress from sending out moderation emails

This question was originally posted at stackoverflow: http://stackoverflow.com/questions/11435952/stop-wordpress-from-sending-out-moderation-emails but after a tip from @MaxGherkins I'm posting a ...
2
votes
1answer
210 views

How can I manage all multisite pending comments in one place?

I have a WP multisite installation with a large number of sites. Thanks to auto-approving comments from registered users and invite only registration we no longer need to receive email notifications ...
2
votes
0answers
75 views

Community Moderation Plugin for Comments [closed]

Is there any wordpress plugin that allows the community to moderate the comments by themselves in Slashdot style? I found a plugin that allows the visitors to like or dislike the comments. But it ...
2
votes
2answers
332 views

Add delete, approve, spam Links to Comments

Anyone know how to add quick comment moderation links for users who have permission to add/edit posts and comments? (Upprove / Unappove / Edit / Spam / Trash ). Note: in my comments.php I call the ...
0
votes
2answers
178 views

comment awaiting moderation

I use worpress 3.3.2 and there several users in my multiblog. Only registered users can leave comments, but comments must be approved by post author or administrator. When some user makes a comment ...
1
vote
1answer
283 views

Author can only see own post comment and can moderate

I am trying to make things work like where author can see only them post comment in admin comment section and they can moderate as well. While admin should have all permission. I am having one code ...
1
vote
1answer
184 views

Allowing logged in users to comment without moderation across a multisite installation

I currently do web admin for an internet community based on BuddyPress and Multi Site, and use the Comment author must have a previously approved comment setting to make it easier for users to comment ...
1
vote
1answer
41 views

Get the number of comments awaiting moderation

Is there any 'official' way to get the number of comments, awaiting moderation? I've taken a look at get_comments_status - is it what I need or are there other methods?
0
votes
2answers
50 views

Admin moderates ALL comments (including post author)

I have comments enabled on my custom post type page, which works well but I need the admin to moderate all comments before they are published. At the moment the post author whose level is ...
2
votes
1answer
402 views

Multiple Comment Moderators and Notifications

I am looking for a way to make it so multiple authors/moderators within wordpress get notified when there is a new comment waiting approval. I'm thinking of switching over to Disqus for this type ...
2
votes
2answers
635 views

How to auto-approve internal pingbacks?

Whenever I write a post on my blog and link to a previous post, that pingback shows up as a comment needing to be approved. I am running Disqus, but this was happening even pre-use of that plugin. ...
5
votes
1answer
412 views

3 moderators to approve comment

Guys, I need to know how to do the following: When I receive a comment ... This comment must be approved by three moderators. To appear on the site. Anyone know how to do it or some plugin?
0
votes
1answer
394 views

How Do I Allow Comment Moderation for Other User's Posts?

I want to setup a user account that only has access to moderate comments - for all posts - but doesn't have access to edit any posts. When I give the user the moderate comments privilege (using an ...
0
votes
1answer
368 views

Embed a page within WordPress dashboard?

We're using Facebook Comments for the comment functionality on our WordPress blog. I thought it'd be nice to embed the page with Facebook Moderation tools on the WP Dashboard. That way, we can ...
0
votes
1answer
134 views

show if comment is in moderation

How to display a moderation-message with a comment after posting a comment. The workflow should be: post a comment wp thinks this one has to be moderated user sees his comment with a messe like ...
1
vote
1answer
265 views

Hold comments for moderation only if user is not logged in

Is there any way to allow logged-in users to post comments without them being held for moderation, while requiring that any comment from anonymous users be approved? I have developed a system for ...
1
vote
1answer
299 views

Capability for allowing user to post own comments without moderation

I work at a radio station that has several WP user roles -- for simplicity sake, let's say Admin, Programmer, Subscriber, in decreasing order of ability. Currently, Admin users need to approve ...