The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]() Code:
UPDATE userfield SET fieldx = 'value' Change value to whatever value. Or change only those values from users registered before a certain date: Code:
UPDATE userfield SET fieldx = 'value' WHERE user.registered < UNIX_TIMESTAMP(yyyymmdd) LEFT JOIN user USING (userid) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|