-
Hello Little Pockets !
The most proper way to do it - create the new service method where you will specify the rules of the appearance of the fields in this block. The easier variant is to create the new service block via Studio->Developer->Pages->Persons->View Person area with the content:
array (
'module' => 'bx_persons',
'method' => 'entity_info',
)
And hide the fewer fields with Javascript / CSS code in another raw block.
-
-
Great thanks, how about the individual profile fields? I have searched but haven't managed to find their ID. On the dev console all have the same id: bx-form-row-view-wrapper bx-form-row-view-wrapper-select bx-def-padding-sec-top
-
No, fields can't be selected by this way as they don't have IDs. You need to write the Javascript / JQuery code to hide the necessary fragments.