View Full Version : Signatures not showing up in some forums
pityocamptes
11-22-2013, 04:04 AM
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
tbworld
11-22-2013, 04:41 AM
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)
UPDATE post SET showsignature = 1 WHERE showsignature = 0
pityocamptes
11-22-2013, 02:20 PM
Thanks! Will run later tonight...
--------------- Added 1385188274 at 1385188274 ---------------
Worked! Thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.