PDA

View Full Version : How to enable signature on all user posts?



Fli
11-11-2013, 10:17 AM
Hello, what is the proper way to enable signature on vbulletin forum, at all users posts?

I found this command claimed to do it:
UPDATE post SET showsignature='1' WHERE userid='214158';

214158 = id of the user (can be seen in URLs when one look into user profile or also in vbulletin admin area when managing user account).