Hi Helix84, I've actually implemented the over-ride suggestion you gave a few years ago. It works in removing the community list from the front page, but in doing so, it breaks my changes to the community list page. On the community list page I'm using CollapsibleList.js to manage the community list. When I put in the following:
<xsl:template name="add_frontpage_advancedsearch" match="dri:div[@id='aspect.discovery.SiteViewer.div.front-page-search']/dri:p[2]"> <xsl:apply-templates /> <a href="/advanced-search"><i18n:text>xmlui.dri2xhtml.structural.search-advanced</i18n:text></a> </xsl:template> It works, but now my ColapsibleList no longer works. On Thu, Aug 13, 2015 at 8:25 AM, helix84 <heli...@centrum.sk> wrote: > Hi Keith, > > XMLUI isn't organized around files but rather around templates, some of > which are shared among different pages. > > You probably already figured out [1]. Now you just need [2] to distinguish > between the homepage and /community-list (@target). > > [1] > https://wiki.duraspace.org/display/DSPACE/TechnicalFAQ#TechnicalFAQ-HowdoIremovethesearchboxfromthefrontpageinXMLUI > ? > [2] > https://wiki.duraspace.org/display/DSPACE/TechnicalFAQ#TechnicalFAQ-HowcanIchangewhatisdisplayedinXMLUIforaparticularcollection > ? > > > > Regards, > ~~helix84 > > Compulsory reading: DSpace Mailing List Etiquette > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > >
------------------------------------------------------------------------------
_______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette