PDA

View Full Version : Signatures not displaying in the post for vbulletin


abhishek
13-02-2010, 05:29 AM
I'm using vbulletin 3.8.4 PL2 and I'm having a problem with signatures. If I enter text or upload an image I can see the image on the UserCP / Edit Signature page but it doesn't display in any of my old posts. However for new posts signature is coming.

I have tried Maintenance / Empty Signature Cache but that doesn't fix the problem. I have Display signature in my user options.

What is wrong with this ?

bloglover
13-02-2010, 05:31 AM
When you make a post you will see there is a Show your signature checkbox. This box is automatically checked if you have a signature defined in your User CP. For old posts that were made before you had a signature, this box is probably not checked, so the signature will not show for old posts until you edit the post and check that box.

So I will suggest you to run this sql query to check that box for all old posts:

UPDATE post SET showsignature = 1

You can run queries in your:

Admin CP -> Maintenance -> Execute SQL Query

You must have permission to execute queries in your includes/config.php file:

:gm::gm::gm: