I am using this data type in my website. I am also using courier to transfer content from staging to live. when I transfer data from staging to live all the data is transfer but the data that is in the "related links with media data" type. Any setting I need to do/change for this to work?
Thanks for your reply. I checked the standards related links data type and courier seems to transfer the data from staging to live but not for the related links with media data type. There is a config file for courier to specify the ids for content types and data types(custom) but I don't know what to enter regarding the "related links with media" data type. (something like this http://forum.umbraco.org/yaf_postst8890_Does-Courier-support-Lefteris-Multiple-Pickers.aspx)
Courier not picking data
Hi,
I am using this data type in my website. I am also using courier to transfer content from staging to live. when I transfer data from staging to live all the data is transfer but the data that is in the "related links with media data" type. Any setting I need to do/change for this to work?
Thanks in advance.
Regards,
Angad
Uhhmmm.... I never used Courier, so I couldn't test with it.
AW, Related Links with Media should behave just like the standard Related Links data type, have you checked if it has the same misbehaviour?
/Marco
Hi Marco,
Thanks for your reply. I checked the standards related links data type and courier seems to transfer the data from staging to live but not for the related links with media data type. There is a config file for courier to specify the ids for content types and data types(custom) but I don't know what to enter regarding the "related links with media" data type. (something like this http://forum.umbraco.org/yaf_postst8890_Does-Courier-support-Lefteris-Multiple-Pickers.aspx)
Any help would be appreciated.
Thanks.
Angad
The GUID of Related Links with Media should be this:
Hope this helps...
/Marco
Marco,
I added this line under contentpickerdatatypes and mediapickerdatatypes element in the courier config file but no luck
<dataType alias="relatedLinkWithMedia">4848424B-EC2C-45F7-A9AA-712BC703B75E</dataType>
Is there anything else I need to do?
Thanks in advace.
Regards,
Angad
I'm sorry but I can't help you here, maybe you could ask the question with Courier support?
/Marco
Marco,
I found the answer here (our.umbraco.org/.../11151-Courier-and-related-links) . You need to add this line
<dataType alias="relatedLinks" xPath="/links/*/@link">4848424b-ec2c-45f7-a9aa-712bc703b75e</dataType>
under contentPickerDataTypes and mediaPickerDataTypes
Thanks for your help!
Nice finding!
Bye,
/Marco
is working on a reply...