In this thread, I jokingly used a line from a previous post from the venerable Duck Duck Goose as a sig. This post was on 10/17/01.
I returned to an earlier thread of mine (my first, actually) to a post dated 10/08/01 and saw that the sig in question had been reto-actively placed there.
Is this normal? I only meant that as a one time sig. Now I’ve risked angering a fellow poster who I admire.
Should you ‘clear-out’ sig lines from your profile if you don’t plan to use them again? How can I prevent retro-sigging in the future?
Whatever sig is currently listed in your profile is the one that will show up for ALL of your posts, no matter when they were made. Every time the server displays one of your posts, it goes to your current profile to grab the sig. So if you don’t want that quote to appear in every single post you ever make on the board (well, at least the ones where you check the “include signature” box, anyway), you should probably change it.
Ok, I’m confused.
So your sig does not remain a permanent part of your post? At any given moment your sig in every post you’ve ever made ( the ones where you checked the “include signature” box) will all be the same, it changes like your post count?
Sig test.
'Learn something new everyday…
Thanks, MsWhatsit.
William
Just testing. I hope that sig thing shows up now.
Hey, I entered a sig, posted, it showed up, and then I went and changed it on my profile, and POOF, gone from the post where it was a few minutes ago! I see your point, Hombre. This sig stuff works retroactively.
If you’ve noticed, when you do a post preview the previous posts all show up in reverse order below the reply box (unless it’s a really long thread). Look carefully and you’ll see that the previous posts don’t contain any sigs. This should be a clue that sigs aren’t treated as normal post text, but have a life of their own.
Back when we had UBB, you used to be able to change it with every post. You could play games with your sig, use it to respond to the post above yours, update it, treat it like a novel with subsequent “chapters”. Sometimes there’d be a time when a poster’s sig would be peculiarly relevant to the topic at hand, and he’d post, “I’ve got nothing to say except look at my sig”. And the sig “as was” would stay there in the thread, even if he’d changed it since then, so when you went back and looked at the old thread, his post made sense.
But with vB, when you change your sig, it changes it in all 4,000 of your posts, so you can’t do this any more.
And, Hombre, no problem, dude, it takes a lot more than that to piss Ducky off. And if I’m PO’ed, trust me, you’ll know it.
Like right away.
Good point, pcubed.
Ducky, 'preciate it. I’m just glad I didn’t have a thousand posts out there with sigs. That would have had them wondering…
I would say it’s part of the way the database is designed; the post doesn’t contain the text of your sig, just a reference that it was there (think of the space this must save) so, when the post is trawled up (and it is literally built dynamically just for you when you view it) the signature text is inserted wherever the reference is found.
It’s one of the key features of relational databases; the elimination of redundant data (although it would only truly be redundant if it never changed, which turns out not to be quite the case with signatures).
I should mention that I know very little about the workings of the vB software, so I could be way wrong, but I am very familiar with relational database models, and that looks like what we’re seeing.
I can’t say how the vB database is designed, but I’ve put some thought into how I would design it, and that’s exactly what I would do for sigs. Course, that’s one of the easy parts…