Gallery index page is a way to have a specific script set for the "gallery" home page of the theme. (That is a page different from index.php for viewing the gallery part of the theme.) But of course, the theme must implement it.
Best way to understand it is to look at the Effervescence+, Garland, and Zenpage themes for. The first allows for a dynamic setting of the option the other two use a standard index for the gallery of gallery.php
hello great theme but i have a problem in the page
look http://www.mdbrx.com/gl/pages/bio
in the page i find this
a:3:{i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}
why?
hello i have the same
and only with statc pages
hi, the problem is due to an issue of zenphoto. Try the latest night build of 1.4.1.1
Can I suggest one thing, for the image.php to work almost the same way as album.php just without the thumbs.
So, preload as it does in album, as well it does not refresh the page when going to next image.
I personally would love for google maps to load the same way in image.php as the image, name and desctption does.
Is that something of interest and hard do implement?
EDIT: I can see keyboard navigation works in image.php thats great, but again the whole webpage reloads when going to next and previous.
On this subject a little more, would it be possible for the images to get their name in the url bar instead of /#6 as if you add another image to that folder and someone has linked to one of the images it will/might have changed.
Somthing like /NAMEOFIMAGEFILE.jpg.php as the files will all have individual names anyways.
hi
@ olihar : I haven't seen your reply before...
I am sorry but i don't know how to change the picture in image.php without reload the whole page.
for the image name in the link, I don't know too (but according to me, it might be a core functionnality of zenphoto displaying the logical name of the picture rather than the physical name).
however, the title displayed in browser tabs contains the title of the picture.
If I recall right this theme uses the zpGalleriffic script as well. So that #6 numbering in the url is built in there so the script would need to be changed. This url changing stuff without actually loading a new page would probably be a major change. Maybe look at the zpGalleriffic site if there is maybe an option or workaround.
@olihar : I found a solution for your request
in album.php, lines 49 to 53, replace
`
/images/video-placeholder.jpg" title="">
" title="">
`
by
`
getFileName(); ?>" class="thumb" href="/images/video-placeholder.jpg" title="">
getFileName(); ?>" class="thumb" href="" title="">
`
this hack add the filename in the url as "albums/#filename.jpg"
I am sorry, but the forum filters the code :-(
you have to had
[quote] name=""
[/quote]
in the two tags ``