Announcement

Collapse
No announcement yet.

Replacement for Ignore - shrink!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Replacement for Ignore - shrink!

    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.
    Last edited by Alzar; 02-06-2006, 11:13 PM.
    XBox Live: Alzar2k
    Playstation Network: Alzar2k

    #2
    Re: Replacement for Ignore - shrink!

    its possible, but the thought of coding such a thing makes me scared.



    Comment


      #3
      Re: Replacement for Ignore - shrink!

      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.
      Lil' Bean is here!

      Comment


        #4
        Re: Replacement for Ignore - shrink!

        For starters, one would have to make sure the code could override any text resizing the ignored user does in his posts.
        "What if like...there was an exact copy of you somewhere, except they're the opposite gender, like you guys could literally have a freaky friday moment and nothing would change. Imagine the best friendship that could be found there."

        Comment

        Working...
        X