DOI on Table of content page

How can we show DOI of each article on Table of content page in OJS 3.1.1 ?

Hi, I successfully installed the same pluging in 2.4.8.4 and enabled it but not working. No DOI is displaying on the table of content.

Any suggestion please!

Please submit the journal link to try to identify the issue, please.

Thanks

https://escijournals.net/phytopath

Hi @esciencepress.

I have identified what is happening.

Our plugin looks for a OJS default DIV <div class="tocAuthors">.

See DoiInSummaryPlugin.inc.php on line 58:
$split = preg_split('#(<div class="tocAuthors">.*?</div>)#s', $output, 2, PREG_SPLIT_DELIM_CAPTURE);

The template that you use has been modified, and does not present this DIV. You will need to adjust the template so that you can use it successfully in your journal. Or maybe adjust the plugin for the modified template.

Dear @abadan

Thank you so much for your response. I am not familiar with changing the plugin. Can you please mention changes I need to do to resolve this issue?

Thanks!

Unfortunately I do not have the knowledge. I sent you private message in case you want to hire a specialist to make the modifications.