Comment to 'Invites Block on Groups'
  • Hello @Karina !

    You may add a new service block on the page, then edit it and place the following code in the "Code" parameter:

    array (

     'module' => 'bx_groups',

     'method' => 'entity_invite',

    • Hi @LeonidS This code gives me the block for the Invite Members. The one I require: is the block with the list of Invites already sent, and I would also like to add the block for the fans or members who have joined the group on this page.

      Invites: _bx_groups_page_block_title_fans_invites

      Members: _bx_groups_page_block_title_system_fans

      Hope that clears it up! And thank you! :-)

      • Then you need to add the following code parts to the service blocks:

        array (

         'module' => 'bx_groups',

         'method' => 'fans_table',

        and

        array (

         'module' => 'bx_groups',

         'method' => 'invites_table',

        • Hi @LeonidS - the first code for the members does not work. And for the second, the block got added, but the actual content for the invitees is missing. Even though there are indeed members who have been invited.