Pages (5):    1 2 3 4 5
Member
Member
amucklow   2009-04-29, 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   2009-05-29, 02:20
#82
Anyone having issues with jcarousel after upgrading to jQuery 1.3.x?
Administrator
Administrator
acrylian   2009-05-29, 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   2009-09-10, 13:55
#84
where i can download actually version of this (galleria for zenphoto) theme? i use zenphoto 1.2.6
Administrator
Administrator
acrylian   2009-09-10, 15:34
#85
Since it is not listed on our themes page there is probably none.
Member
Member
VNlilMAN   2009-11-11, 18:44
#86
I dont know where you are now Alex but I love you. (ZP, I <3 you too)
Too bad this isnt being worked on anymore for everyone else in order to be an official theme cause its exactly the type of thing I was looking for.

I was able to integrate it with my website
http://teamganzi.com/Graphics/david.shtml

Its still in the rough stages but now I can have every user upload their own photos to be displayed in the gallery (Rather than me do all the work).
If only I could get the comments/descriptions up but that sounds like a lot of work.
I'm an "old schooler" who knows nothing about PHP, just some HTML.
Member
Member
micheall   2009-11-12, 13:44
#87
Shouldn't be too hard if you take a look.

Remove everything from
`<?php if (getOption('Allow_comments')) { ?>`

to the second
`<?php } ?>`

And replace with:
`
<?php
if (function_exists('printCommentForm')) {
printCommentForm();
}
?>
`
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   2009-11-14, 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   2010-02-28, 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   2010-06-20, 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 (5):    1 2 3 4 5
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.