Hi,
The site homepage can be configured to display each journal’s logo-thumbnail, Journal title, description , current issue. But, we would like also to display each journal’s ISSN on the site homepage. Is there anyone that has done that or how to do it?
Hi, @obi. Do you have any PHP or other programming experience?
This isn’t something you’ll be able to do just with a cut and paste.
In the footer.tpl snippet the journal object is $currentJournal, but in the site.tpl snippet the journal object is $journal from the $journals array. Also note that in footer.tpl, there isn’t any output, just the variable assignment.
I have experience using PHP but not Smarty. I think I can embed PHP script in site.tpl to solve the problem. I know that it is not a good idea. But, will learn Smarty later.