Hi Ishaan, All DSpace code is open source and available in GitHub. So, if you are looking for the home.jsp code related to recent submissions, it is easily viewable in the GitHub codebase. For example, in DSpace 6.x, here's the section of code that begins the recent submissions section of the home.jsp: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-jspui/src/main/webapp/home.jsp#L82
If you have more specific questions about the Recent Submissions or are running into problems, please feel free to ask on the Tech Support mailing list. See the Support options listed at https://wiki.lyrasis.org/display/DSPACE/Support Tim ________________________________ From: [email protected] <[email protected]> on behalf of Ishaan Kumar <[email protected]> Sent: Thursday, March 12, 2020 1:35 AM To: DSpace Community <[email protected]> Subject: Re: [dspace-community] How to change items sorting from title to date in collection-home.jsp page Hey Tim, hope you are good. I need your kind help. Can you provide me a sample code for home.jsp page where i can show recent submissions or changes in config.cfg file. Thanks Regards Ishaan On Friday, August 24, 2018 at 8:08:55 PM UTC+5:30, Tim Donohue wrote: Hello, Sorry, I overlooked that you are using JSPUI. However, I believe the sorting in the XMLUI and JSPUI is the same. Here's that same sample Collection in our demo site's JSPUI. It also is sorted by submission date (by default): http://demo.dspace.org/jspui/handle/10673/2 Is it possible you customized your site locally in some way? I don't believe the DSpace JSPUI Collection homepage has ever sorted by title (by default). But, hopefully, someone on this mailing list will correct me if I'm wrong. - Tim On Fri, Aug 24, 2018 at 9:14 AM monu arora <[email protected]> wrote: Thanks dear to respond, but i am using JSPUI not XMlUI and in JSPUI (dspace5.5) collections items are sorted by title(by default) in collection home page and i want to change that default title sort to date sort.title to date -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" 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 https://groups.google.com/group/dspace-community. For more options, visit https://groups.google.com/d/optout. -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/460e3c3e-3152-4947-ae0a-9aa83292d6c4%40googlegroups.com<https://groups.google.com/d/msgid/dspace-community/460e3c3e-3152-4947-ae0a-9aa83292d6c4%40googlegroups.com?utm_medium=email&utm_source=footer>. -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/DM5PR2201MB114855B74DF363CDB7F6B644EDFD0%40DM5PR2201MB1148.namprd22.prod.outlook.com.
