Admin Block Photo Stream - Photo numbers

blastpit

Joined: 2010-12-06
Posts: 7
Posted: Thu, 2011-04-14 14:49

In Admin Dashboard I see 10 Recent photos added to My Gallery. But I need to see last 50 Photos. How to do it?
Please help Me...

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2011-04-21 22:20

>where("type", "=", "photo")->order_by("created", "DESC")->find_all(10);
in modules/gallery/helpers/gallery_block.php

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
blastpit

Joined: 2010-12-06
Posts: 7
Posted: Sun, 2011-04-24 14:39

Thank You!