Where is "Forums Actions" block in the "Add Block" menus?

I would like to add the "Forums Actions" block to another page. I can see it as an added block in the "Forums of Author" page, but when I click on "Add Blocks" on any other page, the "Forums Actions" block does not appear within the Discussions blocks.

NOTE: I have renamed "Discussions" to "Forums" in the Polyglot.image_transcoder.php?o=sys_images_editor&h=2203&dpx=2&t=1725205547

  • 762
  • More
Replies (4)
    • 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

      • I tried that but when I hit the "Save" button on the Add Block screen, it just spins like this for a long time. Do I need to close out the "array" in the code you mentioned above?image_transcoder.php?o=sys_images_editor&h=2204&dpx=2&t=1725219740

        • The array should be with the closing ) symbol. The editor hides it in my example.

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

          Should be smth like this

          • Ok...the service block saved correctly, but there is still nothing that shows up on the Forums (Discussion) Home page. It should show up where the yellow highlight is I think.image_transcoder.php?o=sys_images_editor&h=2208&dpx=2&t=1725285825image_transcoder.php?o=sys_images_editor&h=2209&dpx=2&t=1725285860

            Login or Join to comment.