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.
Comments
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?
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.