PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   remove the option of where up upload photos (http://www.photopost.com/forum/photopost-pro-how-do-i/136165-remove-option-where-up-upload-photos.html)

terrymason April 8th, 2008 09:40 PM

remove the option of where up upload photos
 
When uploading photos, the first question is:

"Choose a category to upload your images to.
Pick a category that relates most to your image(s)."

and you can pick a location, with the default being their personal album / gallery / member's area.

I'd like to remove this option so that all photos go to the member's area by default, and they are given the option to copy the photo to other location on step two.

Is this easy to do (template edit I think). Also, is there a bigger picture that I'm missing, as to why I would not want to do this? The only thing that I can think of is that the additional fields will be lost with the copy.

My main reason for doing this is that there is a link in each person's vbulletin postbit that links to their personal gallery (see my post here for what I mean). I'd like this link to take me to all their photos, not just the ones that didn't get into other categories.

Terry
Jeepz.com - offroading gallery

Chuck S April 9th, 2008 08:18 AM

There is no way to do this that I see as in the categories that appear in this box are the ones you upload too by setting permissions that you can upload to them in admin. removing them from this box would remove the ability to move to them in the optional cat step as well.

terrymason April 9th, 2008 10:06 AM

I've figured out. I just did some template edits to remove that field from view. Since all uploads seem to default to my member's area I'm good to go.


remove from uploadphoto.tpl


Code:

Content visible to verified customers only.

then remove from bulkupload.tpl

Code:

Content visible to verified customers only.
and

Code:

Content visible to verified customers only.

Chuck S April 9th, 2008 11:51 AM

If it works thats fine but I would assume you need to pass a category variable in the script so best to test your edits.

terrymason April 9th, 2008 12:15 PM

Yeah, you were right. I had to undo the changes I made to bulkupload.tpl. I need to pass the proper $catoptions, but I'm not so sure how to do that..

Chuck S April 9th, 2008 01:33 PM

You could try adding to the uploadphoto template this but no guarantees. Feel free to discuss your code modifications outside support in THE MOD CORNER if it will help further

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 07:43 AM.

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