cancel
Showing results for 
Search instead for 
Did you mean: 

REMOVING ALFRESCO COMMUNITY FOOTER LOGO AND WORDINGS IN THE ADVANCED SEARCH PAGE

echiboka
Champ in-the-making
Champ in-the-making

Good day Guys,

I have removed the Alfresco community footer logo and wordings on Alfresco community 5.0d but anytime i use the advanced search feature the footer logo and wordings still appear on the advanced search page.

Does anybody have an idea of how i can remove the alfresco community logo and wordings at the footer of the ADVANCED SEARCH PAGE!!

Thanks and BR,  Ejike

13 REPLIES 13

afaust
Legendary Innovator
Legendary Innovator

You probably mean the "faceted search" page, not the advanced search. The "faceted search" page is built using Aikau and the standard approach to removing the community footer via simple Surf sub-component suppression won't work here. What you need to do is create a Surf customization for the org.alfresco.share.pages and modify the model.jsonModel to remove the footer widget. There is a blog post about changing the footer - it can be adapted to remove it altogether.

echiboka
Champ in-the-making
Champ in-the-making

Hi Axel,

Please can this procedure be broken down for me step by step on how to go about removing the Alfresco community logo and wordings at the footer of the faceted search page.

I don't seem to understand how to go about it from the blog post.

Thanks and BR,Smiley Happy

angelborroy
Community Manager Community Manager
Community Manager

https://angelborroy.wordpress.com/2015/04/24/customizing-alfresco-for-demo-purposes/


You can find how in that blog post, Aikau pages, like search results, are loading their own foot

Hyland Developer Evangelist

echiboka
Champ in-the-making
Champ in-the-making

Hi Angel,

I tried your method in the blog post but it is still showing the Alfresco community logo and wordings at the footer of the Faceted search page or Aikau pages.

I am using Alfresco community 5.0d.

Expecting your response Smiley Happy

This works for Alfresco 5.0.d

/src/main/resources/META-INF/resources/hide.css

.sticky-push, .sticky-footer {

    display: none !important;

}

#bd {

    padding-bottom: 0px !important;

}

.alfresco-header-Header {

    display: none !important;

}

/src/main/amp/config/alfresco/site-webscripts/org/alfresco/share/pages/faceted-search/faceted-search.get.html.ftl

<@processJsonModel group="share"/>

<@link rel="stylesheet" type="text/css" href="${page.url.context}/res/resources/hide.css" />

By using an Alfresco SDK project, of course

Hyland Developer Evangelist

echiboka
Champ in-the-making
Champ in-the-making

Thanks Angel.

Would implement and provide feedback.

Regards,

echiboka
Champ in-the-making
Champ in-the-making

Good day Angel,

I am finding it difficult, tracing the "/src/main/resources/META-INF/resources/hide.css" path.

Is the above path the same as "Alfresco/tomcat/webapps/share/META-INF/" or am i missing something.

Looking forward to your kind response.

BR,

Ejike

These are path from a default Alfresco SDK Share project

http://docs.alfresco.com/community/concepts/alfresco-sdk-archetypes-share-amp.html

Hyland Developer Evangelist

jpotts
World-Class Innovator
World-Class Innovator

echiboka _​, I don't mean to be rude, but going forward, please do not use all caps in your subject lines. The rest of us perceive that you are shouting, which I know is not what you intended. For more tips, see these guidelines.