-
Yes, it's possible. You need to create the new "service" block via Studio->Developer->Pages->Persons->the necessary page and place the following content there:
array ( 'module' => 'bx_persons', 'method' => 'browse_by_acl', 'params' => array ( 0 => array (3, 7, 8), ), )
Where is the bold line - the ids of necessary mem levels (can be checked in Studio->Permissions page, just hover on any links there like "36 actions" and you will see the URL like studio/builder_permissions.php?page=actions&level=7 where the bold part means what you need).
-
@LeonidS I have entered this array but when I click to save, I just get a neverending loading ring and it won't submit. If I remove the code from the field then the Save button will work but then there is no code applied (obviously). Is something wrong with my code that is not letting it submit for some reason?
array (
'module' => 'bx_persons',
'method' => 'browse_by_acl',
'params' =>
array (
0 =>
array (11),
),
-
Hi @Corey Dozier !
I corrected my previous post - in this editor mode, the post has lost the closing ) symbol.
-
You da’ man @LeonidS !