PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   "Next Image" not showing up (http://www.photopost.com/forum/photopost-pro-how-do-i/122122-next-image-not-showing-up.html)

AREA51 January 9th, 2006 05:59 PM

"Next Image" not showing up
 
On some of my galleries, if a user clicks on the first photo in the gallery a new page loads with a large image. In the upper right they should have the option to click "next image" but instead it just says "previous image"
This only seems to happen when the user clicks on the first photo in a gallery, in other words if they click on a thumbnail photo in the middle they will have the options to view "previous and next images"

Any ideas what is going on?

Here is a sample gallery that is having this problem...

http://www.zerogravityclub.com/photo...ry.php?cat=691

Click on the first photo in the upper left to see what I mean.

mjm January 9th, 2006 07:19 PM

That's because it's the newest pic in the category.
The terms Next and Previous are sometimes confusing in context to the sequence of photos.
What I ended up doing was removing the words, leaving just the directional arrows.

:)

AREA51 January 9th, 2006 07:54 PM

How do you get the directional arrows to show up? I don't see any.

Chuck S January 9th, 2006 08:00 PM

If there is a next image next shows up if not it does not. Same thing goes for prev image.

Maybe mjm will share how he modified his files for you.

AREA51 January 9th, 2006 08:39 PM

I think I figured the problem out. The photos in thumbnail view are being sorted by filename by default as opposed to by posted date. Is there a way to change it so that it defaults to sorting the gallery by posted date?

mjm January 9th, 2006 08:47 PM

To be honest all we did was make it ...
<<< Photos - Slideshow - Photos >>>
and omitted Next/Previous text.
Works for us.

Re: Is there a way to change it so that it defaults to sorting the gallery by posted date?

That IS the default for us.
What is the sort order set at in admin > edit category?

AREA51 January 10th, 2006 12:07 AM

I don't have the option to sort by "posted date" in admin>edit category

mjm January 10th, 2006 01:30 AM

Hi, are these in your dropdown menu?
Edit Category > Default Sort Order

Latest
Most Views
Most Active
Most Popular
Random
Least Popular
Image Name
Title

BTW... FWIW...
If you have a parent category with subs that you want with the same sort order, you can apply the sort order to the parent category and at the bottom of the page ...
- Check box to apply these settings and permissions to all children

AREA51 January 10th, 2006 02:50 AM

I do have those choices, but none of them let me sort by "posted date" Right now it defaults for "Latest" but that isn't the same as sorting by "posted date"

Chuck S January 10th, 2006 08:20 AM

You do not have that drop down box in edit categories in admin? that is where you set a default sort for a category.

Latest would be the sort you want to select for sort by date

AREA51 January 10th, 2006 10:13 AM

I DO have those categories, which one would I use to sort by "posted date"?

Chuck S January 10th, 2006 10:49 AM

That would be latest my friend ;)

AREA51 January 10th, 2006 11:01 AM

"latest" seems to be the default, but it is sorting them in descending order instead of ascending. So when the user clicks on the first photo there is no "next" button to click on to go to the next photo.

See what I mean by going here

http://www.zerogravityclub.com/photo...ry.php?cat=691

Click on the first photo that comes up, when you do, in the upper right corner your only option is to click "previous image"

Chuck S January 10th, 2006 11:18 AM

You may change the sort if you desire but correct latest means sort by date DESC so there should be a previous link not a next link.

If you want and you know how to use phpmyadmin here is a sort you can add to the photopost sort table to show oldest to newest

INSERT INTO pp_sort VALUES (9,'Oldest', 'ORDER BY disporder,date ASC')


All times are GMT -5. The time now is 12:47 PM.

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