The Geek,
The next/previous page links are working now but the photos don't seem to be changing based on what page i view (I see the same set of photos on every page). This is a photopost 5.x install using your latest version.
If you need pp access to play with this I can let you in to my dev site? Just let me know.
P.S. I found a way around the issue by adding:
Code:
if ($page > 1){
$start = ($page-1) * 8;
}
else
{
$start = 0;
}
after elseif($photo_system=="pp")