Dear Daniel,
How can I alter the callback order of plugin hooks? On public_items_show Scripto loads first followed by UniversalViewer. So this is what I get:

This is not ideal for documents with many pages, as the viewer will be way down on the page, and it isn't very logical having this order on the page: 1. option to transcribe 2. UV 3. current transcription.
This order would make a lot more sense: 1. UV 2. current transcription 3. option to transcribe more
I managed to do a bit of html workaround using an accordion, so that the associated pages are only displayed if the accordion is open.

Nonetheless I would very much like to know how to alter the order in which callback functions are called. Could you please put point me in the right direction?
Many thanks,
Peter
Dear Daniel,
How can I alter the callback order of plugin hooks? On
public_items_showScripto loads first followed by UniversalViewer. So this is what I get:This is not ideal for documents with many pages, as the viewer will be way down on the page, and it isn't very logical having this order on the page: 1. option to transcribe 2. UV 3. current transcription.
This order would make a lot more sense: 1. UV 2. current transcription 3. option to transcribe more
I managed to do a bit of html workaround using an accordion, so that the associated pages are only displayed if the accordion is open.
Nonetheless I would very much like to know how to alter the order in which callback functions are called. Could you please put point me in the right direction?
Many thanks,
Peter