I have been tasked with converting an SMF forum to another platform. I am looking through the database and in the members table I see a column for avatars. This shows data for remote avatars (urls) and local pre-defined avatars, but I see nothing that indicates if a user has an uploaded custom avatar. Where is this information stored?
Thank you so much for your help!
I should mention this is smf 1.9..
I think you mean 1.1.9?
IIRC, avatar is a column in the smf_members table.
Quote from: IchBin™ on October 31, 2012, 12:41:17 PM
I think you mean 1.1.9?
IIRC, avatar is a column in the smf_members table.
Yes, but I only see pre-defined and URL avatars, I don't see custom uploaded avatars there? I know they exist, I see them in the source forum?
Thanks for your reply!
uploaded avatars will be stored in smf_attachments (associated column is id_member), the files are located in /attachments..