Another question from a newbie.
Is there a simple way to change the set-up in image.php so that when you click on the full-sized photo, it goes to the next photo? I'm sure it can be done, just wondering if someone's done it already
I hunted around but haven't seen it, though I probably just missed it.
Thanks in advance for any advice.
Comments
I am also interested in that. Did you find a solution ?
Pierre
Pierre
i have implemented here http://album.mirchiwoods.com, now i removed!
Ok, I see the image.php and looked into it. I think on have to change some things on those lines, but I can't do that. Someone could again help me,
Thanks a lot in advance,
Pierre
<div class="image">
<div class="imgnav">
<?php if (hasPrevImage()) { ?> " title="Previous Image">« prev
<?php if (hasNextImage()) echo " | "; } if (hasNextImage()) { ?> " title="Next Image">next »<?php } ?>
</div><!--imgnav!-->
<div class="the_image">
<?php printDefaultSizedImage(getImageTitle()); ?>
</div><!--the_image!-->