PDA

View Full Version : Replacement for Ignore - shrink!


Alzar
02-06-2006, 11:13 PM
I doubt this is possible but -

Is there any way we can have a feature that does not completley "ignore" someone, but just makes the text on their response much smaller and removes their signature and any other graphics they might have so that their message is much easier to skip?

I don't like putting peope on ignore because I don't like seeing people respond in non-sequitirs to posts I can't see, but I just thought that would be cool.

Valkysas
02-07-2006, 01:38 AM
its possible, but the thought of coding such a thing makes me scared.

Funk
02-07-2006, 10:58 AM
if(desiredUser == ignore) {
bodytext.fontSize = 1;
desiredUser.signature = false;
}

I'm sure it wouldn't be that easy, but there is some pseudocode. I don't know PHP.

Draygone
02-07-2006, 08:55 PM
For starters, one would have to make sure the code could override any text resizing the ignored user does in his posts.