Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Alfresco Share
3.2r
3.3
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:
- 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.
- Locate the Repository Library config section in the file, for example:
<config evaluator='string-compare' condition='RepositoryLibrary' replace='true'>
<visible>false</visible>
...
- In the
<visible>false</visible>
line, replace false with true.
- Save the file.
- Restart the Alfresco server.
You should now see a Repository link in the Share toolbar.