drupalfun.com
video gallery not showing
Submitted by bella03 on Thu, 02/26/2009 - 13:38
Status:
Solved Question:
Hi
I seem to have trouble getting my video's showing. I can only think my code in the template is wrong, please check.
<?php foreach ((array)$node->field_video as $item) { ?>
<?php print $item['view'] ?>
<?php } ?>

1. You need to see if your
You need to see if your fields are actually named field_video (contemplate gives you some fields to use below the input box).
You also need to make sure that you video field is configured to show on the video gallery content type -> display fields