The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
OK... I've whipped up a custom hack that allows certain users to use [color=] style BBcode in their custom titles, but not HTML (staff can use both though)
Thing is... all the people who are currently allowed BBcoded titles have HTML titles set. So what I need to do... is to change one database field for over 60 users... and I don't want to do it manually. All I need to do, in the USER table, is find everyone in usergroup 25 and 26 and change their customtitle value to 3. Could someone whip me up a quick script to do that? Or is a mass query possible? Like UPDATE user SET customtitle=3 WHERE usergroupid=25 And then repeat it for 26. Would that work? |
#2
|
||||
|
||||
UPDATE user SET customtitle=3 WHERE usergroupid=25 OR usergroupid=26
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|