The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Delete multiple avatars from admin ctrl panel?
What the title says.
That would be helpful :banana: |
#2
|
||||
|
||||
It could be done, but most are lazy and just use the query method via PhpMyAdmin:
Code:
delete from avatar where CONDITION; avatarid>avatarid# avatar=avatarid# Or if you are using the avatar-category hack: avatarcat=cat# And other conditions. Hopefully this helps alittle |
#3
|
|||
|
|||
huh? i dont get how to do that.
|
#4
|
|||
|
|||
nevermind, i figured i it out myself.
For those of you who are like me, confused and mysql clueless, here's a helpful and better tip. 1. From phpMyAdmin, go to the table called 'avatar'. 2. There should be a text box that says 'Run SQL query..." 3. Delete the text thats in that text box. 4.)Now type in: Code:
delete from avatar where avatarid#>avatarid# Code:
delete from avatar where avatarid#1>avatarid#100 |
#5
|
||||
|
||||
Actually I think he meant somthing more like "avatarid>50". Why what you typed worked, I don't know, but I am assuming you meant to delete all of the avatars anyway.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|