pkp / pragma

An official theme for OJS 3.2+
8 stars 18 forks source link

Themed Author index required #87

Open CJIR-Kolmas opened 1 year ago

CJIR-Kolmas commented 1 year ago

We're using the template for our journal cjir.iir.cz. I would like to create an author index for the webpage, which is possible in OJS (https://ojs3.iir.cz/index.php/publicknowledge/search/authors), but I would like it to look similarly to the template. Would it be possible to code it for us?

Describe the solution you'd like Themed Author index.

Thank you, the editor of the journal, Michal (kolmas@iir.cz).

Vitaliy-1 commented 1 year ago

The theme releases, compatible with OJS 3.3, implement the template for that page: https://github.com/pkp/pragma/tree/stable-3_3_0/templates/frontend/pages. You can apply additional styling, e.g., by uploading custom CSS through the dashboard and this is, probably, the easiest way.

But the template is going to be removed in the future versions because the author index page is deprecated from OJS 3.4

syky27 commented 1 year ago

Hello @Vitaliy-1

the pages, rather complete theme, is uploaded to theme folder, of this OJS instance, as per release 3.3.0.

There is no problem, with the theme elsewhere, only pages search.tpl, searchAuthorIndex.tpl and seachAuthorDetails.tpl don't seem to get picked up by the styling. Please see following:

https://ojs3.iir.cz/index.php/cjir

https://ojs3.iir.cz/index.php/publicknowledge/search https://ojs3.iir.cz/index.php/publicknowledge/search/authors

basically everything that follows URL https://ojs3.iir.cz/index.php/cjir is themed correctly but the /publicknowledge is not, is there some sort of setting which needs to be additionaly set?

Thanks.