The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adsense before first post
Sorry for posting another adsense thread
I'm trying to figure out how to insert Adsense before first post in each thread ,but I can't find any guide on how to do that in 3.6.8 Thank you all. |
#2
|
|||
|
|||
You could use a condition in the postbit(_legacy) template:
Code:
<if condition="$post[postcount] == 1"> <!-- ADSENSE HERE --> </if> |
#3
|
|||
|
|||
I have tried this, but it's not working
--------------- Added [DATE]1193951200[/DATE] at [TIME]1193951200[/TIME] --------------- Anyone |
#4
|
|||
|
|||
Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1"> <div style="padding:0px 0px $stylevar[cellpadding]px 0px"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="96%" align="center"> <tr valign="top"> <td clas="alt1"> <div align="center"> ADSENSE CODE </div> </tr> <tr> </td> </tr> </table> </div> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|