Simple Machines Community Forum

SMF Support => Converting to SMF => Topic started by: Jafo232 on October 31, 2012, 10:00:54 AM

Title: Moving custom avatars
Post by: Jafo232 on October 31, 2012, 10:00:54 AM
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!
Title: Re: Moving custom avatars
Post by: Jafo232 on October 31, 2012, 10:05:09 AM
I should mention this is smf 1.9..
Title: Re: Moving custom avatars
Post by: 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.
Title: Re: Moving custom avatars
Post by: Jafo232 on October 31, 2012, 12:51:32 PM
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!
Title: Re: Moving custom avatars
Post by: ThorstenE on October 31, 2012, 01:30:54 PM
uploaded avatars will be stored in smf_attachments (associated column is id_member), the files are located in /attachments..