The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
||||
|
||||
![]()
That's probably using some <div> or <table> tags to align the ad to the right. On that page use your browser to view the HTML source and you'll see the HTML around the ad... Just copy it and put it around your ad code.
To me it looks like a <table> but I'm not sure, it could definitely be done with a table... In your postbit_legacy find: Code:
$post[message] Code:
<if conditon="$show[guest] AND $post[isfirstshown]"> <table border="0" width="100%"> <tr> <td VALIGN="top"> $post[message] </td> <td VALIGN="top" width="200"> Ad Code Here </td> </tr> </table> <else /> $post[message] </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|