[OJS 3.1.2-1] Orcid Icon doesn't show

Hi all,

I having an issue when show the orcid icon from author orcid id in the article page. It had implemented in the code as {$orcidIcon}, works on OJS 3.1.1-3 but doesn’t work on the latest version 3.1.2-1.

Part of code from default template on article_details.tpl that include the specific variable.

Thank you in advance,
Diego

Yes, confirming this.

@NateWr, can you take a look? Related issue on Github: https://github.com/pkp/pkp-lib/issues/4267

@madileweb,

Hi Diego

This issue will be taken in the following ticket. Please subscribe to the following ticket to get notifications when we fix this issue.

Best wishes,
Dulip

Hi @Dulip_Withanage

Thanks for answer, following the ticket.

Regards,
Diego

Hi everyone:

I glad to announce that I had solve the issue. Checking the plugin’s folder, inside the OrcidPluginProfile.inc.php file I found a commented line that was causing the issue. Just Uncomment the line and it works again.

Attach a capture from that fuction and their respective path:
/plugins/generic/orcidProfile/OrcidProfilePlugin.inc.php

25

Regards,
Diego

@madileweb
Thanks for offering insight and solution. In fact, I was able to solve the problem by uncommenting the line no 201 and commenting the line 202 .
Thanks

Hi @madileweb ,

please see my reply in another thread: ORCID Icon Missing for 1st Author - #7 by nweiher

Regards,

Nils Weiher

1 Like

Hi @nweiher!

Thank you for your answer. I did the changes.

Regards,
Diego.