On Thu, Nov 8, 2012 at 9:35 PM, Calloni, Rodrigo <[email protected]> wrote: > We are in DSpace 1.6.2 using XMLUI > > I found in the DSpace documentation that dspace.cfg file has > “recent.submissions.count” to define how many submissions are shown in the > interface. > > I’ve changed the standard value from 5 to 0 , restarted Tomcat and the > recent submissions are still there. > > Is this the correct way to remove this feature from the UI?
Yes, it is, if you're using the SearchArtifacts aspect. > BTW we don’t use the default search mechanism for searching Dspace so I am > concerned that the parameter is not active anymore because of our own > localizations. Basically, this chapter describes how it works (although it's meant for 1.8, 1.6 doesn't yet have Discovery): https://wiki.duraspace.org/display/DSDOC18/Discovery#Discovery-EnablingDiscovery So if your mechanism replaces SearchArtifacts, you must probably control recent submissions there. I'd dig into the code and compare your aspect with SearchArtifacts. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

