Page 1 of 1

Bagaimana Caranya memunculkan seperti ini

Posted: 02 Feb 2019, 21:42
by Akhmad Said
mohon bantuannya Bagaimana Caranya memunculkan seperti ini

Re: Bagaimana Caranya memunculkan seperti ini

Posted: 02 Feb 2019, 21:48
by Akhmad Said
Akhmad Said wrote:mohon bantuannya Bagaimana Caranya memunculkan seperti ini
saya sudah mencobanya seperti code ini tpi tidk berhasil
<div class="tocAuthors">
{if (!$section.hideAuthor && $article->getHideAuthor() == $smarty.const.AUTHOR_TOC_DEFAULT) || $article->getHideAuthor() == $smarty.const.AUTHOR_TOC_SHOW}
{foreach from=$article->getAuthors() item=author name=authorList}
{assign var="userUrl" value=$author->getData('userUrl')}
{assign var="orcid" value=$author->getData('orcid')}
{$author->getFullName()|escape}{if !$smarty.foreach.authorList.last}{/if}
{if $userUrl}
| <a title="scholar/scopus id" href="{$userUrl|escape}"target="_blank"><img src="/public/site/images/admin/icon-url-scholarscopus.png" alt="" width="100" height="auto" /></a>{/if}
{if $orcid}
| <a title="orcid id" href="{$orcid|escape}"target="_blank"><img src="/public/site/images/admin/icon-orcid.png" alt="" width="40" height="auto" />
</a><br>
{else}
<br>
{/if}
{/foreach}
{else}
&nbsp;
{/if}
</div>

Re: Bagaimana Caranya memunculkan seperti ini

Posted: 03 Feb 2019, 19:06
by ajienoorseto
http://forum.jurnalindonesia.org/viewto ... d%2A#p1304

itu klo pake template standar yg disediakan ojs, tp klo pake theme custom, lokasi file yg di edit berbeda, sesuaikan lokasi themesnya..

jangan lupa dimasukkan isian field orcidnya dan url GS/scopus di profil user authornya