All Journals and latest 3 issues at home page

Hi,

I am new to OJS.

I created couple of journals. when I view site, its showing one journal latest issues.

Is there any where in ojs, so that “view site” page, without login , user can see all the journals and with its latest 2 or 3 issues.

Hi @bnageswari,

What version of OJS are you using? (Please include this in your posts.)

Regards,
Alec Smecher
Public Knowledge Project Team

I am using ojs 3.0…2

Are you comfortable with PHP and Smarty Templates?

There isn’t a way to do this without code changes in the current release.

If you are comfortable changing the code, you would need to modify the handler here:

and the template here:

1 Like

Hi, please help me with updated code.

What changes have you tried and what results are you currently getting?

Thanks for the quick reply. I didnt find any changes. Files are truncated. Please give your updated code. I will try.

Ah. I just provided links to show you where in the files the code would need to be added.

We aren’t able to do this kind of custom programming for individuals on the forum. You will, however, generally find folks here happy to give suggestions to help your own work succeed.

If you are comfortable coding PHP and Smarty, give it a try, and post your work here or on Github with any questions.