Thanks for the brilliant plugin.
I'm developing a site (its not live yet). I am have created a number of custom fields on the profile page (profile, edit) - and would like to create a field which would allow a logged in member to upload a number of photos as part of this (e.g. Fields that I can label/reference as photo1, photo2, photo3). And then call using a function like
<?php echo bp_get_profile_field_data( 'field=photo1' ); ?>
Is there a code snippet that I can use - or is the scope of the code created confined to the Album tab?