Enabling Share Repository Document Library

From alfrescowiki

Jump to: navigation, search

The Enterprise Edition 3.2r release introduces the ability to access the full Alfresco repository from the Share user interface. The following describes how to enable the Repository link in the Share toolbar to access this functionality:

  1. Edit the tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml file.
    Note: You will need to rename the sample version from share-config-custom.xml.sample to share-config-custom.xml, if you have not already done so for your installation.
  2. Locate the Repository Library config section in the file, for example:
    <!-- Repository Library config section -->
       <config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
          <!--
             Whether the link to the Repository Library appears in the header component or not.
          -->
          <visible>false</visible>
       ...
    
  3. In the <visible>false</visible> line, replace false with true.
  4. Save the file.
  5. Restart the Alfresco server.

You should now see a Repository link in the Share toolbar.

Personal tools
Download and go
© 2012 Alfresco Software, Inc. All Rights Reserved. Legal | Privacy | Accessibility