Hi, sorry to revive an old thread, but I suspect the configuration referenced below is specific to JSPUI:
plugin.sequence.org.dspace.plugin.CommunityHomeProcessor So, I'm wondering if you ever found a solution? I'm trying to turn off pre-search facets, and not having any luck. I've tried the configuration mentioned below. I have also tried commenting out these lines: https://github.com/DSpace/DSpace/blob/master/dspace/config/spring/api/discovery.xml#L203-L205 Neither of which disables sidebar facets on the home page. I'm using XMLUI. --Hardy ________________________________ From: [email protected] [[email protected]] on behalf of Mariangels [[email protected]] Sent: Monday, September 28, 2015 6:01 AM To: DSpace Technical Support Subject: [dspace-tech] Re: Facets and DSpace 5.3 Thank you very much Humberto. I will try your solution. El dilluns, 21 setembre de 2015 16:28:03 UTC+2, Humberto Blanco Castillo va escriure: Hi Mariangels, You can hide facets comment in the dspace.cfg file (text in red color) remember restart tomcat after changing this file. #### Sidebar Facets #### # to show facets on the site home page, community, collection comment out the following lines if you disable Discovery or don't want to show facets on side bars plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \ org.dspace.app.webui.components.RecentCommunitySubmissions,\ org.dspace.app.webui.discovery.SideBarFacetProcessor plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \ org.dspace.app.webui.components.CollectionItemList,\ org.dspace.app.webui.discovery.SideBarFacetProcessor # org.dspace.app.webui.components.RecentCollectionSubmissions,\ plugin.sequence.org.dspace.plugin.SiteHomeProcessor = \ org.dspace.app.webui.components.TopCommunitiesSiteProcessor,\ org.dspace.app.webui.components.RecentSiteSubmissions,\ # org.dspace.app.webui.discovery.SideBarFacetProcessor El viernes, 18 de septiembre de 2015, 4:34:14 (UTC-5), Mariangels escribió: Hello, Recentlly we are working with DSpace 5.3. We need to hide the facets at home page and at item-viem page. Can you help me how to do this in DSpace 5.3? In DSpace 1.7.2 we could do with this configuration: solr.facets.item=dc.contributor.author,dc.contributor,dc.subject.other,dc.date.created_dt,dc.type,dc.language.iso Thank you very much in advance. -- 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 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.
