The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How can I find all users who have an avatar that is in bmp format?
|
|
#2
|
||||
|
||||
|
AdminCP -> Maintenance -> Execute SQL Query
Code:
select userid from customavatar where filename LIKE '%bmp%' If you have a table prefix, include your prefix before "customavatar". That will bring you back results with userid's for anyone with a bmp formatted avatar. |
| 3 благодарности(ей) от: | ||
| MarkFL, RichieBoy67, zylstra | ||
|
#3
|
|||
|
|||
|
Awesome! Thanks, Gio!
|
| Благодарность от: | ||
| Gio~Logist | ||
|
#4
|
||||
|
||||
|
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|