I developed two CMS sites using umbraco in following strucutre one for global and another for country specfic.
GlobalSite
-------->Page 1
-------->Page 2
-------->Page 3
Uk
-------->Page 1
-------->Page 2
-------->Page 3
I want Pages to be sync in data,ex whenever i change any pages [say page1] it should reflect the changes in other country sites too..Page 1[Global] and Page1[UK] are related while copying
There's not really a built-in way to do this, however you could write a solution yourself to achieve this using Events and the Relationship API. Take a look at this umbraco.tv video: Sync 2 websites with events and the reatlsionship API
Synchronization Of Nodes
Hi All,
I developed two CMS sites using umbraco in following strucutre one for global and another for country specfic.
GlobalSite
-------->Page 1
-------->Page 2
-------->Page 3
Uk
-------->Page 1
-------->Page 2
-------->Page 3
I want Pages to be sync in data,ex whenever i change any pages [say page1] it should reflect the changes in other country sites too..Page 1[Global] and Page1[UK] are related while copying
Regards
Arun
Hi,
There's not really a built-in way to do this, however you could write a solution yourself to achieve this using Events and the Relationship API. Take a look at this umbraco.tv video: Sync 2 websites with events and the reatlsionship API
Hope this helps,
-Tom
is working on a reply...