Only show albums from a certain member

I want to be able to show photos and albums from a certain member on the photos homescreen.

In BxPhotosPageHome.php i added this

$this->oSearch->aCurrent['restriction']['ownerId'] = array('value' => '1',
'field' => 'Owner',
'operator' => '=',
'paramName' => 'ownerId' );

in the function getBlockCode_All ($id)

that works.

But i can´t seem to get the albums view to show only albums from a certain member.

How can i do this?

Quote · 2 Sep 2010
 
 
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.