GroupX getValue not working 7 years ago3TopicHallo,i have the following model:- Article "gallery_bild" with two fields, "titel" and "image"- Article "gallery" with GroupX pointed zo "gallery_bild"if i use $cck->getValue('gallery_bild',[x],'titel'), in GroupX HTML, Seblod return this command as string.what could be wrong?thanksMarcel 4229 PostsKadministrator 7 years ago0Level 1Hi,where exactly are you trying to use this call? 39 Postsdazzafact 6 years ago1Level 1I tried this also with GroupX Fields in all Templates, SebOne, sebTable . Not working:echo $cck->getValue( 'video_snips', 0, 'snip_title' ); //works notOther simple Fields are working:echo $cck->getValue( 'other_field' ); //works 4229 PostsKadministrator 6 years ago0Level 2Hi,I believe this post was about typographies, not templates, syntax is different in both cases.