Log in

View Full Version : How can I add the signatures to the posts made before set it.


Phornixx
06-06-2008, 08:51 PM
Yep, like the title states.

Thanks in advance

Marco van Herwaarden
06-07-2008, 09:17 AM
Run the following query with the correct userid:

UPDATE post SET showsignature = 1 WHERE userid = <<insert userid here>>;

PS Always make a backup before running manual queries.