ojs : few hooks to use to insert code
Posted by sarneil on 12 Feb 2015 in Activity log
Based on difficulties I was having injecting code into the editor/createIssue page, on Friday and Wednesday I looked at some more pages I know I'll need to modify to support the various controls to support Journal, Issue and Article level settings on support for OpenReview. For example author/submit/1, editor/submission/3 and there aren't sufficient events or hooks on those pages to allow me to inject OpenReview code. Modifying the base files is out of scope, leaving me only injecting code into the already completed template file just before it is displayed based on string processing of that file, and that seems just way too fragile and hard to maintain. Will review the situation again and decide how to proceed.