First
see this
vBulletin Google Adsense Deep Integration Tutorial
and we will do some things new on this thread
i will put ads in this area
do this
open admincp>search on templates>FORUMDISPLAY
FIND
Code:</td> <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if> </tr> </table> <!-- / controls above thread list -->
Add above
AND i will put ads in this area (in threads)Code:<!-- Gl Adsense |By MARCO1 --> your google ad code <!-- / Gl Adsense |By MARCO1 -->
do this
open admincp>search on templates>SHOWTHREAD
FIND
Add aboveCode:</td> <else /> <td class="smallfont"> </td> </if> <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if> </tr> </table> <!-- / controls above postbits -->
I love these ways to display your ads and this will give more and more clicksCode:<!-- Gl Adsense |By MARCO1 --> your google ad code <!-- / Gl Adsense |By MARCO1 -->
AND i will put ads in this area
do this
open admincp>search on templates>FORUMHOME
FIND
add aboveCode:<!-- main -->
And research toCode:<table border="0"> <tr> <td width="100%" align="right" valign="top">
add belowCode:<!-- main -->
And will put ads in postsCode:<td valign="top" align="right" > <table border="0" width="100%"> <tr> <td align="right" valign="top"> <table border="1" cellspacing="0" style="border-collapse: collapse"> <tr> <td align="center"> <!-- Gl Adsense |By MARCO1 --> <center> YOUR GOOGLE ADS CODE HERE </center> <!-- / Gl Adsense |By MARCO1 --> </td> </tr> </table> </td> </tr> </table> </td> </tr>
do this
In postbit template replace
WithCode:<!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message -->
you will have to replace ADSENSE CODE HERE with the actual code.Code:<!-- message --> <if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and ($show['guest'])"> <span style="margin: 2px; float: right; width: 301px; height: 251px;"> ADSENSE CODE HERE </span> </if> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message -->
to put ads in Archive
like this
Download the product in the Attachments
and open the product with notepad or other editor
and replace the pub code (pub-7556473518368210)
with your Google adsense pub code
save..
import it from admincp and go to Archive













Reply With Quote