Hi there,

Is there any way to exclude certain users from this module? Essentially I would like to exempt admins and moderators from being ignored, or having the ignore links displayed on posted content by admins.

Comments

drupov’s picture

Yep, that would make a lot of sense...

jaydub’s picture

Assigned: Unassigned » jaydub

pretty reasonable suggestion. The way I would implement this is by an exclude from ignore permission that would then be assigned on a role by role basis.

sifuhall’s picture

I need this feature as well.

jaydub’s picture

Issue tags: +drupal7

tagging

jaydub’s picture

Version: 6.x-1.3 » 7.x-1.x-dev
JohnnyW’s picture

Title: Exclude certain users from being ignored » Used CSS for specific nodes...

The fix I came up with for my news section for articles I publish was:

.node-news .ignore_user {
visibility: hidden;
}

I put this in style.css file

So now, the "Ignore User" button doesn't come up ON ONLY this particular type of Content Type I make.

Hope this helps.