XF 2.2 Where is the xenforo database table for user's avatar?

GrowLabz

Member
I am curious about where the user's avatar is stored in the xenforo database. I checked in the database "user" table and can see options listed for date, width, height and highdpi, but no listing for the actual avatar itself, so I am obviously looking in the wrong table. Any help is appreciated.
 
The physical files are stored in the file system.

The location is based on the user's ID - https://xenforo.com/community/data/avatars/o/0/521.jpg .

Members with IDs 1 - 999 are stored in directory /0, IDs 1000 - 1999 in directory /1 and so on.
 
The physical files are stored in the file system.

The location is based on the user's ID - https://xenforo.com/community/data/avatars/o/0/521.jpg .

Members with IDs 1 - 999 are stored in directory /0, IDs 1000 - 1999 in directory /1 and so on.

How is the letter determined? /0/ in this example.

Your currently have an /m/ ... /community/data/avatars/m/0/521.jpg
 
Top Bottom