<!– Shelf component default visibility, set to false to hide the shelf by default –>
<shelf-visible>true</shelf-visible>
-Para lo de My Home tendrás que establecer el valor a 'userhome' en la siguiente propiedad (ojo, sin comillas): <!– The default location to display when the browse screen is first shown –>
<!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>
<initial-location>myalfresco</initial-location>
Con esto tienes aplicados los valores para todos los usuarios por defecto. Aunque luego cada uno tiene permitido cambiarlo a su antojo. Lo de que apliquen el sidebar se puede evitar suprimiendo el icono de este de la jsp correspondiente (esta en jsp/parts pero no recuerdo el fichero exacto). Lo de evitar que el usuario cambie su "lugar de inicio" esta más complicado aunque si te interesa se puede abordar.
<alfresco-config>
<config>
<client>
<shelf-visible>false</shelf-visible>
<initial-location>userhome</initial-location>
</client>
</config>
</alfresco-config>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.