cancel
Showing results for 
Search instead for 
Did you mean: 

[SOLVED]Changing (or deleting) footer.

monitloth
Champ on-the-rise
Champ on-the-rise
Hi,

I would like to disable the footer (which says: "Supplied free of charge with…").

I looked for the logo name and could not find it. I think the reason is that it's location (not link) is the following:
http://www.alfresco.com/images/alfresco_community_horiz21.gif
Where can I change the footer?

Thanks.

EDIT: I also need to configure the header, which I also wasn't able to find.
7 REPLIES 7

algoworks
Champ in-the-making
Champ in-the-making
You can change it in org.alfresco.web.ui.repo.tag.PageTag.java file.  All you need to do is modify private variables.




Thanks and Regards,
Algoworks Alfresco Team,
http://www.algoworks.com

monitloth
Champ on-the-rise
Champ on-the-rise
Thanks for your answer, but I could not find any PageTag or org.alfresco.web.ui.repo.tag string when searching in tomcat/alfresco nor t.

Where is it in the configuration defined?

Thanks by advance.

EDIT: http://forums.alfresco.com/fr/viewtopic.php?f=11&t=66&p=946

The compiled class file must overwrite the existing one in alfresco-web-client.jar.

algoworks
Champ in-the-making
Champ in-the-making
You can find in alfresco web-client source - "org.alfresco.web.ui.repo.tag" package. There is a class named "PageTag.java".

monitloth
Champ on-the-rise
Champ on-the-rise
I searched for configuration files to change the header (where the menu Company Home/My Home/Guest Home/My Alfresco is placed). I didn't found where it is configured. Has someone any idea?

Want I want to do is adding an other element, which will be I hyperlink.

Thanks.

monitloth
Champ on-the-rise
Champ on-the-rise
I couldn't find the classes or configuraton files to modify the the header menu (Company Home/ My Home/ My Alfresco). Can someone please tell me where it is located.

Thanks by advance.

algoworks
Champ in-the-making
Champ in-the-making
Well if you want to add a link then it is very simple. just find the titlebar.jsp in webclient . and you can add link there.
all i hope is that you have source code available.

monitloth
Champ on-the-rise
Champ on-the-rise
Thanks, I thought it also was some hardcoded java class.