I use OJS 3.0.2 and i want to add abstract view and pdf view/download. I just use this suggesting : Article statistics showing 0 abstract views and 0 PDF downloads - #2 by bozana
but i have a problem the code not show in here
but here
I delete some code
{translate key=“article.abstract”} viewed = {$article->getViews()} times
{if $galleys}
{foreach from=$galleys item=galley name=galleyList}
{$galley->getGalleyLabel()} | {$galley->getViews()} | times
{/foreach}
{/if}
to this :
viewed = {$article->getViews()} times
{if $galleys}
{foreach from=$galleys item=galley name=galleyList}
{$galley->getGalleyLabel()} | {$galley->getViews()} | times
{/foreach}
{/if}
they show up in border of page