EDIT: I've woken up now ... I missed off
hi all ... sorry to say I've been here before and referred back to this topic on how to prevent output if the repeatable region contains no data http://www.couchcms.com/forum/viewtopic.php?f=4&t=7146&p=9647&hilit=repeatable+empty#p9647
My code is
But whether or not there is content in the repeatable regions I am getting no output at all when the <cms:capture> is wrapped around it.
Has something else changed? Is something staring me in the face that I can't see?!? The site is on my local machine - so not viewable I'm afraid.
- Code: Select all
<cms:set show_buffer='1' 'global' />
hi all ... sorry to say I've been here before and referred back to this topic on how to prevent output if the repeatable region contains no data http://www.couchcms.com/forum/viewtopic.php?f=4&t=7146&p=9647&hilit=repeatable+empty#p9647
My code is
- Code: Select all
<cms:capture into='my_buffer'> <h1>Reviews</h1> <cms:show_repeatable 'recording_reviews' > <cms:if "<cms:not_empty review_text />"> <blockquote><cms:show review_text /><cite><cms:show review_source /></cite></blockquote> </cms:if> </cms:show_repeatable> </cms:capture> <cms:if show_buffer ><cms:show my_buffer /></cms:if>
But whether or not there is content in the repeatable regions I am getting no output at all when the <cms:capture> is wrapped around it.
Has something else changed? Is something staring me in the face that I can't see?!? The site is on my local machine - so not viewable I'm afraid.