drop the new customavatar table.
rename custom_avatar to customavatar.
Drop the fields id, filename,filesize, & filetype
rename bin_data to avatardata, change the type to mediumtext.
Drop the second index userid_2
p.s. now watch your avatars blow up in size as my hack made no checks on image height/width, only filesize. It used img tags to force all images to be the same size when displayed.
|