cancel
Showing results for 
Search instead for 
Did you mean: 

Create new custom UI for alfresco share

christabhi
Champ in-the-making
Champ in-the-making
Hi All,

I am new to this alfresco, I want to customize the complete UI (Header, Content & Footer) page of the alfresco as per my requirement. First of all I want to know that, is it possible to do? If yes then how can I do this.


Thanks
Abhishek
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
The Share UI is built on the Surf framework. Surf is built on web scripts. Everything you see in the UI is the result of the output of a web script that is running in the Share tier. Those web scripts may or may not be making remote calls back to the repository tier to retrieve data.

If you want to change the Share UI, it is usually a matter of overriding Share-tier web scripts. In Alfresco 4, there are new extension points for changing the UI.

You might want to start with this DevCon presentation:
http://www.slideshare.net/alfresco/new-client-config-extension-points-in-share

And then continue digging through the wiki and the docs from there.

Jeff