[Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Lewatle Phaladi
Dear All I am using dspace 1.8.0 and running Mirage theme, I would like to take out the bottom search box on home page and its text. I have edited messages.xml file on line number 242 - 243 by commenting the lines and refreshing the page but the search box was still available. Any idea is

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread helix84
On Fri, Oct 5, 2012 at 11:29 AM, Lewatle Phaladi lewatle.phal...@wits.ac.za wrote: I am using dspace 1.8.0 and running Mirage theme, I would like to take out the bottom search box on home page and its text. I have edited messages.xml file on line number 242 – 243 by commenting the lines and

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Hilton Gibson
Hi Ivan This is what I have in my mytheme.xsl file. ?xml version=1.0 encoding=UTF-8? !-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Lewatle Phaladi
Hi Hilton I will check. Regards, Lewatle From: Hilton Gibson [mailto:hilton.gib...@gmail.com] Sent: 05 October 2012 01:43 PM To: heli...@centrum.sk Cc: Lewatle Phaladi; DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage Hi Ivan

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread helix84
On Fri, Oct 5, 2012 at 1:43 PM, Hilton Gibson hilton.gib...@gmail.com wrote: So which file mentioned in the list is applicable? ?frontpage.xsl? Any of them, really. You can even put it in mytheme.xsl just before /xsl:stylesheet if you want. Regards, ~~helix84

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Hilton Gibson
Is there no structure or generally accepted rules for this sort of thing? A kind of an API maybe? On 5 October 2012 14:21, helix84 heli...@centrum.sk wrote: On Fri, Oct 5, 2012 at 1:43 PM, Hilton Gibson hilton.gib...@gmail.com wrote: So which file mentioned in the list is applicable?

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread helix84
On Fri, Oct 5, 2012 at 2:38 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Is there no structure or generally accepted rules for this sort of thing? A kind of an API maybe? It's really up to you how you structure your XSL customizations (read: your templates in stylesheets). In general, the

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Hilton Gibson
Thanks Ivan. Lewatle did you hack this yet? Let me know off list please. Cheers hg On 5 October 2012 14:47, helix84 heli...@centrum.sk wrote: On Fri, Oct 5, 2012 at 2:38 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Is there no structure or generally accepted rules for this sort of