Active
Project:
Ignore User
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Jul 2009 at 19:15 UTC
Updated:
16 Aug 2012 at 05:25 UTC
Jump to comment: Most recent
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
Comment #1
drupov commentedYep, that would make a lot of sense...
Comment #2
jaydub commentedpretty 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.
Comment #4
sifuhall commentedI need this feature as well.
Comment #5
jaydub commentedtagging
Comment #6
jaydub commentedComment #7
JohnnyW commentedThe 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.