PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   PP531: Calendar & changing view - wrong photos (http://www.photopost.com/forum/photopost-pro-bug-reports/126230-pp531-calendar-changing-view-wrong-photos.html)

snoopy5 July 23rd, 2006 11:43 AM

PP531: Calendar & changing view - wrong photos
 
Hi

PP 5.31

my users choose very often the calendar to see which images have been uploaded on a specific day.

If you click on the date, PP shows the correct images for that day. If you switch within this screen now i.e. from thumbnail view to gallery view, PP shows suddenly different images. Not at all anymore only the images that have been uploaded on that day as it should.

How can I fix this?

Thanks in advance

Chuck S July 23rd, 2006 02:45 PM

well lets see if I follow what your saying add this line in bold to your cathead.tmpl file

Code:

Content visible to verified customers only.

snoopy5 July 23rd, 2006 03:50 PM

Thanks, that did the trick.

I detected the same problem when using "group by member" in the same drop down list. It seems to lead to the normal member gallery view with all members and all images. Sorry that I did not check this before.

Is there also an easy fix for this?

Chuck S July 23rd, 2006 03:52 PM

I dont think it can work in showmembers script since that is not a search script like showgallery

snoopy5 July 23rd, 2006 04:33 PM

mmmhh,

but then the view option on a specific date with the option "group by members" would be meaningless.

I looked at the url, and all view options are ending in something liek:

..../showgallery.php?si=&limit=&thumbsonly=4&perpage=24&cat=........

Only the "group by member" of the same dropdown choice is resulting in this link:

.../showmembers.php?cat=all

Is this by purpose or should there be also a kind of "showgallery" url?

Chuck S July 24th, 2006 10:05 AM

group by members throws things into the showmembers script which does not follow date at all

Now you can modify showmembers.php like so add in bold

Code:

Content visible to verified customers only.
Lower down

Code:

Content visible to verified customers only.
then in showgallery.php

Code:

Content visible to verified customers only.

snoopy5 July 24th, 2006 11:28 AM

That worked, thanks!

snoopy5 November 15th, 2006 12:24 PM

Hi

PP 5.5.

I found out that this bug was not fixed in 5.5. I tried now to make the same hack as in 5.31. The bug could be fixed with this as shown at the tp of this therad ( by adding <input type="hidden" name="date" value="$date" /> in the template).

However I could not resolve the second problem described above with "group by member". I applied the code change (which worked for PP 5.31), but in PP 5.5 it does not work.

How can I fix this in 5.5.?

Thanks in advance

Chuck S November 15th, 2006 01:43 PM

should work in 5.5 fine


All times are GMT -5. The time now is 08:24 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