I am trying to implement a plugin to modify “Add Reviewer” modal. This plugin is going to add a new button to modal footer and also a new form which will appear on modal once user clicks on the button. Like “Create New Reviewer” button.
I am new to OJS, so I read documents about writing plugins and OJS hooks. I think Form::config::before is responsible for editing forms. But it doesn’t work!
It seems there is’t any hook to modify modals like “Add Reviewer”.
Thank you for your post - I will pass it along to our developers who can hopefully make some suggestions - but can you verify one thing: OJS 3.3.1 doesn’t exist yet ( the most recent release is 3.3.0-8: https://github.com/pkp/ojs/tags) - can you verify what version (or possibly a branch in github?) you are working from? It will be helpful for our devs to know this info when offering suggestions.
Thank you for your reply @rcgillis
I am using the official docker image ojs:stable-3_3_1, so maybe its tag is wrong or not related to its version on Github.