 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
November 1st, 2005, 01:21 PM
|
#1 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2002
Posts: 1,066
| MG pics using next/previous link - leads to others pics
I understand that this is not a bug per se, but rather a need to ensure individual's integrity when viewing only a members pics in Members Gallery, even though they were primarily uploaded in `community' categories.
For example ... http://www.bamboocraft.net/bamboo/sh...00&ppuser=1156
When viewing members image and using Next / Previous Photos > link ...
... it continues on to others' pics,
BTW when viewing others pics it still shows pic belonging to user 1156 ...
... php?photo=1206&size=big&ppuser=1156
From what I can surmise ...
When viewing a members gallery thumbs we get this ...
Home » Members Gallery » Henry Lee
When viewing image we get this ...
Home » Bamboo Species » PHYLLOSTACHYS » Phyllostachys nuda
This I presume is because the image has been uploaded primarily to a category.
The URL ends as ... php?photo=1206&size=big&ppuser=1156 ... (without &cat=500 in it)
So the question is ...
When viewing pics from Members Gallery or My Gallery links
Could the category navbar show as ? ...
Home » Members Gallery » Henry Lee » Bamboo Species » PHYLLOSTACHYS » Phyllostachys nuda
Would this keep Next/Previous within context of only members pics?
Or is there another way?
Thanks,
Mark
|
| |
November 3rd, 2005, 01:13 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
Hello if I view a users gallery the next prev images are shown only his as I stated in your other thread. The only issue was clicking the link to a large image which I posted a fix on
here is your link to his gallery you posted above and I clicked a photo http://www.bamboocraft.net/bamboo/sh...00&ppuser=1156
how are any of the pics that appear not his? what step am I missing here
|
| |
November 3rd, 2005, 06:43 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
well thats something different
In showphoto you need to find all the nextlink and prevlink and add code in bold Code: Content visible to verified customers only.
anotherwards this
&cat=$cat
or
/cat/$cat
depending on whether its spider or not
|
| |
November 3rd, 2005, 08:30 AM
|
#5 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2002
Posts: 1,066
|
We don't have spider feature enabled so we added &cat=$cat in two places for next/previous in showphoto. (?)
It doesn't seem to have made any difference. http://www.bamboocraft.net/bamboo/sh...00&ppuser=1156
Click Photos >>
|
| |
November 3rd, 2005, 07:08 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
Matt if you pass the url in all instances if the next and prev links the cat variable shouls be passed
|
| |
November 3rd, 2005, 09:06 PM
|
#7 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2002
Posts: 1,066
|
Our mistake, we found 4 places to add &cat=$cat as per your instructions..
lines 273 and 277 for nextlink
and
lines 305 and 309 for prevlink
And it works! YEEHAW!!!
Now viewing members own pics at Gallery - ONLY shows members own pics using next/prev photos>> http://www.bamboocraft.net/bamboo/sh...00&ppuser=1156
Thanks!
Mark and Carole
|
| |
November 3rd, 2005, 10:53 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
Okay no problem |
| |
November 18th, 2005, 07:05 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Nov 2001 Location: New Jersey
Posts: 127
|
Thanks for this fix also works great now. I never noticed it did this until a member pointed it out to me today.
Thanks.
|
| |
January 13th, 2006, 01:55 AM
|
#10 (permalink)
| | Registered User
Join Date: Jan 2006
Posts: 1
|
OK... I'm a registered customer and I can't see the code... we upgraded to the latest version 5.21 and we are running into this... can someone please let me see that code?
|
| |
January 13th, 2006, 02:07 AM
|
#11 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005
Posts: 7
|
OK -
I have two logins here and I can't start topics in the bugs reporting area....
Please give me ability to start a thread here...
We upgraded to PPost 5.21 on our dev server and got everything running and working fine. So we thought. We put it all live today on our site.
keep in mind that we have a very high volume site. We do about 1/2 million page views per day and about 1,000 uploads on high traffic days. Well, we upgraded to the latest version like you suggested in another thread (which has actually been closed - - not sure why). We upgraded and things got MUCH MUCH worse. All other programs on the server were running just fine, but Photopost just completely locked up, then it started crashing after a few hours and then it brought the whole HA network to it's knees... literally.. 5 servers justy buckled. There is something seriously wrong with 5.21. Not sure what it is, but something is just screwy on high volume sites.
For one, there is no limiting on any of the queries. Most of hte wueries are trying to pull in 120K records. YIKES!
Any suggestions? The caching and upgrading you did for this latest version made things so much worse.
|
| |
January 13th, 2006, 02:16 AM
|
#12 (permalink)
| | Registered User
Join Date: Apr 2002
Posts: 4
|
Strike that... I have three logins. This is the one with the address that matches my customer license. This is the username you should activate.
License #14731
Please hurry... we are in CRITICAL MODE. We have to totally disable photopost and close our forums as they were completely crashing all 5 servers...
Help please. Thanks.
|
| |
February 9th, 2006, 09:32 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Long Beach, CA
Posts: 157
|
Thanks for the fix. It resolved the problem for me.
|
| |
July 9th, 2006, 11:39 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Jul 2003
Posts: 198
| MG pics using next/previous link - leads to others pics
Hello Chuck,
In pp5.31, I am trying get the members gallery pics to not lead to other users pics when the next/previous links are used so I tried this fix which worked in the earlier version: Quote: |
Originally Posted by Chuck S In showphoto you need to find all the nextlink and prevlink and add code in bold Code: Content visible to verified customers only.
anotherwards this
&cat=$cat
or
/cat/$cat
depending on whether its spider or not | Here is the current situation in pp5.31: In the new file there are no curly brackets around $npid and the new code looks like this: Code: Content visible to verified customers only.
so I added the curly brackets {$nipd}&cat=$cat
Is this correct?
Since I don't really understand the code yet, I have to guess and I really don't want to mess up our board with my "common sense reasoning" so your opinion is highly valued.
Carolem
Last edited by Carolem; July 9th, 2006 at 11:50 PM.
|
| |
July 9th, 2006, 11:49 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jul 2003
Posts: 198
|
It seems to work by adding the curly brackets
Carolem
|
| |
December 22nd, 2006, 08:10 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Jul 2006
Posts: 66
|
I am having this same problem with 5.62 when upgrading from 5.5
I have always used the following code as a solution, but it does not fix the issue with 5.62. I rolled back to 5.5
Any suggestions? Code: Content visible to verified customers only.
|
| |
December 22nd, 2006, 08:56 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Jul 2006
Posts: 66
| Quote:
Originally Posted by Carolem |
Thanks. I tried the upgrade a day too early.
It works fine now |
| |
December 22nd, 2006, 11:48 PM
|
#20 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2002
Posts: 1,066
|
Thanks St Mic(hael) for this!
We noticed one anomaly ...
/showgallery works fine displaying all thumbs including a users Member Gallery pics and category pics.
But if when clicking on a pic uploaded to Member Gallery it only shows pics uploaded to Member Gallery. (in filmstrip and PrevNext Photo).
If when clicking on a thumb in a category it only shows and leads to (in filmstrip Prev/Next ) pics in that category.
I see now that this may be what you intended, and if so, fair enough, we will use Astarans mod which shows all of a users pics from all categories in showphoto viewing.
BTW we have our default viewing sort as Latest at the gallery which is why we use this mode to see all users pics - as per most recent > irrespective of category uploaded.
I'm not sure if the Most Active default sort should apply if comments are turned off, as we have done, but that's not a problem with us as we have removed that sort option.
Enjoy yourself over the holidays and again many thanks for providing a great product that has become our pride and joy!
Cheers,
Mark and Carole
|
| | |
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 05:55 PM. | |