Bagaimana Caranya memunculkan seperti ini

All about OJS 2
Post Reply
Akhmad Said
Posts: 4
Joined: 07 Apr 2018, 13:14

Bagaimana Caranya memunculkan seperti ini

Post by Akhmad Said »

mohon bantuannya Bagaimana Caranya memunculkan seperti ini
Attachments
Bagaimana Caranya memunculkan seperti ini
Bagaimana Caranya memunculkan seperti ini

Akhmad Said
Posts: 4
Joined: 07 Apr 2018, 13:14

Re: Bagaimana Caranya memunculkan seperti ini

Post 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>

ajienoorseto
Posts: 449
Joined: 30 Dec 2016, 21:19
Contact:

Re: Bagaimana Caranya memunculkan seperti ini

Post 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
Atom Indonesia
http://aij.batan.go.id

Post Reply