Quote:
Originally Posted by Arunkumar
Hi,
I am using vbulletin 4.0.3 version.
The signatures are being enabled or being shown only after the user has posted 20+ posts.
Members are requesting me to enable the signature from the first post itself.
How to do it? Please explain me the step by step procedure for it.
Thanks in advance.
|
Go to the phpmyadmin and run the following query:
UPDATE 'post' SET showsignature = 1;
This will update all the signatures to show for all members in all their posts.
If your db tables have a custom prefix, don''t forget to include it in the query as well. Also, make first a backup of the user table. Alternatively you can run the query from your Acp->Maintenance->Execute SQL Query. Hope it helps.