The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Unifying signature for all of user's posts
Hi everyone,
I'm trying to figure out how to make it so all posts by any user display the latest signature that user has chosen. I've done a Google search, tried various update tools in the admincp and looked around here but haven't found anything. Ideas? |
#2
|
|||
|
|||
I think all the user's posts should show the latest signature, except if the user had no signature when the post was written (or unchecked the "Show Your Signature" box), then that posts "showsignature" column in the databse will be 0 and it won't show a signature.
|
Благодарность от: | ||
mathforum |
#3
|
|||
|
|||
Thank you. So is there a SQL query I could run to add the current signature into those 0 columns?
|
#4
|
|||
|
|||
Yes, you could do this:
Code:
UPDATE post SET showsignature = 1 WHERE showsignature = 0 but of course even after you do that, users without signatures will continue to create posts with showsignature = 0. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|