The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a hack that does this:
I'm wanting to remove every users avatar as I'm now wanting people to host their avatar on another website because people's avatars are killing my bandwidth. So, how can I delete everyone's avatar's to make them add it again? More information here - http://www.vbulletin.com/forum/showt...254#post408254 |
#2
|
||||
|
||||
![]()
If you have phpmyadmin you can just empty the fields (dont delete the fields... just empty them) in the avatar table. Or if some one is nice enough they could write you a php script.
|
#3
|
||||
|
||||
![]()
[sql]DELETE from customavatar
UPDATE user SET avatarid=0, hascustomavatar=0[/sql] i think these two queries are correct |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|