How to set 'Company' as default page

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 09:26 AM
Hi,
i need to set "Company" as default start page when the user access to Alfresco. Where can I set this value by default?
Thanks in advance,
Elena.
i need to set "Company" as default start page when the user access to Alfresco. Where can I set this value by default?
Thanks in advance,
Elena.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 03:45 AM
I've already found it. You have to set the following text on web-client-config-custom.xml:
<!– The default location to display when the browse screen is first shown –>
<!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>
<config>
<client>
<initial-location>companyhome</initial-location>
</client>
</config>
<!– The default location to display when the browse screen is first shown –>
<!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>
<config>
<client>
<initial-location>companyhome</initial-location>
</client>
</config>
