[[!$YesImAProblem]]
&cache=`0`
[![!Formit? &..........]]
Yes, THANK YOU, that translates! Woohoo! So I started adding back the templates and parameters and testing after each one. Turns out I needed to have the tvPrefix set to tv. (I was sure it was supposed to be empty) and 2 of my menu templates still had old Wayfinder placeholders. The hazards of retrofitting an existing site.
I'll try a basic call to see if I can get the pdoResources snippet working this way too.
One thing I am unclear on is how exactly I add a TV to be translated... Is that in the tutorial somewhere?
Thank you for all your help Bruno - I bought you a beer! (Or maybe two, depending on what kind of bar you visit.)
[[$test]] //works [[!$test]] //works
<p>Lorem Ipsum</p> //Works
<p>Lorem Ipsum</p> [[!$YesImAProblem]] //Not working
<ul> [[!$chunk_level1]] </ul>
<li>chunk_level1 <ul> <li>[[!$chunk_level2]]</li> </ul> </li>
chunk_level2: [[+pagetitle]]
<ul> [[!$chunk_level1]] </ul>
[2015-03-04 12:21:05] (ERROR @ /assets/components/migx/connector.php) Could not load class: mmlFormtabsTemplate from mysql.mmlformtabstemplate.
[2015-03-04 12:21:05] (ERROR @ /assets/components/migx/connector.php) mmlFormtabsTemplate::load() is not a valid static method.
[2015-03-04 12:21:05] (ERROR @ /assets/components/migx/connector.php) Could not load class: mmlFormtabs from mysql.mmlformtabs.
[2015-03-04 12:21:05] (ERROR @ /assets/components/migx/connector.php) mmlFormtabs::load() is not a valid static method.
[2015-03-04 12:21:10] (ERROR @ /connectors/index.php) Error 42S22 executing statement:
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'name' in 'order clause'
)
the plugin does autodetect the users language and switches to that language by default.
https://github.com/Bruno17/migxmultilang/blob/master/core/components/migxmultilang/elements/plugins/mml_initculture.plugin.php#L78