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.
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
@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