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