Hi,
I'm wondering how to sync my TV's when I'm using Babel.
There is an info in the documentation about that, but unfortunately when I'm using it, nothing happens.
I'm doing the following:
In System Settings - Babel, babel.syncTvs, I'm placing as Value my TVs, comma separated.
I'm using a MIGx multiple TV called with getImageList, which is working perfect in my main Context language:
[[!getImageList?
&tvname=`clientsLogoTV`
&tpl=`clientsLogos`
]].
My clientsLogoTV consist of the following TVs:
clientsLogoTV-text - Text field;
clientsLogoTV-link - used for links;
clientsLogoTV-image - used for images;
My clientsLogo tpl:
<li><a href="[[+title]]" target="_blank">
<img src="[[+image:phpthumbof=`w=100&h=100&zc=1`]]" alt="[[+name]]"></a></li>
I already tried to place only the main TV in babel.syncTvs Value field and also together with all of the consisted TV's, comma separated, but there is no sync between my first and second language (Context).
Did somebody know how to work with the TV synchronisation in Babel?
Any suggestions or help will be appreciated!
Thank you in avdance!