Hi guys,
I'm the guy working with Matt on this project
What i was trying to figure out, was how to wrap the entire postbits block with a conditional check - if posts exist show postbits block, else show alternate block (or nothing).
<if condition="$post==1>
<div id="posts">
$postbit
</div>
<else/>
<p>There are no posts in this category.</p>
</if>
Hope that clarifies
Thanks again to everyone who took the time to reply - its much appreciated!!
Cheers,
Chris
--------------- Added [DATE]1234590312[/DATE] at [TIME]1234590312[/TIME] ---------------
To further clarify, i've uploaded a screenie of the layout i'm wokring on..
http://www.quicksnapper.com/connectr...load-details2/
Its the download details page in vbdynamic download manager. The postbits section is handled by vb and that is the updates block below the main image (i have pretty much stripped out all the usual forumy bits).
Essentially we want the postbits (updates stream) block only to show if there are updates posted for that particular download.
Cheers,
Chris