Hi Everyone,
We are on OJS 3.3.0.6 and we’d like to customize our search results in the article_summary.tpl template file. I’d like to add these few lines to add journal name and a link.
{if $journal}
<b><a href="{url|escape journal=$journal->getPath()}">{$journal->getLocalizedName())}</a></b>
{/if}
I double checked that we’re using the right syntax for retrieving $journal->getPath() and $journal->getLocalizedName(). The search results are still not returning the journal name in the lists. Weirdly I can retrieve article, author and pagination information but not journal. Any clues on what I’m doing wrong or what I should check? I’m not seeing any errors in the logs. Thank you for reading!
Take Care,
Rachel