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?
