we have noticed that we are able to include the print ISSN as well as the online ISSN, but only one of them is shown. There is also no clue (for the reader) which one. For now we often write them in the footer manually, but it would be better if the system would show both of them with the right description. Would it be an interesting function for the next update or version 3.0?
Thank you for all your help and kind regards
Daniela Wolf
no, the footer field is empty. I tested it myself, the ISSN shows if you write something in the issn fields on page 1, but only the online ISSN, not the print ISSN.
Of course you can write them in the footer field and some of our editors do that to have both online and print ISSN in the footer, but that’s only a workaround and not really a satisfying solution. It would be better if the print ISSN shows when the print ISSN field is filled like it does with the online ISSN.
Hi,
I am using ojs 3.1.0 with MySQL and PHP 5.6 in local and I trying to print a list of specific journals.
I add my Handler in Application
I created a ClassDAO with functions to search journals.
I created a Handler and called My class DAO and it returns my journals like this:
How can I print all the journals with printIssn and onlineIssn in a new page (test.tpl)?
I tried to use {iterate from=journals item=journal} {$journal->getSetting(‘printIssn’);} but it isn’t working.No errors
I activated errors in my config.inc.php and php.ini
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
What do I missing?
How can I display errors in my templates with smarty ?