Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Hacks and Modifications (http://www.pixelpost.org/forum/forumdisplay.php?f=16)
-   -   Navigate left to right (http://www.pixelpost.org/forum/showthread.php?t=9980)

maxomat 12-14-2008 09:46 PM

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!

Trauko 12-15-2008 02:52 PM

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>

maxomat 12-15-2008 07:06 PM

Thanks Trauko, but that does not work.

Trauko 12-15-2008 09:44 PM

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 :)

maxomat 12-15-2008 10:10 PM

Yes, man!

I changed:

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

It rocks now! Thanks!


All times are GMT. The time now is 01:49 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.