Content picker start node on a Multiple Site Umbraco installation.
Hi, On the site I am currently developing there are two versions of it that use the same templates, document types, macros etc. I have an english and a french version using separate content trees.
My question is, in one of my document types I have a content picker field to select a customer testimonial to display in the sidebar. I have set this up by having Testimonials as a document type, and have been adding the testimonials as separate nodes.
The content picker field has a start node ID so that it only shows the Testimonial nodes, but my problem is that it shows the same list of testimonials no matter which language version of the site I am logged into.
Is it possible to have a different start node ID depending on which site I am currently editing?
Don't think it's possible using the standard content picker, but as a workaround, can't you use the multiple node picker from uComponents, set the xpath to only get testimonials from site you're on and set number of allowed nodes to 1
Content picker start node on a Multiple Site Umbraco installation.
Hi, On the site I am currently developing there are two versions of it that use the same templates, document types, macros etc. I have an english and a french version using separate content trees.
My question is, in one of my document types I have a content picker field to select a customer testimonial to display in the sidebar. I have set this up by having Testimonials as a document type, and have been adding the testimonials as separate nodes.
The content picker field has a start node ID so that it only shows the Testimonial nodes, but my problem is that it shows the same list of testimonials no matter which language version of the site I am logged into.
Is it possible to have a different start node ID depending on which site I am currently editing?
Thanks!
Don't think it's possible using the standard content picker, but as a workaround, can't you use the multiple node picker from uComponents, set the xpath to only get testimonials from site you're on and set number of allowed nodes to 1
Cheers,
/Dirk
Assuming you're on a umbraco version that supports uComponents (v4.5+)
is working on a reply...