I just thought, you could also go for a foreach loop... something like
Code: Select all
{foreach from=$videos item=video name=vid}
{if $smarty.foreach.vid.first}
... do something for first video
{else}
... do something for the other videos
{/if}
{/foreach}
Could you post your template code again? Do you get any error messages or what do and don't you see? With a very simple foreach loop... do you see all the videos? Is the video feed actually providing enough videos?
Just some questions that popped into my mind ...
Hope it helps
Best
Nils