cancel
Showing results for 
Search instead for 
Did you mean: 

How To

nikhilkumar
Champ in-the-making
Champ in-the-making
How To  add A new user space to MyHome or Company Home in the Side Bar ?

Thanks
3 REPLIES 3

frederick
Champ in-the-making
Champ in-the-making
The sidebar (that by default consists of Navigator, Shelf and Opensearch) is pluggable and can be configured like this:

   <config evaluator="string-compare" condition="Sidebar">
      <sidebar>
         <plugins>
            <plugin id="livesearch" label="Livesearch" description="Livesearch" page="/jsp/livesearch.jsp" />
         </plugins>
      </sidebar>
   </config>

The Navigator itself is programatically defined as a JSF component. To extend it, take a look in the class org.alfresco.web.ui.repo.component.UINavigator.

markcorum
Champ in-the-making
Champ in-the-making
I think this answers my question - but I'm not sure what file the configuration code in your note needs to be added to - and where.  Any chance of being a bit more specific?

Thanks

Mark

gavinc
Champ in-the-making
Champ in-the-making
The config should be placed in your web-client-config-custom.xml file and this needs to go in <tomcat>/shared/classes/alfresco/extension