cancel
Showing results for 
Search instead for 
Did you mean: 

starting folder of the navigation

inspiron82
Champ in-the-making
Champ in-the-making
Hi,
I need to start my navigation in navigator from a specified folder.
How can i set this up?
In which file I have to configure this thing? How can I find the path of the folder?

Thank you.
9 REPLIES 9

dacedos
Champ in-the-making
Champ in-the-making
You can configure it in web-client-config-custom.xml

just edit these lines:

      <client>
[…]
         <!– 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>guesthome</initial-location>
      <!– CRIS - Ocultar User Homes –>
      <default-home-space-path>/app:company_home</default-home-space-path>
      </client>

inspiron82
Champ in-the-making
Champ in-the-making
thank you.

I have to start from a subfolder of company home, let's say, for example, "document folder".

is

/app:company_home/cm:document_folder
the ight syntax?

thank you

inspiron82
Champ in-the-making
Champ in-the-making
You can configure it in web-client-config-custom.xml

just edit these lines:

      <client>
[…]
         <!– 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>guesthome</initial-location>
      <!– CRIS - Ocultar User Homes –>
      <default-home-space-path>/app:company_home</default-home-space-path>
      </client>


In this way I change the default home location.
Is it possible to change the "initial-location"?
thanks

dacedos
Champ in-the-making
Champ in-the-making
If we pay attention to the comment in the xml

<!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>

Changing the intial-location is not possible but I'm not sure, maybe someone can tell us something!

Sorry!

inspiron82
Champ in-the-making
Champ in-the-making
If we pay attention to the comment in the xml

<!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>

Changing the intial-location is not possible but I'm not sure, maybe someone can tell us something!

Sorry!


So, how can i start the navigation from a specified folder?

jayjayecl
Confirmed Champ
Confirmed Champ
you can start navigation from one of these :
<!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>

inspiron82
Champ in-the-making
Champ in-the-making
you can start navigation from one of these :
<!– This value should be one of 'myalfresco', 'userhome', 'companyhome' or 'guesthome' –>

It says "should be" , not "must be", so i suppose that i can specify a different value.
Is it right?

dacedos
Champ in-the-making
Champ in-the-making
It says "should be" , not "must be", so i suppose that i can specify a different value.
Is it right?

Vale, apuntate una!

inspiron82
Champ in-the-making
Champ in-the-making
It says "should be" , not "must be", so i suppose that i can specify a different value.
Is it right?

Vale, apuntate una!


what?