[Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - Search box, Browse By and News

2012-08-21 Thread Mark Kariuki
Hi Helix84,

Thanks for the swift reply, however, I placed that snippet in my theme's xsl
but the search box still appeared. I have not setup Discovery as yet, I
don’t know if this could be the issue, what I meant is that I wanted it
completely gone, so that the only search form is the one on the right hand
panel.

Attached is a collection view screenshot

1. This is the search box that appears throughout the DSpace hierarchy that
I wanted to hide, I tried searching through the install for the i18n message
text, so that I can find where it is referenced in an XSL file, but it isn’t
referenced anywhere else apart from messages.xml

2. This is the Browse By section that appears in the collections, I would
want to remove that also or atleast move it to the right panel as well, the
main idea being that I want the items in the repository to appear first,
have more emphasis.

3. This is the news segment that I would want to move also.

Thanks

Mark
Junior Developer
FAO Somalia
http://dspace.2283337.n4.nabble.com/file/n4656970/this2.jpg 



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Restructuring-Mirage-theme-Search-box-Browse-By-and-News-tp4656966p4656970.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - Search box, Browse By and News

2012-08-21 Thread Mark Kariuki
I have cleared the cache severally, but the search box wont disappear, the
Browse By section becomes hidden but causes the side panel to collapse,

I wonder if this has something to do with the  http://scholar.sun.ac.za/
SunScholar Theme , which is actually a very good theme to build upon that is
based on Mirage.

http://dspace.2283337.n4.nabble.com/file/n4656977/this3.jpg 

Thank you



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Restructuring-Mirage-theme-Search-box-Browse-By-and-News-tp4656966p4656977.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - Search box, Browse By and News

2012-08-21 Thread Mark Kariuki

Mark Kariuki wrote
 
 
 I wonder if this has something to do with the  http://scholar.sun.ac.za/
 SunScholar Theme , which is actually a very good theme to build upon that
 is based on Mirage.
 
 Thank you
 

No actually this collapse happens even with the default Mirage theme, even
after cache clearance.




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Restructuring-Mirage-theme-Search-box-Browse-By-and-News-tp4656966p4656978.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - Search box, Browse By and News

2012-08-21 Thread helix84
On Tue, Aug 21, 2012 at 2:03 PM, Mark Kariuki mark.kari...@fao.org wrote:
 I have cleared the cache severally, but the search box wont disappear, the
 Browse By section becomes hidden but causes the side panel to collapse,

I downloaded the SunScholar theme and tested it. It removes the front
page search, as you asked. If you want to remove the collection page
search, that's a different element, read below.

 I wonder if this has something to do with the  http://scholar.sun.ac.za/
 SunScholar Theme , which is actually a very good theme to build upon that is
 based on Mirage.

Right, here's a correction. The complete customization should be:


xsl:template name=disable_front-page-search
match=dri:div[@id='aspect.discovery.SiteViewer.div.front-page-search']
/xsl:template
xsl:template name=disable_collection-search
match=dri:div[@id='aspect.discovery.CollectionSearch.div.collection-search']
/xsl:template
xsl:template name=disable_front-page-browse
match=dri:list[@id='aspect.artifactbrowser.CollectionViewer.list.collection-browse']
br style=clear:both/
/xsl:template

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech