On Tue, Jun 26, 2012 at 1:16 PM, Felipe Gustavo <[email protected]> wrote: > Thank You > > Just another question, if I want to include some new index and link in the > sidebar, how do I do? I know how to create a index using dspace.cfg, but I > don't know how to create a link in xmlui. > > Thanks in advance...
Please, always keep dspace-tech in CC. Every time you modify configuration of your indexes in dspace.cfg, you have to run [dspace]/bin/dspace index-init. That will also make the link to the index appear in the XMLUI sidebar. You will only need to provide a translation of the key you see there into the messages.xml file, e.g. if you index is "advisor": <message key="xmlui.ArtifactBrowser.Navigation.browse_advisor">Advisor</message> Then replace messages.xml in [dspace] or redeploy DSpace and restart Tomcat. You may also need to clear Cocoon cache: https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

