
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2007 10:26 AM
I've found several topics related with changing/deleting of the footer but all of them are refered to Alfresco BEFORE changing to GPL
Can someone clarify if NOW changing the footer is allowed? and also What are the technical steps that has to be taken for doing so?.
Thanks in advance.
Julio
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2016 11:41 PM
C:\Alfresco50d\tomcat\webapps\share\components\footer\footer.css
/* Footer Component */.footer{ background-color: #fafafa; border-top: 1px solid #ccc; text-align: center; padding: 0; display:none!important;}
It is working for me in ACE 5.0.d on windows 7 machine, refer attached.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2008 04:53 PM
i am using the community version of alfresco 2.1.
I would like to modify the footer (giving all credit to alfresco for it with a link to to alfresco.com, but getting rid of "Supplied free of charge with no support, no certification, no maintenance, no warranty and no indemnity by Alfresco or its Certified Partners. Click here for support. Alfresco Software Inc. © 2005-2007 All rights reserved." and the source forge net image). is this allowed ? if so, what is the minum text i need to use without being sued and what is the file i need to modify?
thanks again for any help you guys can provide.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2009 02:34 AM
hello,
i am using the community version of alfresco 2.1.
I would like to modify the footer (giving all credit to alfresco for it with a link to to alfresco.com, but getting rid of "Supplied free of charge with no support, no certification, no maintenance, no warranty and no indemnity by Alfresco or its Certified Partners. Click here for support. Alfresco Software Inc. © 2005-2007 All rights reserved." and the source forge net image). is this allowed ? if so, what is the minum text i need to use without being sued and what is the file i need to modify?
thanks again for any help you guys can provide.
I would also like to know if it is possible to remove this text in version 3?
"Supplied free of charge with no support, no certification, no maintenance, no warranty and no indemnity by Alfresco or its Certified Partners. Click here for support. Alfresco Software Inc. © 2005-2007 All rights reserved."

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2009 04:48 PM
available here.
-Tom
hello,
i am using the community version of alfresco 2.1.
I would like to modify the footer (giving all credit to alfresco for it with a link to to alfresco.com, but getting rid of "Supplied free of charge with no support, no certification, no maintenance, no warranty and no indemnity by Alfresco or its Certified Partners. Click here for support. Alfresco Software Inc. © 2005-2007 All rights reserved." and the source forge net image). is this allowed ? if so, what is the minum text i need to use without being sued and what is the file i need to modify?
thanks again for any help you guys can provide.
I would also like to know if it is possible to remove this text in version 3?
"Supplied free of charge with no support, no certification, no maintenance, no warranty and no indemnity by Alfresco or its Certified Partners. Click here for support. Alfresco Software Inc. © 2005-2007 All rights reserved."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2009 05:49 PM
The reason we host the Alfresco Community image on our own servers is that it gives us vital browser usage information, which helps us target the right browsers for new features. For example, as developers we'd love to be able to drop support for IE6, but our own statistics tell us we can't do that yet.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2010 10:44 AM
You can add to
main.css
span.footer
{
display:none!important;
}
This will remove the message for users without having to recompile alfresco…
Simple page refresh is enough.
Regards,
Pouya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2010 08:35 PM
I have added the said code in /opt/alfresco/tomcat/webapps/alfresco/css/main.css but nothing's changed.
Do you have any other idea?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 01:16 AM
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2010 05:25 AM
http://aboutalfresco.blogspot.com/2010/04/creating-new-alfresco-module-to-change.html
Thanks
Chandu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2010 01:47 PM
Hi
You can add to
main.css
span.footer
{
display:none!important;
}
This will remove the message for users without having to recompile alfresco…
Simple page refresh is enough.
Regards,
Pouya
Didn't work for me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 04:53 AM
Change in main.css works but it wont remove the image "ALFRESCO COMMUNITY" which apprears at the bottom ?
Please guide me how to remove that Image without changing and recompiling the source code ?
-Nirvan V. Jain
