Video category has been updated, successfully
{*create_vid_cat_form assign='field' video=$video*}
{$field=create_vid_cat_form($video)}
{$formObj->createField($field)}
Update Category
{$video.description|truncate:250}
Tags : {$video.tags}
{$comments=$myquery->get_comments($video.videoid)}
{*$comments|print_r*}
{if $comments}
Comments :
{foreach from=$comments key=i item=comment}
{$comment.0.comment}
{*$comment|print_r*}
{/foreach}
{/if}
{assign var='vid' value=$video.videoid}