Rob Locke
05-31-2005, 04:45 PM
Hi Folks,
Does anyone know how to add the gaps between the comments in GAS? I want them to appear exactly as in the vb postbit. There are conditionals in the vb postbit...<if condition="$show['spacer']">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>and...<if condition="$show['spacer']">
</div>
$spacer_close
</if>...but these are omitted from GAS_comments_pb and GAS_article_pb. The result is that all the comments are crunched together.
If I add these conditionals to GAS_comments_pb and GAS_article_pb, the page layout is messed up.
What do I need to do? This is important to me, as simply adding a formspace to the bottom of the templates also adds space between the last post on the page and the large reply button. Plus, I have added a 'tcat' style table in the showthread which I want to join seamlessly to the bottom of the last post on the page, but still ensure the other posts are spaced apart.
I will be so grateful to anyone who can definitively solve this for me. It's the last little mod I need before I go live with my articles.
Thanks,
Rob.
Does anyone know how to add the gaps between the comments in GAS? I want them to appear exactly as in the vb postbit. There are conditionals in the vb postbit...<if condition="$show['spacer']">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>and...<if condition="$show['spacer']">
</div>
$spacer_close
</if>...but these are omitted from GAS_comments_pb and GAS_article_pb. The result is that all the comments are crunched together.
If I add these conditionals to GAS_comments_pb and GAS_article_pb, the page layout is messed up.
What do I need to do? This is important to me, as simply adding a formspace to the bottom of the templates also adds space between the last post on the page and the large reply button. Plus, I have added a 'tcat' style table in the showthread which I want to join seamlessly to the bottom of the last post on the page, but still ensure the other posts are spaced apart.
I will be so grateful to anyone who can definitively solve this for me. It's the last little mod I need before I go live with my articles.
Thanks,
Rob.