Pages (10):    1 6 7 8 9 10   
Member
Member
amucklow   29-04-2009, 11:51
#81

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.

Unregistered
Unregistered
Guest   29-05-2009, 02:20
#82

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

Administrator
Administrator
acrylian   29-05-2009, 08:29
#83

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

Junior Member
Junior Member
hid4msk   10-09-2009, 13:55
#84

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

Administrator
Administrator
acrylian   10-09-2009, 15:34
#85

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

Member
Member
VNlilMAN   11-11-2009, 18:44
#86

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

Member
Member
micheall   12-11-2009, 13:44
#87

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.

Member
Member
VNlilMAN   14-11-2009, 01:42
#88

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

Member
Member
totemx   28-02-2010, 17:56
#89

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

Junior Member
Junior Member
pekkal   20-06-2010, 00:33
#90

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 :/

Pages (10):    1 6 7 8 9 10   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.