PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   Possable Bug (http://www.photopost.com/forum/bugs-1-0-0/118725-possable-bug.html)

Freeway July 13th, 2005 01:15 PM

Possable Bug
 
I hope I can make myself understood :o

ok,
This has to do with ratings.

Lets say I click on one of Betty's images and like it.

Let's say I want to rate all of Betty's images

I then click (View all of Betty's images)

I am then taken to all of Betty's images

So far so good.

Now lets say that Betty has images in 3 catogories.

I click on Betty's first image ( its in Cat. A )

I rate it.

Then I click the ( Next Image » ) link to rate Betty's next image.

Thats where the problem starts.

If Betty's next image in not in the Cat. I end up seeing something unrealated to Betty.....

See what Im saying?

If I want to rate all of Betty's images I have to go through alot of foo foo to do it. I end up seeing way to many images that arent Betty's to rate her photos.


Im not sure but I think this happens with the "new images" "What pop" etc..
If I rate an image I am taken to the Cat. of them image instead of back to "bettys images" or "what new" or whatever

Freeway July 15th, 2005 12:28 PM

Re: Possable Bug
 
This is really driving me nuts...
Can anyone elese confirm this ( RC4 )
or
Does anyone know if the newest version addressed this?

Brian July 15th, 2005 02:03 PM

Re: Possable Bug
 
Look in your 'ADV_GALLERY_SHOWIMAGE' template for this code:
Code:

Content visible to verified customers only.
Right below that, add:
Code:

Content visible to verified customers only.
Then open your gallery/newreply.php file and look for:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
Then find:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
Last, find:
Code:

Content visible to verified customers only.
Above that, add:
Code:

Content visible to verified customers only.


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