The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Ad Sense Supported by.. between posts
Do you guys know how to get those supported by boxes between the posts
|
#2
|
|||
|
|||
In the postbit template
Under <!-- / post $post[postid] popup menu --> Add <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt2"> <div id="post_message_$post[postid]">test</div> </td> </table> If you only want it to appear under a certain post then do <if condition="$post[postcount] == 4"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt2"> <div id="post_message_$post[postid]">test</div> </td> </table> </if> Now it will only appear under the fourth post. |
#3
|
|||
|
|||
Thank you and do you know how to add the sponserd by frame
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|