Thanks so much, Claudia, By editing community-home.jsp file, I was able to move the Collection section up, above the Discovery section, which fulfill my purpose.
Thanks again for your help! Yongming --------------------------------- Yongming Wang Systems Librarian The College of New Jersey Library phone: 609-771-3337 email: [email protected] --------------------------------- ----- Original Message ----- From: "Claudia Jürgen" <[email protected]> To: [email protected] Sent: Tuesday, December 1, 2015 5:23:22 AM Subject: Re: [dspace-tech] how to move up the collection display in jspui Hello Yongming, you got to adjust the community home page. If you haven't done an overlay for other customization already, copy [dspace]/dspace-jspui/src/main/webapp/community-home.jsp to [dspace]/modules/jspui/src/main/webapp/community-home.jsp then edit [dspace]/modules/jspui/src/main/webapp/community-home.jsp and build and deploy your webapp. The section with the subcommunities/collections list starts at https://github.com/DSpace/DSpace/blob/dspace-5.2/dspace-jspui/src/main/webapp/community-home.jsp#L239 and ends at https://github.com/DSpace/DSpace/blob/dspace-5.2/dspace-jspui/src/main/webapp/community-home.jsp#L353 Hope this helps Claudia Jürgen Am 30.11.2015 um 16:54 schrieb Yongming Wang: > Dear all, > > The default display of "Collections in this Community" is below the > Discovery. How can I move the collection display up so that it will be next > to Discovery, not below Discovery? I searched all documentations and the > email archive and couldn't find any answer. > > This is the example I want to follow: > https://repository.nie.edu.sg/handle/10497/7 > > We are on DSpace 5.2, jspui, RH Linux. > > Thanks in advance for your help. > > > > Yongming > > --------------------------------- > Yongming Wang > Systems Librarian > The College of New Jersey Library > phone: 609-771-3337 > email: [email protected] > --------------------------------- > -- Claudia Juergen Eldorado Technische Universität Dortmund Universitätsbibliothek Vogelpothsweg 76 44227 Dortmund Tel.: +49 231-755 40 43 Fax: +49 231-755 40 32 [email protected] www.ub.tu-dortmund.de Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
