The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Signatures not showing up in some forums
Not sure if this is normal or an upgrade issue. Some of my members signatures are not showing up in some forums. I'm not sure if they created a signature AFTER posting in these forums, but I thought that if this was the case it would migrate across all previous and current posts? Thanks
|
#2
|
|||
|
|||
All user's posts should show the latest signature, because signatures are independent of posts. If the user had no signature when the post was written (or unchecked the "Show Your Signature" box), then you will have to run a query on the database to update old posts to set the flag for that particular user. I will see if I can dig you up something.
This will toggle all post that do not have the signature flag set. (Global) Code:
UPDATE post SET showsignature = 1 WHERE showsignature = 0 |
Благодарность от: | ||
Lynne |
#3
|
||||
|
||||
Thanks! Will run later tonight...
--------------- Added [DATE]1385188274[/DATE] at [TIME]1385188274[/TIME] --------------- Worked! Thanks! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|