I've gotten most of this done but with one exception and I'm tired and wanting an answer instead of spending another 3 or 4 hours figuring this out.
Process:
admin- profiles: now shows an additional link after the photos for upload new image in the profiles table.
click on link
go to new admin/upload_media.php?ID=$ID
upload page shows with nickname at top so you know whose profile you are adding to.
Then it all works fine until... So since I'm not logged in as the member, I get thrown to the login screen. So the problem lies in one of several files: either uploadPhoto.php which the form posts and in turn includes BxDolMedia.php and so on. I figure if I can just attached the member id to use somewhere, my problem will be solved.
But I don't know where it need to go to or which file I need to edit to include this id instead of the logged in (cookie id).
Is there a major Dolphin coder in the house today?