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 February 12th, 2009, 04:08 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Aug 2002
Posts: 278
New Photos Oddity

I'm seeing some odd behavior with the "new photos" in my sub-categories. The same thing happens in "most popular" and "random" too, obviously they're all related.

I suspect it may be related to the images being in more than one category.

Here's the category:
Bob Harbison Photography - Band Photos

Notice that only 3 new photos are shown. There are a total of 8 photos, 5 under Little Bill and 3 under Bucket of Blues.

Only the Bucket of Blues ones show up.

The same thing happens in reverse here:
Bob Harbison Photography - Band Photos

It would appear that a photo assigned to multiple categories only shows up in one of those categories?

If so, is there any way to change that? I'd really prefer it shows in both.

Last edited by BobHarbison; February 12th, 2009 at 04:13 PM. Reason: typo
BobHarbison is offline   Reply With Quote
Old February 12th, 2009, 05:05 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
We only show the actual true photo not multiples in other categories. The photo only exists in the original category hense you will only see the original not copies.
__________________
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 February 12th, 2009, 06:59 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Aug 2002
Posts: 278
It would sure be nice to be able to toggle that feature in a future version. The whole reason for the multiple categories is so that the photos can show up in more than one place. If they're there, but folks don't notice them since they don't show up as new, then that's a problem for me.

Of course I can see folks wanting the opposite, so it would be nice if you could choose which way it works.
BobHarbison is offline   Reply With Quote
Old February 13th, 2009, 05:16 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Yeah we use to have those blocks showing all photos but people quite frankly complained because do you really want 3 of the same photo appearing on the recent photos block. They thought not and really they are right. Thats why it works as it does.
__________________
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 February 13th, 2009, 08:37 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Aug 2002
Posts: 278
Quote:
Originally Posted by Chuck S View Post
Yeah we use to have those blocks showing all photos but people quite frankly complained because do you really want 3 of the same photo appearing on the recent photos block. They thought not and really they are right. Thats why it works as it does.

No, not in the main category of course. But I've got a bunch of sub-categories, and some folks will only visit a certain one. When they do, I would sure like them to be able to find all of the new photos.

I guess it would have to be like the caption thing, where you'd set it on a category by category basis. That would work well for me. Not sure if anyone else would like it, but I'd find it useful.
BobHarbison is offline   Reply With Quote
Old February 13th, 2009, 11:36 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
If you want to show photos that are duplicate additional copies just in pp-inc.php remove this from the queries in display_gallery

AND storecat = 0
__________________
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 February 14th, 2009, 10:01 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Aug 2002
Posts: 278
Thank you.

Photopost is a great program to start with, and the excellent customer support here really makes it just that much better!
BobHarbison is offline   Reply With Quote
Old February 14th, 2009, 10:08 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Have a good weekend.
__________________
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 August 15th, 2009, 06:01 PM   #9 (permalink)
Member
 
Join Date: Jun 2003
Posts: 117
Don't want duplicates shown

I have a similar problem to this (but in reverse)

When a member requests to show photos that have been uploaded in the last 1, 7 or 14 days. It shows duplicates for the photos that are loaded to multiple categories (ie. If the photo is loaded in two categories, then the photo shows two times. If it's loaded in 3 categories, then the photo shows three times, etc.)

This is not true in recent photos block (which only shows the photo once) - as you state above:
Quote:
Yeah we use to have those blocks showing all photos but people quite frankly complained because do you really want 3 of the same photo appearing on the recent photos block. They thought not and really they are right. Thats why it works as it does.
So is there a way to change the Recent Photos 1day, 7day and 14 day to not have those duplicates shown either?

Thanks.
stmpspaz is offline   Reply With Quote
Old August 15th, 2009, 10:48 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Maybe try in showgallery.php in line 713 this

Code:
Content visible to verified customers only.
change this to

Code:
Content visible to verified customers only.
__________________
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 August 17th, 2009, 06:24 PM   #11 (permalink)
Member
 
Join Date: Jun 2003
Posts: 117
Awesome! That worked. Thanks so much!
stmpspaz is offline   Reply With Quote
Old August 17th, 2009, 06:30 PM   #12 (permalink)
Member
 
Join Date: Jun 2003
Posts: 117
Oops... Maybe I spoke too soon. It certainly solved the problem on the duplicate images on the 1, 7 & 14 day views.

However, it also introduced a problem. In the secondary categories the photo now longer shows at all when you just view the category to see all the photos in it (no restriction on dates). Which basically takes away the benefit of having multiple categories.

Any other suggestions?
stmpspaz is offline   Reply With Quote
Old August 17th, 2009, 07:57 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Then my answer would be to revert the code. Thats probally why those links show duplicates as there is no way to not show them if you want to show them on showgallery script.
__________________
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 August 17th, 2009, 08:03 PM   #14 (permalink)
Member
 
Join Date: Jun 2003
Posts: 117
Do you think it would work to create a copy of this showgallery.php file (named differently of course) and then call it on the main index page (ie. page that shows when HOME is selected) when the recent 1 day, 7 day and 14 day link is selected and leave all the other places using the regular showgallery.php file?

If so, where is that showgallery.php call? What php file & approximate location in the php file?

Thanks!
stmpspaz is offline   Reply With Quote
Old August 17th, 2009, 10:27 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
the call for those links is in searchbox template I beleive

You could try creating a secondary file sure
__________________
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
uploaded over 10k photos, recent photos stuck! photobullet Photopost Pro Bug Reports 3 August 13th, 2006 11:42 AM
Featured Photos with VB oddity funkmiester Photopost Pro Installation & Upgrades 12 October 26th, 2005 01:21 PM
5.2 small bug/oddity with commentspal b6gm6n Photopost Pro Bug Reports 3 September 28th, 2005 11:41 AM
Stop Yahoo! Search and Google Photos from indexing photos on Photopost & Reveiwpost? criscokid Photopost Pro How Do I...? 4 June 15th, 2005 06:49 PM
How do I include only member gallery photos in featured photos dlangley Photopost Pro How Do I...? 4 April 30th, 2005 10:25 AM


All times are GMT -5. The time now is 12:21 AM.

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