Sorry! I can't answer if the users like it or not, as they haven't seen it yet.

I set it up on my test board and it seems to work, but I am getting an error. I'm not sure if I'm reading the install directions wrong or not though.
When you click to view a person's profile, it says, "Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/ffd2/public_html/forums_copy/showprofile.php on line 335". That's the area that has this:
// Ignore User Mod <br /> if ( in_array($UNumber, $IgnoreList) ) { <br /> $unign = "{$config['phpurl']}/ignoremod.php?Cat=$Cat&Board=$Board&Number=$Number& <br />page=$page&view=$view&sb=$sb&o=$o&vc=1&fpart=$fpart&what=showprofile <br />&who=$UNumber&action=remove"; <br /> $ignorelink = "<a href=\"$unign\">Unignore this user</a>"; <br /> } <br /> else { <br /> $unign = "{$config['phpurl']}/ignoremod.php?Cat=$Cat&Board=$Board&Number=$Number& <br />page=$page&view=$view&sb=$sb&o=$o&vc=1&fpart=$fpart&what=showprofile <br />&who=$UNumber&action=add"; <br /> $ignorelink = "<a href=\"$unign\">Ignore this user</a>"; <br /> }
(I added line breaks above so it didn't scroll so much)
The next section:
I figured probably belonged in the template file instead? The reason I am unsure if it's just the instructions - your instructions say the mod changes showprofile.tmpl, but the instructions don't list that file (only under files changed.)
Even with the error, it puts the person into ignore, and doesn't show the text, so it's working properly in that respect (at least I think!)
Also, a nice thing to add could be a small link/icon in the post itself that adds the person to the ignore list, but only if it doesn't add a lot of queries or download time. Also, it might be important for mods and admin NOT to be able to be ignored.

I'm sure there are plenty who may want to, but sometimes we actually have something important to say.
I'm almost scared to see how our users will sworm down on this.

I wonder how a "Top ten ignored users" list would go over? (just kidding!

)