OJS OCS OMP OHS

You are viewing the PKP Support Forum | PKP Home Wiki


How to browse archives by Volume?

Are you an Editor, Author, or Journal Manager in need of help? Want to talk to us about workflow issues? This is your forum.

Moderators: jmacgreg, michael, John, vgabler

Forum rules
This forum is meant for general questions about the usability of OJS from an everyday user's perspective: journal managers, authors, and editors are welcome to post questions here, as are librarians and other support staff. We welcome general questions about the role of OJS and how the workflow works, as well as specific function- or user-related questions.

What to do if you have general, workflow or usability questions about OJS:

1. Read the documentation. We've written documentation to cover from OJS basics to system administration and code development, and we encourage you to read it.

2. take a look at the tutorials. We will continue to add tutorials covering OJS basics as time goes on.

3. Post a question. Questions are always welcome here, but if it's a technical question you should probably post to the OJS Technical Support subforum; if you have a development question, try the OJS Development subforum.

How to browse archives by Volume?

Postby dingyun » Tue Nov 01, 2011 8:33 pm

The existing "By Issue" function on the Archive page actually allows to browse back issues by year, wondering whether there is a way to browse them by volume.

Thanks.
dingyun
 
Posts: 1
Joined: Tue Nov 01, 2011 8:27 pm

Re: How to browse archives by Volume?

Postby jmacgreg » Mon Nov 07, 2011 5:38 pm

Hi dingyun,

Not currently, no; but you could always modify what the responsible template file (templates/issue/archive.tpl) displays. For example, in that file, you could simply delete the code that pulls in the year reference:

Code: Select all
<h3>{$issue->getYear()|escape}</h3>


... and optionally add some code that adds a volume reference:

Code: Select all
<h3>{translate key="issue.volume"} {$issue->getVolume()|escape}</h3>


Cheers,
James
James MacGregor
PKP Support Team
--
Questions? Before posting, please try:
Advanced Forums Search
OJS and OCS Documentation
Video Tutorials

Visit #PKP on IRC!
jmacgreg
 
Posts: 4152
Joined: Tue Feb 14, 2006 10:50 am


Return to OJS Editorial Support and Discussion

Who is online

Users browsing this forum: No registered users and 1 guest