A client of mine has 1 installation of Umbraco and has multiple sites running off that - easy peasy, done that and running like a dream no problem. eg
Site1 Site2 Site3 Site4
In each of the home pages I have a textstring field called companyName and I place this at the top of the sites structure and make a recursive call back to the top to retrieve that companyName eg.
Recursive issue on multiple sites in one install
Hi All,
A client of mine has 1 installation of Umbraco and has multiple sites running off that - easy peasy, done that and running like a dream no problem. eg
Site1
Site2
Site3
Site4
In each of the home pages I have a textstring field called companyName and I place this at the top of the sites structure and make a recursive call back to the top to retrieve that companyName eg.
Happy days I thought until I tested each of the sites.
Each of the sites are pulling the companyName from Site1 and not from their own site eg Site3 pulling companyName from Site3 etc.
Can someone please confirm that this is a bug in 4.5.x as I would of thought it should just retrieve from its own site structure and dont the others.
Thanks
Tom
is working on a reply...