Just having this problem now myself, is there a query that can be used to update ALL users and not just one so that it will automatically update everyones signature in all posts as they create it?
For anyone else looking, this is the response to my above question I got from vbulletin.com support
Quote:
UPDATE post SET showsignature = 1
This will set signature = 1 on all posts. If the user doesn't have a sig set no sig will show.
|