Comment to 'How to make a new profile block'
  • 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.