http://www.perlmonks.org?node_id=265199


in reply to Re: voting again - hide user names
in thread voting again - hide user names

err, sorry, i don't get your point.

the signature is stored inside a user's profile. when posting a node, it just must be postpended. so, the signature could be put into a html div tag with another class associated. because of the fact - which was clarified by you - that a signature is part of a node, there should not be any code broken.

i am lacking html design experience here, but if a div tag does not change the presentation of the markup by any browser (and i strongly think so, since div is merely a block element), nobody would even notice that something has changed.

as the rep of the root node gets up and down, i suggest there are some who dislikes it.
i am interessted in why some downvote it, for another reason naChoZ gave.

Replies are listed 'Best First'.
Re^3: voting again - hide user names
by Coruscate (Sexton) on Jun 12, 2003 at 00:28 UTC

    A signature is simply text that is entered in the posting textarea before you begin typing in the contents of a node. The signature can be editted for each node if one so desired to do so. So when you submit a node with a signature, the script does not know where the signature begins. It could be made so that adding a signature in User Settings would automatically wrap that text in a <div> tag, but I vote against that.

    Besides, what's the point behind wanting to hide who wrote a post? Wouldn't that just make us an anonymous community? What happens after I spend all my votes? I'm not allowed to view the authors of the posts I didn't vote on? While it may be true for some monks that knowing who the author is makes a difference on their vote, taking names away wouldn't help. There are times when I don't even look at the signature or the author's name and I know who wrote it. With time, you get to know the way certain people write :)


    [ Signature removed to conceal my secret identity ;) ]

      Wouldn't that just make us an anonymous community?
      no, as i wrote, div tags do not make any difference. you would have to specify in your private css that you don't want to see usernames - at the first glance, since even then it is relatively easy to see them.
      What happens after I spend all my votes? I'm not allowed to view the authors of the posts I didn't vote on?
      this is related to the first approach, which i said is the inferior one.
      With time, you get to know the way certain people write :)
      hmm. you're right. so, you gotta hide the node's content as well ;-)

      let's wait if the patch particle made is accepted (somebody has finally to agree to it), and if it is accepted, what effects it will bring about. i'm looking forward to an answer.