Does anyone know how as the admin user, I could add a profile image for a member without knowing their password? Can this be done through the admin panel or the database back-end?
Running Dolphin 6.0.0005 (hoping to schedule an upgrade to 6.1 next month!)
look at
Table: media
fill here records,
(insert new record and upload picture to profile folder)
to set as thumb, look at
Table: Profiles
fields
PrimPhoto and Picture
PrimPhoto mean ID of `media`
Picture mean - use this as thumb or not :) (1 or 0)
after just clean your cache folder (*.php)
and Done - recheck result