PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 29th, 2006, 12:11 PM   #21 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 393
Okay... I did some tests on Coppermine gallery and uploaded files using FTP uploads as well as URL and they were in SOME TYPE of order.

Through FTP, the files were sorted exactly as they should be low #s to high and through URL uploads, it reversed the order... bottom to up.

So, there is something wrong with how PP gets the files from FTP and how it extracts the files from a URL and then display them in bulk upload page.
__________________
Enjoy!
Virtualization.net : Defence Talk : Sino Defence Forum : AutoTalk.com : : Pakistan Talk : more coming soon...
DefenceTalk.com is offline   Reply With Quote
Old November 29th, 2006, 12:22 PM   #22 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,860
Or we just do it differently.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old November 29th, 2006, 12:37 PM   #23 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,860
You could possibly try (not supported) modifying your bulkupload.php around line 155:

Code:
Content visible to verified customers only.
or something like that.... just off the top of my head anyways.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old November 29th, 2006, 02:09 PM   #24 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 393
So, replace this:

Quote:
if ( $handle = opendir( $openpath ) )
{
With the above code in reply # 23?

Thats what I did and getting this error

Parse error: syntax error, unexpected $end in ../public_html/pictures/bulkupload.php on line 609
__________________
Enjoy!
Virtualization.net : Defence Talk : Sino Defence Forum : AutoTalk.com : : Pakistan Talk : more coming soon...
DefenceTalk.com is offline   Reply With Quote
Old November 29th, 2006, 02:53 PM   #25 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,860
No, it should look like... (changes in bold)

Code:
Content visible to verified customers only.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old November 29th, 2006, 03:32 PM   #26 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 393
Thanks but it does not help... still see random, no order (ftp and url).
__________________
Enjoy!
Virtualization.net : Defence Talk : Sino Defence Forum : AutoTalk.com : : Pakistan Talk : more coming soon...
DefenceTalk.com is offline   Reply With Quote
Old November 29th, 2006, 03:46 PM   #27 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,860
It was worth a shot.

You could also add it down at line 627:

Code:
Content visible to verified customers only.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old November 29th, 2006, 05:36 PM   #28 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 393
Thank you. That does it for the directory/FTP uploads. That should save us a lot of time! Good work.

But for the URL uploads, it doesn't extract the pictures from TOP to bottom so in whatever order it extracts then it processes them like that which is same as the FTP uploads. Anyway to make it behave similar to that so pictures are processed in top to bottom order?
__________________
Enjoy!
Virtualization.net : Defence Talk : Sino Defence Forum : AutoTalk.com : : Pakistan Talk : more coming soon...
DefenceTalk.com is offline   Reply With Quote
Old November 29th, 2006, 07:24 PM   #29 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,860
I have no idea; given how we process images, I don't think it possible since one script grabs them and then hands off processing to another script.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old November 29th, 2006, 08:41 PM   #30 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 393
Yeah, can there be any changes made to the script that "grabs" the pictures from an URL?
__________________
Enjoy!
Virtualization.net : Defence Talk : Sino Defence Forum : AutoTalk.com : : Pakistan Talk : more coming soon...
DefenceTalk.com is offline   Reply With Quote
Old April 1st, 2007, 10:53 PM   #31 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Posts: 62
Quote:
Originally Posted by Chuck S View Post
You know you can order photos in a category as you choose?
How do you do that Chuck? I have a gallery of photos that are based by year taken. I often get photos at a later time which need to be grouped with a set from an earlier time. So when I get this "new" photo, I currently can't just move it next to the others of that same timeframe. Hope that makes sense!

I basically want to be able to move photos around within a category as I please, instead of the "fixed" sort options such as "name, most & least viewed, title" etc.

Is that available with 5.62 - if not, put it down as a feature request please

Thanks.
funkmeister is offline   Reply With Quote
Old April 2nd, 2007, 12:01 AM   #32 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Posts: 62
Never mind - found it in the Admin section and it works just as I wanted
funkmeister is offline   Reply With Quote
Old April 2nd, 2007, 10:22 AM   #33 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
No problem
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 28th, 2009, 05:57 PM   #34 (permalink)
Junior Member
 
Join Date: Dec 2004
Posts: 1
I apologize for resurrecting an old thread, but I am having the same problem and am absolutely stumped. We do a bit of bulk uploading of photos and part of our process is to add descriptions to each image. When using the bulk upload feature (processing any number of images), the upload.php page seemingly orders the images randomly which makes it very difficult to write descriptions of images that should be in order. (thankfully if i try to upload the same batch of photos it seems to be in the same order each time).

I believe I understand how upload.php is trying to work, and i understand that readdir() reads the files in the filesystem order. Could there be a permissions issue? I have my images directory set to 777 as well as all of child numeric directories. Is there something else that I could be missing? I can't believe that linux is storing the images in a random order...I would believe timestamp or filename, it neither one of those is the sort.

Im using PP 2.5 a VB 3.8.4.

Thanks so much!
raisun is offline   Reply With Quote
Old December 28th, 2009, 06:22 PM   #35 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
well the upload script doesnt read child directories just the one being processed.

This thread is about Photopost Pro not vbGallery which is a separate product.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PP's links for imagemagick bad DotHQ Photopost Pro Installation & Upgrades 9 March 29th, 2006 02:29 PM
Featured Photo Picture Selection Candlelight Photopost Pro How Do I...? 4 July 25th, 2005 11:08 PM
Mass Uploading (FTP) and Existing Filenames ConqSoft Bugs From 1.0.0 1 July 9th, 2005 09:39 AM
Mass Uploading (FTP) and Existing Filenames ConqSoft Bugs From 1.0.0 6 May 30th, 2005 04:03 PM
Mass Uploading Lizard King Installs and Upgrade - vBulletin 3.0.X 2 April 7th, 2005 03:40 PM


All times are GMT -5. The time now is 11:55 AM.

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