OK, so what do we have to do to transfer our members from dolphin 6 to 7 ? I guess the easy answer is..."we can't".
Here's what I know so far...
Dolphin 6.1.#
Profile image ../media/images/profile
Background image ../media/images/profile_bg
The profile photos will be located in directories named with each member's ID number. The backgound images are all bundled into the same profile_bg directory but their naming convention links them to each member with the first few digits of the file name relating to the member's ID number.
These directories still exist in Dolphin 7 but as yet seem to serve no purpose.
The database table "Profiles" exists in both Dolphin 6 ( previous to 6.1.6 it was lower case "profiles" ) and Dolphin 7 which also has additional fields not found in Dolphin 6. The fields "PrimPhoto" and "Picture" no longer exist in this table.
The following database table is created when you add the module "Photos".
bx_photos_main
The profile images are stored in the directory:
..modules/boonex/photos/data/files
The photo's main file uses the format #.jpg ( where # is the user id ) and the following files are for smaller versions of the image whose size can be set at the administration page by pulling down the Extensions tab and selecting Photos and then clicking the Settings tab to the right.
#.jpg full sized
#_m.jpg 600X600
#_t.jpg 140X140
#_rt.jpg 64X64
#_ri.jpg 32X32
The following database table is created when you add the module "Profile Customize".
bx_profile_custom_images
The background images are stored in the directory:
../modules/boonex/profile_customize/data/images