PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.0.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/)
-   -   Can a user upload a picture, and I move it to another 'users' account quickly? (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/119074-can-user-upload-picture-i-move-another-users-account-quickly.html)

Wyrd August 31st, 2005 11:59 PM

Can a user upload a picture, and I move it to another 'users' account quickly?
 
I run a miniature website and hold painting contests every few months and I'm trying to make things a bit easier on me as they are starting to get larger and a bit more cumbersome to run and thus the reason why I picked up vbulletin, vbadvanced cmps and vbadvanced gallery.

Fantastic stuff, and all doing what I want it to.

One of the things that caught my attention last night as another way in which to make things a bit simpler for me is when I am accepting contest submissions and folks are sending in their pictures, is there a way that they can upload them to a 'contest submissions' gallery and before I moderate them, be able to change the information such as who uploaded it (say for instance, Joe uploaded it, but as the contest is supposed to be annonymous until it is over, I want to change the submitter to 'Wyrd' or something along those lines)?

Essentially, I don't want to have to accept everything through a PM or e-mail and then go through the trouble of uploading it if I can simply have them upload it, edit and moderate it for less than a minute and then move to where I want it.

Ideas, thoughts?

-
Nathan
Wyrd Miniatures
www.wyrd-games.net

Brian September 2nd, 2005 12:17 PM

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.

Wyrd September 2nd, 2005 06:14 PM

Re: Can a user upload a picture, and I move it to another 'users' account quickly?
 
I'll give this a shot when I get home tonight - thanks for taking the time to post this, it'll come in handy!


All times are GMT -5. The time now is 01:57 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97