 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
October 12th, 2005, 11:48 AM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 29
| changing the date and picking multiple categories
Is there a way to change a date on an uploaded photo? What I would like to do is have a hidden gallery for certain members to upload thier projects when they are done, but I don't want them public until the due date. However, if they load them into a private gallery now, then when we "unhide" them they won't show up in the recently added section.
Also, in the admin cp I have this option set to yes: "Allow users to choose additional categories during upload?", but when you upload a photo, there isn't a way to do this. As an admin, I can go in and there is an option when I edit a photo for "copy image to:" but even when I copy it to a different folder the image doesn't show up.
Any advice would be appreciated!
Kimber
|
| |
October 13th, 2005, 08:22 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
What version of Photopost are you running?
|
| |
October 13th, 2005, 12:03 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 29
|
I'm running 5.14. I see that 5.2 is available, though, so I may upgrade to that.
|
| |
October 13th, 2005, 12:24 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Private galleries will not show for people who do not have access.
Hidden images need to be unhidden to be seen
optional categories on upload options if set to yes will result in optional cats being offered on new uploads
|
| |
October 13th, 2005, 03:19 PM
|
#5 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 29
| Quote: |
Originally Posted by Chuck S Private galleries will not show for people who do not have access. | I know this.... Quote: |
Hidden images need to be unhidden to be seen
| I know this, too... Quote: |
optional categories on upload options if set to yes will result in optional cats being offered on new uploads
| I have this set to yes in the admin cp and there is no option to do this when you upload anything.
Like I said in my first post, I want to move the images in the hidden gallery to a public gallery when the due date comes up and I want to know if there is a way to change the date when I move them so they will show up in the "recently added" images. For instance - if one of my members uploads an image to a private folder today and I don't want it public until 10 days from now, when I move it to the public folder it won't show up in the "recent photos" listings.
|
| |
October 13th, 2005, 03:25 PM
|
#6 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
No, we currently have no way of updating the date in any form; once its set we don't touch it again.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
October 14th, 2005, 02:13 AM
|
#7 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2002
Posts: 1,066
|
Changing date a very handy feature, especially in a publishing environment, as kimber89 mentioned, when preparation of pics is done in the private Gallery, and when they are moved to the public arena the timestamp is changed to bring them up to most recent upload.
I have a mod on my vb that makes timestamp and change of username of posts possible ... Advanced Editing Options For Mods & Admins
PhotoPost already has username change capabilities ... just need time stamp feature.
Kimber, how about posting this request in the Suggestion Forum?
... unless Michael tells us that for a technical reason it is not possible ...
~ Mark
|
| |
October 14th, 2005, 08:04 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
It is possible just nothing that has ever been suggested or though of being added since it would be a very low use feature for most customers.
|
| |
October 14th, 2005, 09:25 AM
|
#9 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2002
Posts: 1,066
|
It's one of these things like username change > during upload or after upload, it isn't used extensively, but when it's needed it's a like having a spare tire in the trunk when you need it - invaluable.
Additionally I've found numerous other ways to put this into creative use.
The date change capability would be the same ...
If, for example as in the vB mod, for re-ordering posts in a thread, the time stamp includes hour and minute ... if this were possible with PP the sequence of a group of pics incorrectly uploaded could be rearranged.
Not everyone will use them, but for those who do are committed to this product because it gives us the capability of making our gallery presentations even better.
~ Mark
|
| |
October 14th, 2005, 04:47 PM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 29
|
I still need help with my other issue --
When I upload a single image to the gallery there isn't an option to pick multiple categories, but if I upload more than one image at once then it goes to the thumbnail processing screen and then there is the option to pick more than one category. Why can't I do this with every upload?
|
| |
October 14th, 2005, 04:48 PM
|
#11 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 29
| Quote: |
Originally Posted by mjm
Kimber, how about posting this request in the Suggestion Forum?
... unless Michael tells us that for a technical reason it is not possible ...
~ Mark | I will do this! |
| |
October 14th, 2005, 07:36 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
The fast single upload does not have the code necessary to do the optional categories like the bulk page
|
| |
October 14th, 2005, 08:35 PM
|
#13 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 29
|
On the previous version, even when you uploaded 1 image it still took you to the thumbnail processing screen where you could put in additional information such as keywords. Why does the new version not do that?
|
| |
October 14th, 2005, 09:26 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Quick upload for just one image so things changed since we are not using bulkuploads for one file upload.
however in uploadphoto.php add this in bold
if ( $c1 == "" && $c2 == "" && $c3 == "" && $c4 == "" && $c5 == "" && $c6 == "" && $n1 == 0 && $Globals['optcats'] == "no") {
Last edited by Chuck S; October 14th, 2005 at 09:37 PM.
|
| |
October 14th, 2005, 09:30 PM
|
#15 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2002
Posts: 1,066
|
Edit: Chuck posted while typing!
I really liked the single upload preview before submittion like it was, not because of keyword entry which I don't use, but because I'm a real stickler at wanting to give members every opportunity to
- see thumbnail preview and check that it's the correct pic.
- review Title /description - format/spelling before final submittion.
I realize some sites may prefer the faster processing of individual pic submittions but I would much appreciate the mod to have single upload preview before submittion, as was, if possible.
This would be a time saver, reducing editing of others pics, including my own, as I am just as prone to tieping inkorekly.
Thanks,
~ Mark
|
| |
October 14th, 2005, 10:09 PM
|
#16 (permalink)
| | Junior Member Verified Customer
Join Date: Apr 2005
Posts: 29
|
WOOHOO!!!
It worked!
Thank you SO much!!!!
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 07:58 PM. | |