You are not logged in.
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
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
Pagination for the blog is planned for 4.7.
Offline
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
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 ![]()
Offline
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