Hi Dora, if you want to use a new metadata, you got to
a) Metadata registry Register it in the metadata registry of your instance. b) Search In order to make it searchable, add a new search index to the [dspace-source]/dspace/config/dspace.cfg. Run mvn package, ant init_configs and recreate the indices. The field is thus searchable via the simple search. c) Advanced Search To make the field appear in the advanced search, you got to e.g. for jspui copy [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/search/advanced.jsp to [dspace-source]/dspace/modules/jspui/src/main/webapp/search/advanced.jsp Then edit the version in modules and add your metadata as selection for each field (field1, field2, field3). Add the appropriate tags to the message catalogue(s). Run mvn package, ant update and redeploy. d) Browse If you want to make it browsable, add it to the browse settings see section ###### Browse Configuration ###### in dspace.cfg If you do so, don't forget to add the browse tags to the message catalogue. You got to run mvn package, ant init_configs and then [dspace]/bin/indix-init. Reload your webapplication. e) Item Display If you want that the field appears in the simple item display, you got to add it to webui.itemdisplay.default in [dspace-source]/dspace/config/dspace.cfg and add the appropriate tags to the message catalogue(s). Run mvn package, ant init_configs update and redeploy your webapplication. Hope that helps Claudia Jürgen mallikarjun dora schrieb: > Dear All, > > We are using Dspace 1.5.1 with fedora. we have edited input-form.xml and add > a new metadata *Publication Date*. > Now we want it shows in the navigation bar and search interface. > > Where should i edit to get it. > > Thanks > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > > ------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

