I want to add a block that will show my subscriptions. (like page member_subscriptions.php)
The reason is that i wanna show what i follow...(will restyle layout and people will not see the unsubscribe button)
How should i build up the php block with code?
is this the way to do it...
bx_import('BxDolService'); return BxDolService::call('what_to_do_here'', 'and_here');
waiting for some great ideas