ZenphotoCMS Forum
ZenPhoto + Galleria = awesome - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: ZenPhoto + Galleria = awesome (/thread-2467.html)

Pages: 1 2 3 4 5


ZenPhoto + Galleria = awesome - amucklow - 29-04-2009

Per my earlier question about /page/1 being added to the URL. The getAlbumLink() function automatically adds this, but it can be removed by commenting out part of the function like so:

`
function getAlbumLink() {
global $_zp_page;

    $rewrite = pathurlencode($this->name) . '/';
    $plain = '/index.php?album=' . urlencode($this->name). '/';
    // the following section is commented out to prevent the addition of /page/1 in URLs
    /* if ($_zp_page) {
        $rewrite .= "page/$_zp_page";
        $plain .= "&page=$_zp_page";
    } */
    return rewrite_path($rewrite, $plain);
}

`
Note this is only for use with a Galleria-style theme where additional paging is not required.




ZenPhoto + Galleria = awesome - Guest - 29-05-2009

Anyone having issues with jcarousel after upgrading to jQuery 1.3.x?




ZenPhoto + Galleria = awesome - acrylian - 29-05-2009

Just to note Zenphoto still ships with jQuery 1.2.6 for compatibility reasons with some admin stuff.




ZenPhoto + Galleria = awesome - hid4msk - 10-09-2009

where i can download actually version of this (galleria for zenphoto) theme? i use zenphoto 1.2.6




ZenPhoto + Galleria = awesome - acrylian - 10-09-2009

Since it is not listed on our themes page there is probably none.




ZenPhoto + Galleria = awesome - VNlilMAN - 11-11-2009

I dont know where you are now Alex but I love you. (ZP, I




ZenPhoto + Galleria = awesome - micheall - 12-11-2009

Shouldn't be too hard if you take a look.

Remove everything from
``

to the second
``

And replace with:
`

`
Just a cursory look through the code that is. You'll want to make sure I didn't overshoot/undershoot on the comment code itself.




ZenPhoto + Galleria = awesome - VNlilMAN - 14-11-2009

I tried that but it didnt work. From what i've read, its because this theme doesnt use image.php
just album.php




ZenPhoto + Galleria = awesome - totemx - 28-02-2010

What do i have to edit in order to see picture not in their real size but resized into prefixed window?




ZenPhoto + Galleria = awesome - pekkal - 20-06-2010

I've been working on this for many long nights and made some progress.. but now I think I've hit the wall. 2 major issues, is it even possible to get printImageDesc() working (and to remove the "caption" for example: 5:DSC_5115.jpg) and getting commenting working?

Have you guys been working around galleria? I tried zpGalleriffic before this one but it also had some major problems :/