Hello,
Just started using Gallery. Great software! So many options, so tweakable. I'm slowly getting it to look and act just like I want, but there are two things I can't figure out. The first is, I was wondering if there was a way to make it so that when you clicked on a photo, instead of going to the enlarged version, it just went to the next photo. I have gallery contained in a div and when you go to an enlarged photo it looks very silly - plus, I feel like the people looking at the photos would be more likely to want to see what's next, rather than the full-size version. The other thing is, I want to change the previous, first, next, and last icons, but I can't find the image files anywhere, and they aren't part of the icon pack.
Thanks so much for any help, and for providing such useful software.
-Colin
Posts: 4
Scratch that about the next/first/last/previous icons - found them in the template images folder no problem, I was just being stupid. The link thing I'm still curious about.
-Colin
Posts: 27300
Some themes have the behavior you want:
http://themes.gallery2.hu/
Some themes allow you to click the left side to go tot the previous image and the right side to go tot he next image.
If you don't want the full sized version viewable then set permissions for that.
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
Is there any way to do it with the Matrix theme? I've already spent a while customizing this theme to fit in just like I want.
-Colin
Posts: 27300
Find how the theme that does it and add the same code to the matrix theme. It might even work if you just copy the photo.tpl from the theme that does the behavior to the matrix theme.
In some themes it just uses a <map> and in other it uses some fancy javascript. You might have to do some copy/paste to get tit to work.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
Thanks very much for the advice, I'll investigate.
-Colin
Posts: 10
[Config: Server 2003 SP2 EE / IIS 6.0 / SQL Server 2005]
I know this is quite old, but seeing as i just modified the code for the matrix theme to work, i thought i'd post for anyone trying to make this work.
in page.tpl replace:
with
make sure to do this in a copy of page.tpl placed in the local folder under templates, so you keep the original.
Posts: 1
made a slight change for looping the album and no text. thanks for the original, kreator.