On Fri, May 25, 2012 at 6:15 PM, felip3gustavo <[email protected]> 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:

    <xsl:template match="dri:item/dri:xref[@target='/browse?type=dateissued']">
    </xsl:template>


If you want to remove date.issued index completely (so you won't be
able to search on it), you can do this in dspace.cfg, details are
here:

https://wiki.duraspace.org/display/DSDOC18/ReIndexing+Content+(for+Browse+or+Search)#ReIndexingContent(forBrowseorSearch)-CreatingtheBrowse%26SearchIndexes

Remember that when removing an index, you have to renumber any
following numbers so that you don't "leave a gap". Also remember that
changing indexed fields requires running index-init and
update-discovery-index (if you're using Discovery).


You can learn more about XMLUI themes starting here:
https://wiki.duraspace.org/display/DSPACE/Manakin+theme+tutorial

Also, learning more about XSLT will be beneficial if you're going to
customize XMLUI.

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

Reply via email to