Add the areas that this article is bound to:
Areas:_____________ { SELECTION LIST } (ADD|RESET)
So the user is capable to add areas one by one by adding with the add button, and if he makes one mistake he can just simply reset and do it again. I will not make a remove button because i need this plugin to be ready asap.
Im not very good in OJS plugin development but ill try to explain myself as good as possible so you can help me find the right methods or functions to call.
The Plugin will need to replace the original template only in the field that regards to article area or reviewing interests.
We will need a php file that inserts into the tpl file the areas that have been recorded into the database.
We will need to add a menu link in the journal manager so the user can easily add/remove/edit areas that are recorded into the database.
So here come my questions:
1- How do i change only one field that belong to an existing OJS form?
2- I need to record the table areas in the database areas(Auto AreaID, VARCHAR area), how do i create this table using OJS so i can pull the information also from it?
3- Is there a plugin that makes a simillar thing so i can study it?
