how to remove footer content

cancel
Showing results for 
Search instead for 
Did you mean: 
Mahesha
Active Member II

how to remove footer content

Jump to solution

Hi Friends 

I already install alfresco 5.2 and I changed footer content of the repository by changing installed files content but when i do the advance search footer content already comes with alfresco Logo

Capture.PNG

can I know how to remove footer content of advance search

I try with https://pavelmakhov.com/2016/02/customize-alfresco-footer-aikau/

but i cant make it proper 

can i help me very soon 

 

1 Solution

Accepted Solutions
Mahesha
Active Member II

Re: how to remove footer content

Jump to solution

Hi friends

I can solve this problem with comment some part of share-footer.lib.js("FILE LOCATION"\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\share\imports)

Comment this part of my .js file

widgetsForFooter: [
{
id: "ALF_SHARE_FOOTER",
// name: "alfresco/footer/AlfShareFooter",
config: {
// semanticWrapper: "footer",
// licenseLabel: licenseHolder,
//copyrightLabel: footerCopyRight,
// altText: footerLogoAltText,
// logoImageSrc: footerLogo,
// cssClass: footerCssClass
}

 

 

View solution in original post

3 Replies
EddieMay
Alfresco Employee

Re: how to remove footer content

Jump to solution

Hi @Mahesha,

This thread might be useful.

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
Mahesha
Active Member II

Re: how to remove footer content

Jump to solution

Hi @EddieMay 

Sorry For the late reply

I try with thread

but  when I edit it, I cant logging to my Repository

can you please help me to achieve this

fed up with this

Capture.PNG

Mahesha
Active Member II

Re: how to remove footer content

Jump to solution

Hi friends

I can solve this problem with comment some part of share-footer.lib.js("FILE LOCATION"\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\share\imports)

Comment this part of my .js file

widgetsForFooter: [
{
id: "ALF_SHARE_FOOTER",
// name: "alfresco/footer/AlfShareFooter",
config: {
// semanticWrapper: "footer",
// licenseLabel: licenseHolder,
//copyrightLabel: footerCopyRight,
// altText: footerLogoAltText,
// logoImageSrc: footerLogo,
// cssClass: footerCssClass
}