View Single Post
Old September 2nd, 2005, 01:17 PM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: Can a user upload a picture, and I move it to another 'users' account quickly?

I just made a small hack for someone the other day that will allow you to change the owner of an image on the Edit Image page. If that would be useful for you, just look in your editimage.php file for this code:
Code:
Content visible to verified customers only.
Add this right below:
Code:
Content visible to verified customers only.
Then in your ADV_GALLERY_EDITIMAGE template for this:
Code:
Content visible to verified customers only.
And add this right above it:
Code:
Content visible to verified customers only.
Note that only usergroups who have the 'Can upload images as other users' option set to 'Yes' will be able to use this option.
  Reply With Quote