The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Going back to default avatar
Is there anyway that I can update everyones avatar to a defualt one in bulk?
The reason I am asking is I have recently changed the way the usergroups work and I am wanting to make it so that all members can only use the avatars provided on the forum, am I able to do a bulk update to update and change all current avatars? Thanks |
#2
|
|||
|
|||
This uses two different table's, customavatars and user, you would need to empty the customavatar table, then mass update the user table with the proper value for avatarid column
UPDATE user SET avatarid ='X'; avatarid will be based off what avatars you have in the "avatar" table, get the avatarid and replace X in the SQL query above. MAKE SURE YOU BACKUP THE DB BEFORE PLAYING! |
#3
|
|||
|
|||
Thanks alot, I will give that a try
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|