Pages (3):    1 2 3   
Member
Member
sbillard   15-07-2011, 16:35
#11

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

Junior Member
Junior Member
mdbr   21-07-2011, 09:54
#12

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?

Member
Member
cristofoto   24-07-2011, 21:57
#13

hello i have the same
and only with statc pages

Member
Member
vincent3569   26-07-2011, 22:26
#14

hi, the problem is due to an issue of zenphoto. Try the latest night build of 1.4.1.1

Member
Member
olihar   30-07-2011, 18:02
#15

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.

Member
Member
olihar   16-08-2011, 10:26
#16

@vincent3569

Have you gotten the change to look into the above suggestions?

Member
Member
vincent3569   25-08-2011, 21:13
#17

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.

Administrator
Administrator
acrylian   26-08-2011, 07:37
#18

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.

Member
Member
vincent3569   31-08-2011, 20:25
#19

@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"

Member
Member
vincent3569   31-08-2011, 20:32
#20

I am sorry, but the forum filters the code :-(

you have to had

[quote] name=""

[/quote]
in the two tags ``

Pages (3):    1 2 3   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.