Re: [Dspace-tech] finding xsl for nav bar in xmlui

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 1:16 PM, Felipe Gustavo 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... Pleas

Re: [Dspace-tech] finding xsl for nav bar in xmlui

2012-05-25 Thread helix84
On Fri, May 25, 2012 at 6:15 PM, felip3gustavo wrote: > I want to remove only "date issued" option. Anyone help? So, if you only want to remove the link from the sidebar, just add this to your theme's XSL: If you want to remove date.issued index completely (so you won't be able to se

Re: [Dspace-tech] finding xsl for nav bar in xmlui

2012-05-25 Thread Felipe Gustavo
I'm using Dspace 1.8.2 and Mirage theme. How can I learn about all this? 2012/5/25 helix84 > On Fri, May 25, 2012 at 6:15 PM, felip3gustavo > wrote: > > I want to remove only "date issued" option. Anyone help? > > Which DSpace version and XMLUI theme are you using? > > Regards, > ~~helix84 > --

Re: [Dspace-tech] finding xsl for nav bar in xmlui

2012-05-25 Thread helix84
On Fri, May 25, 2012 at 6:15 PM, felip3gustavo wrote: > I want to remove only "date issued" option. Anyone help? Which DSpace version and XMLUI theme are you using? Regards, ~~helix84 -- Live Security Virtual Conference

Re: [Dspace-tech] finding xsl for nav bar in xmlui

2012-05-25 Thread felip3gustavo
I want to remove only "date issued" option. Anyone help? -- View this message in context: http://dspace.2283337.n4.nabble.com/finding-xsl-for-nav-bar-in-xmlui-tp3945354p4654559.html Sent from the DSpace - Tech mailing list archive at Nabble.com. --

Re: [Dspace-tech] finding xsl for nav bar in xmlui

2011-10-28 Thread helix84
Hi Blanco, there are basically 3 layers where you can remove it: Aspect, XSL and CSS. Aspect: dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/browseArtifacts/Navigation.java DRI: aspect.viewArtifacts.Navigation.list.browse Since you're asking about XSL (I'm assuming Mirag

[Dspace-tech] finding xsl for nav bar in xmlui

2011-10-27 Thread Blanco, Jose
I am trying to find the xslt in structural.xsl that displays the section in the navigation bar that has: Browse: * All of Dspace * Community & Collection * Titles * Authors * Subjects * By Issue Date I want to remove this from the nav bar. Where is it? The only way I see how to