Hi, for the multi columns you need to modify the /dspace-jspui/src/main/webapp/layout/footer-default.jsp file similar to what we have done by default in DSpace-CRIS
https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace-jspui/src/main/webapp/layout/footer-default.jsp to include a dynamic component like the recent submission carousel in the footer you need to be sure to have such data available in the request for any page that need to include such information. You can take a look to the code used here to get the recent submission when you are in a collection home page, https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-jspui/src/main/webapp/collection-home.jsp#L52 https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-jspui/src/main/webapp/collection-home.jsp#L367 for the site home page the same information is available under a different name see https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-jspui/src/main/webapp/home.jsp#L58 obviously you don't have by default such information when you are browsing or searching, if you need it you need to customize the java code to inject such information in the view (it could be a servlet filter). Hope this help, Andrea Il 05/01/2017 11:59, Arpan Paramanik ha scritto: Hello, I want to add a recent submission rss feed and multi columns in footer section like this link: http://jadunivdspace.jdvu.ac.in/ Please help me to doing this. I am attaching some screen shots for better understand. Regards, Arpan Paramanik -- 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]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout. -- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it<http://www.4science.it> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates -- 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 https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
