cancel
Showing results for 
Search instead for 
Did you mean: 

Customization Alfresco Web Client

wolfateh
Champ in-the-making
Champ in-the-making
Hi All
I would Like to make Some Customization to Alfresco Web Client "Explore" and
I would Like First to Change the landing page for the guest user to be "Guest Home" instead of "My Home" then make custom view for the  "Guest Home" by adding costume jsp page in the landing page between "  Browse Spaces & Content Items" or in any place in home page  like in the picture in the attachment
any help in this
thanks in advanced
4 REPLIES 4

mitpatoliya
Star Collaborator
Star Collaborator
For changing label you can simply override the message from property file.
For adding custom jsp you need to
create new jsp,
create JSF manage bean for that jsp,
register bean within faces-config-custom.xml
register your jsp with within faces-config-custom.xml (add navigation rule which could redirect to your jsp based on outcome)
customize titlebar jsp to add link to your jsp page

wolfateh
Champ in-the-making
Champ in-the-making
Thanks for your quick Replay
But i don't want to change the label i want to change the landing page what i mean after the user log-in he goes to my Home Directly i want to change this redirection to be to the Guest Home or Any other page

mitpatoliya
Star Collaborator
Star Collaborator
override following config and change it from


         <initial-location>myalfresco</initial-location>
to this

         <initial-location>guesthome</initial-location>


in web-client-cnofig-custom.xml

wolfateh
Champ in-the-making
Champ in-the-making
Thanks for your answer it was nice
but the problem is when make this change it will be global change for all users
can i make this landing page available only to specific kind of user like guest