The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Deleting space between posts.
Hey,
I'm trying to remove the space in the threads that appear between posts. I have been trying to figure this out for a while now and I think it has something to do with the postbit legacy template but I haven't been able to do it. Picture explaining my problem Thanks in advance, |
#2
|
||||
|
||||
Edit postbit_wrapper template.
find: HTML Code:
$stylevar[cellpadding]px HTML Code:
0px . |
#3
|
||||
|
||||
It's probably your cellpadding (in Style > StyleVars) cuz this is from the postbit_wrapper where the cellpadding defines the bottom padding:
HTML Code:
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
|
#4
|
||||
|
||||
If he changes the that in stylevars, it will change the padding everywhere and forum would not look right.
e.g. . |
#5
|
|||
|
|||
Thanks guys! :- )
Yeah I tried changing it with the padding first but it messed up the boards. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|