Comment to 'Groups Post in Context'
  • Hello @Corey Dozier !

    It seems this block doesn't have the id bound. How to add it:

    1) go to the Studio->Developer->Pages->Groups->View Group area

    2) open this block to edit

    3) add the following lines to the Code field:

    array (
     'module' => 'system',
     'method' => 'get_create_post_form',
     'params' => 
     array (
      0 => '{profile_id}',
     ),
     'class' => 'TemplServices',
    )