Is there a way to move the book activity index from the side blocks to the content? I need to do that only for the book activity.
I have already overwritten several renderers but unfortunately this part is not managed by a renderer.
It is actually managed by the function book_add_fake_block() in the /mod/book/locallib.php file.
Is there a way to overwrite this function somehow?
I would like to avoid using javascript to move the index in the DOM. =(
Thank you very much