Hi,
On a new site 2.32 (or .31 ? cause and do not found WHERE it's reported in the new manager...)
I just past code for a footer menu from the current modx 2.2 site menu
Very simple but using Babel Translations
It was using Fastfield but now the fastfield outputs just nothing (as page id exists
I tried with xpdoField... it just returns the CURRENT page's (not the one targeted by BabelTranslation) field
But the link href is good
So... what's wrong now..?
Thank you
<li><a class="muted" title="" href="[[~[[BabelTranslation? &contextKey=`[[*context_key]]` &resourceId=`21`]] ]]" >
[[!pdoField? &id=`[[BabelTranslation? &contextKey=`[[*context_key]]` &resourceId=`21` ]]`
[[-#[[BabelTranslation? &contextKey=`[[*context_key]]` &resourceId=`21` ]].longtitle]]</a></li>