The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi
![]() I was looking for a SQL query to remove any avatar with either a height or width of over 100 pixels. I'm using vBulletin 3.5.4 I recently allowed all members to sample the benefits of a paid subscription and now need to remove the avatars over the standard registered user limits. Any help would be greatly appreciated. Thanks! :banana: |
#2
|
|||
|
|||
![]() Code:
DELETE FROM vb_customavatar WHERE width > 100 OR height > 100 ![]() Thanks, Alan. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|