PDA

View Full Version : Previous/Next question.


Tom K
05-18-2006, 05:24 AM
I am using Pixelpost and loving it as a photoblog. Superb program. I am in the tweaking phase but things are coming along nicely.

I have a question about the images when a visitor wants to see them by clicking "Next" or "Previous". When someone is at my web site and they get to the end of the photos the "Next" selection no longer goes to another image because it's at the end of the line so to speak. Plus...when they visit the first page of the web site the "Previous" option is available and there is no "previous" image so if they hit it nothing happens. Also....if they click on the image it goes to the next one until it reaches the end and then it stops.

My main question is......How can I get rid of the "Previous" option on the home page and how can I get rid of the "Next" option when the visitor reaches the end of the photo line.

I am using version 1.5 and the simple-visions template.

Here is my site if you need to look at it: http://www.tomkaszuba.com/photo/index.php

Thank you very much.

Connie
05-18-2006, 05:37 AM
Tom,

you might read the taglist in the docfolder..

pixelpost-tags.txt:

<IMAGE_PREVIOUS_LINK> || full link that says "Previous", or empty if no previous
<IMAGE_PREVIOUS_ID> || id of previous image
<IMAGE_PREVIOUS_TITLE> || if empty, displays "No Previous Image"
<IMAGE_NEXT_ID> || id of the next image
<IMAGE_NEXT_TITLE> || if empty, displays "No Next Image"
<IMAGE_NEXT_LINK> || full link that says "Next", or empty if no next

if you use the correct tags in your image_template.html you get everything you want!

RTFM ;=)

Tom K
05-18-2006, 05:50 AM
Edit** It worked like a charm.

Thank you for the quick response. I am new at this but you're help is greatly appreciated.

Pixelpost is a superb piece of work.

Thank you.

Connie
05-18-2006, 06:23 AM
Tom,

I forgot to add that you can edit the text which will be presented by these tags in the language file, which you find in the language-folder

by this you can even more modify it

thanks for your appreciation!