How can I add more points such as number of tables, number of figures in " Enter metadata " tab during submission? Thank you in advance!

How can I add more points such as number of tables, number of figures in " Enter metadata " tab during submission?

Thank you in advance!

Hi @karvind08,

Which of our applications are you using, and what version? (Please include this in your posts.)

Thanks,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher, I am using OJS 3.2.1.1.

Hi @karvind08,

The submission metadata form fields are implemented here:

  • lib/pkp/templates/submission/submissionMetadataFormFields.tpl (the Smarty template)
  • lib/pkp/classes/submission/PKPSubmissionMetadataFormImplementation.inc.php (the PHP form implementation)

I’d recommend picking a field that’s a close match to the one you want to add, and grepping the codebase for it, to find where it appears and see how it interconnects with other parts of the system.

Regards,
Alec Smecher
Public Knowledge Project Team