cancel
Showing results for 
Search instead for 
Did you mean: 

Adding script to head element of Alfresco Explorer

hdbhandari
Champ on-the-rise
Champ on-the-rise

Hi, I am trying to add a custom script to the head element of Alfresco Explorer(I know it is deprecated but unfortunaltely we are still using version 4.2.x of Alfresco Enterprise edition), can someone please provide me pointers on how to do that.

I have successfully implemented it for share part of it, but when it comes to http://localhost:8080/alfresco my script is not getting loaded probably because I need to update alfresco.war, and I am not sure how to do that.

Thank you!

2 REPLIES 2

EddieMay
World-Class Innovator
World-Class Innovator

Hi @hdbhandari,

I believe you can use an AMP to update the alfresco.war. You can find more about AMP here.

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

Hi @EddieMay 

Thanks for replying.

Yes, I have implemented an AMP only, and able to install and uninstall it as provided in the link you have shared, but I am not getting any references to which files I should modify or  how to make UI changes. For share.war there is documentation available(not too descriptive but that's fine), but for Alfresco explorer I couldn't get any.

Thank you!