Limited number of albums?

In both the video and photo's module the folders stop at 10? I have 89 folders in photo's alone please advise on why it stops at 10?
Csampson
Quote · 20 Sep 2011

What do you meant by they stop at 10? They just display 10 of them in browse page?

----
Quote · 20 Sep 2011
Yes let me be specific I have 80+ albums but the ap only shows 10 albums no additional pages or folders.....
Csampson
Quote · 20 Sep 2011

http://www.boonex.com/trac/dolphin/ticket/2656

As a temporary fix change the following line in xmlrpc/BxDolXMLRPCMedia.php file:

$aList = $o->getAlbumList (array('owner' => (int)$iIdProfile, 'show_empty' => $isShowEmptyAlbums));

to:

$aList = $o->getAlbumList (array('owner' => (int)$iIdProfile, 'show_empty' => $isShowEmptyAlbums), 1, 1000);
Rules → http://www.boonex.com/terms
Quote · 21 Sep 2011

WooooooooHoooooooooo That did it thanks so much............Alex-T

Csampson
Quote · 21 Sep 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.