Hello, I am working with Alfresco 4 and we are trying to customize the toolbar. What we want is to create a button that triggers an action, but only in certain kind of folders.
I have managed to have the button and run the action, but it appears in all the folders. Anyway, to have this working I have needed to modify a los of .js and other files. I'm sure that in version 4 there is a easiest way to do that, but I couldn't find information.
I will have a look to this posts. Maybe it will take a time to understand the new extensibility features.
I suppose I have to guess how to implement this customization in the toolbar a an independent module, because as you have imagined the customization I have by the moment has been achieved overriding the toolbar.js file.
Thanks, and I'll be back if i get stuck with this (and if succeed i will put my solution)