Member
Member
dmitriid   2009-10-13, 20:58
#1

Hi all

setOption('albums_per_page', 10)

I have an album which has 25 subalbums.
I go to page two in subalbum list
I click on an album
The breadcrumb to the parent album links to the first page only

I may be missing something again

Member
Member
sbillard   2009-10-13, 22:48
#2

Could be, but since you have not told us much, not sure we can help you.

Member
Member
dmitriid   2009-10-14, 06:54
#3

Well, that's about it

`

$parents = getParentAlbums();

if(isset($parents[0])) $name = $parents[0] -> name;

setOption('albums_per_page', 10);

setOption('images_per_page', 20);

if($name == 'books'){

$title = 'Books';

$meta = '';

setOption('albums_per_page', 10);

}

`

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.