Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 04-08-2009, 08:13 PM
davidvo Offline
forum loafer
 
Join Date: Apr 2009
Posts: 4
How do I activate so a mouse click changes to the next picture?

Hi!

It's SO annoying when it doesn't work to click on the picture to get to the next one...
Anyone who knows what I have done wrong, or what to do?

url: http://davidvo.biz/pixelpost/

Thanks for any help!
David
Reply With Quote
  #2  
Old 04-09-2009, 01:17 AM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
You just need to wrap the image in a link tag with the proper Pixelpost Tag (http://www.pixelpost.org/docs/Templa...GE_PREVIOUS_ID) to have it go to the previous photo.
__________________
Kevin | Light & Dark Photoblog

Reply With Quote
  #3  
Old 04-09-2009, 02:19 AM
davidvo Offline
forum loafer
 
Join Date: Apr 2009
Posts: 4
Talking

I've tried to figure it out, but I didn't understand what to do...
Could you please try to explain a little more detailed!

Jiis, I hate being a noobie
Reply With Quote
  #4  
Old 04-09-2009, 02:31 AM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
Put this where you photo is:

<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" />
</a>
__________________
Kevin | Light & Dark Photoblog

Reply With Quote
  #5  
Old 04-09-2009, 11:54 AM
davidvo Offline
forum loafer
 
Join Date: Apr 2009
Posts: 4
I'm feeling so stupid right now.... Where should I put it? In the image_template.html ?

This is a picture of the content in the image_template.html file, but I don't know where to put it?

http://davidvo.biz/help/image.jpg

Thanks again for any help!
Reply With Quote
  #6  
Old 04-09-2009, 05:53 PM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
I took a look at your photo...

Take a look at lines 10, 11, and 12 outlined below.
Code:
<div id="imageWrap">
	<img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>px" height="<IMAGE_HEIGHT>px" class="photo" />
</div>
Change line 11 to look like this:
Code:
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
	<img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>px" height="<IMAGE_HEIGHT>px" class="photo" />
</a>
The final result should look like this:
Code:
<div id="imageWrap">
	<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
		<img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>px" height="<IMAGE_HEIGHT>px" class="photo" />
	</a>
</div>
Reply With Quote
  #7  
Old 04-10-2009, 06:32 PM
davidvo Offline
forum loafer
 
Join Date: Apr 2009
Posts: 4
Thank you very much for a detailed explanation!

It worked perfectly!
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 08:32 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs