View Full Version : Space Between Posts (Legacy)
I've done a decent amount of minor hacks to my forum, but I have yet to figure out how to change the space between each post in Legacy mode. I'd like to first try having no space, and secondly try it with different sizes between 2-10 pixels. Anyone know where this can be changed? Thanks.
Note: Wrong Thread... not sure where I was supposed to put this. There are like 5000000 forums! Sorry in advance =(.
Adrian Schneider
09-01-2005, 07:23 AM
yeah, wrong forum lol
go to your postbit_legacy or postbit template, at the very beginning there should be
<!-- post #$post[postid] -->
<if condition="$show['spacer']">
$spacer_open
<if condition="!$post['islastshown']">
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<else />
<if condition="$post['toppadding']">
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
</if>
</if>
<div id="edit$post[postid]">
</if>
and at the very end:
<if condition="$show['spacer']"></div><if condition="!$post['islastshown']"></div></if>$spacer_close</if>
<!-- / post #$post[postid] -->
^ edit em
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.