Steve F Well-known member Aug 20, 2013 #1 Using this to get attachments <xen:if is="{$item.attachment_id}"> STUFF </xen:if> Is there something for youtube videos for example? I can't find any example anywhere. Thanks
Using this to get attachments <xen:if is="{$item.attachment_id}"> STUFF </xen:if> Is there something for youtube videos for example? I can't find any example anywhere. Thanks
xf_phantom Well-known member Aug 20, 2013 #2 Via php you could use the Imagecount formatter and get the media count PHP: $formatter->getMediaCount() Last edited: Aug 20, 2013
Via php you could use the Imagecount formatter and get the media count PHP: $formatter->getMediaCount()