pluck
pluck 4.7 out now, download it today!

pluck support forums

for all your questions about the easiest CMS on the planet

You are not logged in.

Announcement

New registrations are disabled for some spam problems. New registrations will be avaliable soon. If you want to help to keep forum away from spam - contact us.
Please post your bug reports on Launchpad.

#1 11-07-2009 16:01:18

Valmir
Member
Registered: 11-07-2009
Posts: 1

how to add pagination to the photo gallery of images

Hello, I would like to know how to adapt a code to browse photos in the gallery used by Pluck

I tried several ways, but so far no results
I would like to know how to create a function for that little problem of paging
I hope to answer

thanks


examples

<?
$pg = $_GET['pg'];
if (!isset($pg)) { $pg = 0; }

$qts =10;
$inicial = $pg * $qts;
$fim = $inicial + $qts;

while (false != ($img= readdir($path))) {
$ex = explode(".", $img);
$imgN = $ex[0];

if ( ($imgN >= $inicial) && ($imgN <= $fim) ) {
}
}
?>

Offline

#2 12-07-2009 14:16:18

Methuselah
Member
Registered: 14-03-2009
Posts: 63

Re: how to add pagination to the photo gallery of images

i would like to know this too. or at least if it will be avaliable in the 4.7! pagination for the blog would also be useful...

Offline

#3 12-07-2009 15:55:42

Spirit55555
developer
From: Denmark
Registered: 09-11-2008
Posts: 227
Website

Re: how to add pagination to the photo gallery of images

Pagination for the blog is planned for 4.7.

Offline

#4 12-07-2009 17:33:39

Methuselah
Member
Registered: 14-03-2009
Posts: 63

Re: how to add pagination to the photo gallery of images

Excellent! Spirit that sentance seems to be your song, everytime i see you've posted a reply i know its a 4.7 spoiler! yay!

Offline

#5 13-07-2009 14:15:30

Spirit55555
developer
From: Denmark
Registered: 09-11-2008
Posts: 227
Website

Re: how to add pagination to the photo gallery of images

Methuselah wrote:

Excellent! Spirit that sentance seems to be your song, everytime i see you've posted a reply i know its a 4.7 spoiler! yay!

That's because I'm working hard on 4.7, and I want you guys to know how awsome the next version will be big_smile

Offline

#6 04-08-2010 23:39:06

tatlar
Member
Registered: 03-08-2010
Posts: 3

Re: how to add pagination to the photo gallery of images

Hi there,

What is the status on pagination for the galleries? This thread was last updated on 2009-07-13. Any updates? I need this feature as well.

Thanks in advance.

Offline

Board footer

Powered by FluxBB