Forum for discussing general topics related to Couch.
14 posts Page 2 of 2
I think this is what you're after ...

Code: Select all
<cms:pages masterpage='videos.php' limit='1' >      

     <div>
<cms:set video_count='1' />   
   <cms:show_repeatable 'videos' >                                                 
      <cms:if video_count eq '1' ><cms:show video /></cms:if>     
      <cms:incr video_count '1' />
     </cms:show_repeatable
     </div>

</cms:pages>
KK,

you are a superman.

It works just fine
Toheeb, that compliment should be directed to @potato :)
whoa,

@Potato, pardon my errors for wrongly crediting your efforts to KK.

Thank you for understanding.

Thanks KK for redirecting the compliment.
14 posts Page 2 of 2
cron