We recently got a request from one of our customers that they would like to display "Photo Albums" block on homepage instead of most recent Photos. This made total sense to us as well because it's better to display "Photo Albums" if the site has lot of photos. We applied the fix for the customer and thought of sharing with others here as well who might have the same need:
Backup your database
Run this SQL query via php admin or through admin panel -
INSERT INTO `sys_page_compose` (`Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`) VALUES ('index', '998px', 'Photo Albums', '_bx_photos_albums', 1, 1, 'PHP', 'return BxDolService::call(''photos'', ''get_profile_albums_block'', array($this->oProfileGen->_iProfileID), ''Search'');', 1, 34, 'non,memb', 0);
Regards,
Armaan