Versions Compared

Key

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

...

Wiki Markup
The browse functions are written as
 "webui.browse.index.# = \[name\]:metadata:\[schema\].\[element\].\[qualifier\]:\[field type\]"

...

Open message.xml and find the heading <!-- org.dspace.app.xmlui.artifactbrowser.ConfigureableBrowse.java - ->.  You need to add four lines for each new browse category in this section. If you look through the section you will see the same lines for the preexisting browse categories scattered through the text.

...


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.

Wiki Markup
Add the line <message key="xmlui.ArtifactBrowser.Navigation.browse_\[name\]">\[Browse Field\]</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.

Re-index and Restart DSpace

Before existing items can be searched or browsed you need to re-index you instance. 

...