The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]() ![]() I have been working on it for two days, but i still can't seperate postbit.... Postbit_wrapper doesnt work. Please can someone help me ? Postbit_legacy PHP Code:
|
#2
|
||||
|
||||
![]()
Find:
Code:
$template_hook[postbit_end] And replace it with: Code:
<div style="height:10px"></div> $template_hook[postbit_end] Change the value to whatever you want. |
#3
|
|||
|
|||
![]()
Thank you, but nothing changed :S
|
#4
|
||||
|
||||
![]()
The Table at the top of your code has align="left". Anything you add after that code will move to the right not bottom as intended. So replace:
Code:
<table id="post$post[postid]" class="tborder" cellpadding="7" cellspacing="0" border="0" width="100%" align="left"> With: Code:
<table id="post$post[postid]" class="tborder" cellpadding="7" cellspacing="0" border="0" width="100%" align="center"> Re-add my code as provided in the other post and you'll separate the posts from one another. ![]() |
#5
|
|||
|
|||
![]()
Thanks! it works
![]() |
#6
|
||||
|
||||
![]()
Is this where we go wo0t?
![]() |
#7
|
|||
|
|||
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|