Comment to 'Where is "Forums Actions" block in the "Add Block" menus?'
  • Hello @mrochek !

    In the Developer->Pages->Forums app try to add the service block with the following code:

    array (
     'module' => 'bx_forum',
     'method' => 'my_entries_actions',
    )
    

    like this one