10-26-2016 12:54 PM
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
10-26-2016 03:03 PM
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.
10-27-2016 03:44 AM
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,
10-26-2016 04:34 PM
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
10-27-2016 04:11 AM
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
10-27-2016 05:19 AM
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
10-27-2016 02:00 PM
Thanks Angel.
Would implement and provide feedback.
Regards,
11-07-2016 10:40 AM
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
11-07-2016 10:42 AM
These are path from a default Alfresco SDK Share project
http://docs.alfresco.com/community/concepts/alfresco-sdk-archetypes-share-amp.html
10-27-2016 10:36 AM
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.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.