Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Change the fields listed in your DSpace Browse By options

Info
titleIn this   section you will learn you to add or remove options listed in the Browse By menu.   You will need to edit the files dspace.cfg and message.xml then reindex and restart DSpace
Table of Contents
minLevel2

 

...


You will also need to add a line to artifactbrowser.Navigation.java section.  Find the heading <!- org.dspace.app.xmlui.artifactbrowser.Navigation.java -> and you will see fields for the existing browse options.

Add the line

Code Block
none
none
<message key="xmlui.ArtifactBrowser.Navigation.browse_[name]"

...

></message>

. Where [name] is the name you assigned in dspace.cfg and [Browse Field] is the field you are browsing by. These lines are the text displayed in the browse navigation bar.

...