09-19-2017 12:32 PM
I am using the Alfresco 5.2 community and I want to change background color, icon and alfesco's name company.
09-20-2017 11:18 AM
Basically you need to override app.name and app.community properties (for changing these literals according your organization) . If you want to delete them, you will need to change some css files in the default themes.
Regards.
--C.
09-20-2017 12:40 AM
Hi,
This approach is good. It might help you.
Customizing Alfresco for demo purposes | Programming and So
Thanks,
Kalpesh
09-20-2017 06:56 AM
Hi,
Maybe this links could be useful:
netic360: :: Alfresco. Modificar la página de login
Share Theme Builder | Alfresco Add-ons - Alfresco Customizations
How to change the background image on login page for Alfresco Share v5.2.e
Regards,
clv
09-20-2017 11:18 AM
Basically you need to override app.name and app.community properties (for changing these literals according your organization) . If you want to delete them, you will need to change some css files in the default themes.
Regards.
--C.
12-20-2017 01:49 AM
where can i find these properties? in which file?
best regards,
12-20-2017 04:14 AM
Hi,
You have to add several lines to the file:
alfresco-global.properties (tomcat/shared/classes/)
For example:
app.name=xxxxxxxxxxx
app.community.name=yyyyyyyy
app.name.community=xxxxxxxxxxx
Regards,
clv
12-20-2017 05:50 AM
Mmmm, not really. As we said, you need to override app.name and app.community properties that may be found in:
/opt/alfresco52g/tomcat/webapps/share/WEB-INF/classes/alfresco/messages/slingshot*.properties
But look for a way of extending this under /shared/classes/alfresco/web-extension/, and not editing directly in these properties files. You need a small customization for Alfresco Share.
Overriding the default message bundle | Alfresco Documentation
Regards.
--C.
Explore our Alfresco products with the links below. Use labels to filter content by product module.