Okay, this is killing me because the answer must be really obvious if you understand how to translate URL to function calls and put them into page blocks.
We wish to display members' photos in a block in their profile page. After many hours I accidentally discovered that the following URL displays all of member's photos
modules/?r=photos/albums/browse/owner/{profileNick}
This URL must call a function that should also work in a page block. How does this work? Is it possible to convert the URL into the function call? I imagine that it might be something like:
return BxDolService::call('photos',............
Can anyone elaborate on this secret?