A question about sigs

brushing up on the rules and came across the FAQ about signatures. In there it seems to say that only members (not guests) can have “profile signatures”. When I look at my cp, I see an option for a signature.

Have the rules changed in that regard? Are guest profiles now allowed to have signatures? I’ve been playing with the option in my profile for a couple of days but have no idea if it actually works or not since I was always under the impression that they were reserved for member profiles. by signature I don’t mean a simple sign off at the end of a post like

Yours Truly

guestchaz

Your OP above seems to have one.

I know, it’s spooky right.

well, I guess that answers my question.

It’s a long story.

The short version is that they work fine for guests and there’s no rule against using them, despite the rule against using them.

Hope that clears things up.

Sig test

try again :smack:

The trick is to get a sig that has the potential to be ironic depending on the nastiness of the body of the post.

Regards,
Leo

An amusing thread.

I notice I made a funny with the same materials there too.

I gotta get new material.

Jesus, get over it.

Distilling the thread cited by Crazyhorse, Ed Zotti temporarily re-enabled non-paying guest access to profile signatures because guests who had been using them wanted to retrieve the signature text for use as a “manual signature”. Fairly gracious, really, IMHO.

“temporarily re-enabled” became “temporarily for the last two years”. Don’t know specifically why Ed et al. didn’t follow through and turn profile signatures back off in VBulletin. I can speculate by saying in his place, my reason would have been forgetting to do it.

I’m no moderator, but my conclusion reading the rules and that earlier thread, in light of the technical status quo, is that as a guest you can have a profile signature, but you may not use it.

And the “can” part is subject to termination, potentially without further notice, because Ed gave ample notice two years ago.

This happens a lot in software-user relations: just because a software system permits you to do something, doesn’t mean that the overall system (including Terms of Service and other assorted rule-mongering) allows you to do something. See also “exploiting” in an online computer game context.

I hear you.

Nah, it’s a lot simpler than all that. The actual change to sigs was made in 2010 not the 2013 thread I linked to about it. At the time TPTB were looking at all kinds of ways they could monetize the various features of the board.

Ed turned them off for guests but a bunch of people complained that they were going to lose their copyrighted creative works (their sigs) so he graciously, I agree, turned them back on for an undefined period of time so they could copy them somewhere.

I don’t think he forgot about it later in the sense you mean. I think over the years since, the idea has been shelved because on today’s internet it would be really very silly to try to charge people for signatures. What was forgotten was to update the text that still indicates it’s a pay feature.

It would be nice if the stated rules and the board functionality were in agreement.

Pending Ed turning off sigs for guests, I would suggest not trying to enforce that rule. It just feels wrong. If you don’t want it, don’t make it possible.

so, okay, messing around with the signature, I notice that if I change it for a new post, it changes the sig on all of my previous posts globally across the board. That seems counter intuitive to me. I would think that a post, once posted, would be pretty much locked in as is. Is that an unexpected feature/bug or something built into the software on purpose? Anyone know?

I have updated the FAQ to reflect the signature rules as currently enforced:

http://boards.straightdope.com/sdmb/showthread.php?p=7697069#post7697069

If you believe that any other changes need to be made, please let me know.

It’s a feature.

The signature is not recorded as text in your post. It is a field appended to the post. What gets appended is whatever is stored in the database under your sig. So you change your sig, that changes the stored data.

Whenever the post is accessed, it pulls up the stored data for the content of the post, and then reads that you appended your sig, so it pulls your stored sig from it’s database.

Just like your username is not stored in the post data, it is stored as a header call that goes to your user file. If you change your username, it will retroactively be your username in all your previous posts, too.

That is built into vBulletin on purpose.

Similarly, if you change your user name, it changes on all previous posts as well.

Thanks, engineer_comp_geek.

Irishman and engineer_comp_geek, thanks both of you, makes sense now.