Hello Aldo,

I think you need to do a recompilation of your dspace to get rid of that,

here is what i did. (Im assuming your using mirage 2, but it should be also 
straight forward on the other themes i.e you just need to locate the 
section that outputs the sidebar)
.
on you dspace source folder copy the file :

[dspace-source]/dspace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xml

and place it in at:

[dspace-source]/dspace/modules/xmlui-mirage2/src/main/webapp/themes/xsl/
core/page-structure.xml

Now on the copied file around line 100 you will see this div, this is the 
one that outputs your content and the sidebar


<div id="main-container" class="container">

    <div class="row row-offcanvas row-offcanvas-right">
        <div class="horizontal-slider clearfix">
            <div class="col-xs-12 col-sm-12 col-md-9 main-content">
                <xsl:apply-templates select="*[not(self::dri:options)]"/>

                <div class="visible-xs visible-sm">
                    <xsl:call-template name="buildFooter"/>
                </div>
            </div>
            <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" 
role="navigation">
                <xsl:apply-templates select="dri:options"/>
            </div>

        </div>
    </div>

At around line 111, you will get this code which is responsible for the sidebar

<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation">
     <xsl:apply-templates select="dri:options"/>
</div>

remove it or comment it out.

Then recompile dspace.


 

On Tuesday, August 9, 2016 at 5:15:26 AM UTC+3, Aldo wrote:
>
> Hi all,
> I'm new to DSpace and DSpace XMLUI. How do I get rid of the right hand 
> side menu (*Browse, My Account, Discover and RSS Feeds*?
> Any help will be appreciated.
>
> Regards,
> Aldo
>
> <https://lh3.googleusercontent.com/-4i4kcAloNB0/V6k8Grt4PtI/AAAAAAAAAQ4/2GznWR6dFS0Wpbv46XsnvvKedzhqBCeKwCLcB/s1600/menu.png>
>
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to