PDA

View Full Version : Adding a Signature afterwards to all posts


tlwwolfseye
01-10-2011, 08:39 AM
Hi,

is it possible with some query or whatever to add a signature to all posts a user made, especially those before he added the signature ?

Please let me know.

Cheers

Wolf

Lynne
01-10-2011, 05:43 PM
Try on a test site first and backup your database first.

UPDATE post
SET showsignature = 1
WHERE userid = X
Change X to the actually userid