Hi Mallikarjun,

 

The answer depends on whether you’re using JSPUI or XMLUI.. I’ll assume you’re 
using JSPUI for now.

 

Find the ‘webui.itemdisplay’ section in your dspace.cfg

 

#webui.itemdisplay.default = dc.title, dc.title.alternative, dc.contributor.*, \

#                            dc.subject, dc.date.issued(date), dc.publisher, \

#                            dc.identifier.citation, 
dc.relation.ispartofseries, \

#                            dc.description.abstract, dc.description, \

#                            dc.identifier.govdoc, dc.identifier.uri(link), \

#                            dc.identifier.isbn, dc.identifier.issn, \

#                            dc.identifier.ismn, dc.identifier

 

This is the [commented-out] default display config. If you haven’t done so 
already, you’ll want to come up with a good default display configuration so 
that all your non-thesis collections display the metadata you want them to.

 

Then, simply create another entry like this called ‘webui.itemdisplay.thesis’ 
or something, list the metadata fields you want displayed, and underneath, 
associate this display config with a collection, like:

 

webui.itemdisplay.thesis.collections = 123456789/24, 123456789/35

 

Note that this will only affect the simple item view, and requires 
Tomcat/Dspace to be restarted.

 

Hope this helps – if you are using XMLUI, have a read of 
http://wiki.dspace.org/index.php/Modify_item_metadata_display_(Manakin) to see 
how you can override the itemSummaryView-DIM template.

 

Cheers,

 

Kim

 

From: mallikarjun dora [mailto:dora.mallikar...@gmail.com] 
Sent: Thursday, 18 June 2009 6:51 p.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] browse layout for different collection

 

Dear All,

can we show different browse layout for different collection, i have thesis 
collection in that i want to show the advisor name but in the same time in 
other collection i don't.


thanks
 
*********************************************************
Mallikarjun Dora
Professional Assistant
Vikram Sarabhai Library
Indian Institute of Management, Ahmedabad
dora.mallikar...@gmail.com
http://mallikarjundora.wordpress.com/

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to