3 Replies Latest reply on Feb 28, 2012 1:05 PM by antoine_h

    Is it possible to remove the top toolbar in GateIn portal?

    ndrw_cheung

      Hi. I'm trying to modify the out-of-the-box GateIn portal (version 3.0) to suit our business requirements. How do I remove the horizontal toolbar on the top (i.e. the tool bar consists of the "Site", "Group", "Dashboard" icons for the user "Mary") I need to remove the toolbar for users in the group "users", but the toolbar has to stay there for administrators. I tried modifying the exoadmin.war/WEB-INF/portlet.xml by adding

      <security-role-ref>

        <role-name>admin</role-name>

        <role-link>admin</role-link>

      <security-role-ref>

       

      to each portlet definition, but it doesn't work.

       

      Any help is appreciated.

       

        -Andrew