Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Hacks and Modifications

Post Reply
 
Thread Tools
  #1  
Old 12-14-2008, 09:46 PM
maxomat Offline
forum loafer
 
Join Date: Dec 2008
Posts: 4
Navigate left to right

Hi guys, I need your help!

Is it possible, to change the navigation route?

From the newest photo navigate to right and not to left?

Thanks for hacks!
Reply With Quote
  #2  
Old 12-15-2008, 02:52 PM
Trauko's Avatar
Trauko Offline
pp veteran
 
Join Date: Sep 2006
Location: Dalcahue, Chiloé
Posts: 99
Edit image_template.html

Change
Quote:
<div id="image-navigate">
<span class="image-previous"><IMAGE_PREVIOUS_LINK></span>
<span class="image-next"><IMAGE_NEXT_LINK></span>
</div>
to
Quote:
<div id="image-navigate">
<span class="image-next"><IMAGE_NEXT_LINK></span>
<span class="image-previous"><IMAGE_PREVIOUS_LINK></span>
</div>
Reply With Quote
  #3  
Old 12-15-2008, 07:06 PM
maxomat Offline
forum loafer
 
Join Date: Dec 2008
Posts: 4
Thanks Trauko, but that does not work.
Reply With Quote
  #4  
Old 12-15-2008, 09:44 PM
Trauko's Avatar
Trauko Offline
pp veteran
 
Join Date: Sep 2006
Location: Dalcahue, Chiloé
Posts: 99
Next-Previous

Then edit ../language/lang-english.php

line 36

Quote:
// IMAGE NAVIGATION
$lang_previous = "Previous";
$lang_next = "Next";
$lang_no_previous = "No Previous Image";
$lang_no_next = "No Next Image";
Suerte
Reply With Quote
  #5  
Old 12-15-2008, 10:10 PM
maxomat Offline
forum loafer
 
Join Date: Dec 2008
Posts: 4
Yes, man!

I changed:

language/lang-english.php
style.css
and image_template.html

It rocks now! Thanks!
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 09:24 PM.

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