The Arcive of vBulletin Modifications Site. |
|
how to delete a 'car' out of the garage? Details »»
|
|||||||||||||||||||||||||
i want to delete a member and his car fully out of the garage, how is this done?
i deleted his name out of the forums in usergroup manager so it just has his car left in the garage, how do i get rid of it completely? cheers Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
bump
|
|
#3
|
|||
|
|||
|
bumper
|
|
#4
|
|||
|
|||
|
do you just need to delete the image?
|
|
#5
|
|||
|
|||
|
no the user, the users garage.
ive removed him out of the forums and deleted his car pics, all is left is a garage with an empty user name but still has the 'car model' its still listing on the vbgarage list. what do i do? |
|
#6
|
|||
|
|||
|
you need to run a sql query to delete the users info from vbgarage_users
something like: delete * from vbgarage_users where 'userid' = 1 <-----or whatever the users ID is... |
|
#7
|
|||
|
|||
|
will that work for sure?
|
![]() |
|
|