View Full Version : [+]------->Gaps Between Posts............
Bop2Bop
12-31-2001, 06:00 PM
how do i make gaps between posts like on this forum here.....
Admin
12-31-2001, 06:04 PM
In showthread.php replace:
$postbits .= getpostbit($post);
with:
if ($postbits!='')
$postbits .= '<br><br>';
$postbits .= getpostbit($post);
Remove one <br> from the code above if the gap is too big.
Bop2Bop
12-31-2001, 06:09 PM
chen rules !!!!!!!!
Bop2Bop
12-31-2001, 06:18 PM
:D nice one
mcyates
10-30-2004, 04:22 PM
cant find $postbits .= getpostbit($post); in vb 3.0.3 how do i do this for vb3.03 and do the same for the forum home for the forum categories. Thanks in advance
Zachery
10-30-2004, 04:49 PM
cant find $postbits .= getpostbit($post); in vb 3.0.3 how do i do this for vb3.03 and do the same for the forum home for the forum categories. Thanks in advance
This was written for vB2 ages ago
mcyates
10-30-2004, 05:28 PM
yeah i just looked at the top.
vBulletin.org Forum > Code Modifications vB2 > Modification Requests
Sorry.
Is there anything like this for vb3.03, well there must be as its used on here.
Zachery
10-30-2004, 05:45 PM
yeah i just looked at the top.
vBulletin.org Forum > Code Modifications vB2 > Modification Requests
Sorry.
Is there anything like this for vb3.03, well there must be as its used on here.
well considering this is "TEMPLATE" based you should try at vBulletinTemplates.com :)
Xenon
10-30-2004, 05:48 PM
3 years old thread.
and what do we see?
chen used '<br>' instead of '<br />' ^^
mcyates
10-30-2004, 05:56 PM
I have tried that, then i came back to here. vbulletintamplates isn't that good, well i couldn't find anything, the thing is, this site is using it so one of the admins (including yourself) must know which hack it is or which hack you have installed.
Zachery
10-30-2004, 06:34 PM
I have tried that, then i came back to here. vbulletintamplates isn't that good, well i couldn't find anything, the thing is, this site is using it so one of the admins (including yourself) must know which hack it is or which hack you have installed.
Actually, there is one at vBulletinTemplates.com by me and there is one at vBulletin.com by floris :) your not looking hard enough
mcyates
10-30-2004, 06:38 PM
ohhhh, don't do this, i'll go mad, please just tell me where it is. Ok give me 10 min i'll try and find it.
Hard Work!"!!!!!!! lol
mcyates
10-30-2004, 06:39 PM
I found Category Spacing
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.