Dear All,
Thinking about using Alfresco's Wiki functionality to store HowTo and User Guide pages. Noticed that the screeshots should be uploaded into the Document Library of a given site. Is there a way to create some wiki pages which are shared between several sites?
Thanks alot for your help and Merry Xmas and Happy New Year to all
Zsolt Putnoky
I did implement something like this for a customer once. There is no out-of-the-box functionality for this, but using the core features of multi-filing (ability to have content be contained in multiple folders) and event-based processing (policy / behaviour) this can be achieved programmatically. A new action "Share with site" could create a secondary child association in the wiki of the target site, and the event based processing could add the members of that site with their specific permissions on the individual wiki page shared that way.
Again, it requires custom development to do this, and would entail both client-side JavaScript and server-side JavaScript and/or Java expertise.