Hi
I am trying to make a content provider. I have a multisite solution and want to use content provider to share a one part of the page structure accross all my sites. It would be great if it was possible to update / delete /translate also on all sites)
I think this should be out of the box on episerver. No coding at all should be needed. I should just enable the ContentProviderCapabilities
Sounds like a easy task but it is not. I have asked a lot a people and nobody seems to know how to do this.
I have tested the Cloned content provider in alloy that is just cloning and even with this there is issues. Page three not updating on new pages /changes and there is also issues with link to the cloned page. Found that some other Guy had problemes with the same and changes som cache settings and it was better.
And I have read the content provider documentation and also Per Magnes :
http://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2014/11/content-providers-101--part-i-introduction-initialization-ui--identity-mapping/
http://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2014/11/content-providers-101--part-ii-from-read-only-to-writable/
http://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2014/11/content-providers-101--part-iii-finishing-touches/
They are helpful but i cant get it to work.
Does anybody know how to make a content provider that has most of the ContentProviderCapabilities enabled. No external source. Just straightforward episerver content.
Any code/help is appreciated.