Hello everybody and thank you for joinin me :)
I'm having some trouble trying to figure out how to call an image thumbs in a list through a custom template...
As usual I adopt the tpl_basic_list by Jason (Thank you Jason!) as blueprint for my list templates, there it's noticed that fields should be called like
echo $item->get('field_name')->value;
as for thumbs I know that, once configured properly, it should be called like
echo $cck->getThumb1('field_name');
the problem is that I'm not able to combine the two things in harmony...
Can somebody give me an hint about that please?
Have a nice day!