PDA

View Full Version : How to enable signature from first post itself?


Arunkumar
06-29-2010, 08:30 AM
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.

borbole
06-29-2010, 09:22 AM
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.

ChopSuey
06-29-2010, 09:48 AM
Make sure your userid is added in config.php to run SQL queries in AdminCP...