The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Earnmoneyworld.com Adsense Optimization | Get More Clicks With Google AdSense Details »» | |||||||||||||||||||||||||||||||
Earnmoneyworld.com Adsense Optimization | Get More Clicks With Google AdSense
Developer Last Online: Feb 2017
This is only adsense placement i am using in my forum and this is working great
i am getting more clicks and more revenue with this simple optimization. Demo Earn Money world Installation instructions: In Default Templates In the template postbit templates > postbit find: Code:
<vb:if condition="$show['attachments']"> Code:
<vb:if condition="$post[postcount] == 1"> <script type="text/javascript"><!-- google_ad_client = "pub-"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text"; google_ad_channel = "forum"; google_color_border = "E1E1E1"; google_color_bg = "E1E1E1"; google_color_link = "FFFFFF"; google_color_text = "FFFFFF"; google_color_url = "FFFFFF"; google_ui_features = "rc:0"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </vb:if> Code is different in My Template In the template postbit templates > postbit find: Code:
</div><vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"> <div class="body"> <div style="width: 100%"> Code:
<script type="text/javascript"><!-- google_ad_client = "pub-"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text"; google_ad_channel = "forum"; google_color_border = "E1E1E1"; google_color_bg = "E1E1E1"; google_color_link = "FFFFFF"; google_color_text = "FFFFFF"; google_color_url = "FFFFFF"; google_ui_features = "rc:0"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> you can also use this condition before google adsense code (adsense only for guest) Code:
<vb:if condition="$show['guest']">Show this to guest only</vb:if> Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
SaN-DeeP |
Comments |
#22
|
||||
|
||||
ah sorry i forget to add postcount command
Code:
<vb:if condition="$post[postcount] == 1">
adsense code
</vb:if>
|
#23
|
|||
|
|||
that didn't work for me. I still got the advert on every post.
|
#24
|
||||
|
||||
working fine for me
post your code here |
#25
|
|||
|
|||
oh good god... I'm a muppet... I see where I went wrong... sorry Mr Hiuuf....
|
#26
|
||||
|
||||
no problem enjoy the more clicks
|
#27
|
|||
|
|||
I can't make this mod work What's wrong with my code?
I put this code to above of <vb:if condition="$show['attachments']"> in postbit: Code:
<vb:if condition="$post[postcount] == 1"> <vb:if condition="$show['guest']">Show this to guest only</vb:if> <script type="text/javascript"><!-- google_ad_client = "pub"; /* 728x90, 11.11.2010 */ google_ad_slot = "XXXXXXXXX"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></vb:if> |
#28
|
||||
|
||||
Quote:
try this Code:
<vb:if condition="$post[postcount] == 1"> <vb:if condition="$show['guest']"> <script type="text/javascript"><!-- google_ad_client = "pub"; /* 728x90, 11.11.2010 */ google_ad_slot = "XXXXXXXXX"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></vb:if></vb:if> |
#29
|
||||
|
||||
dear member what do work in versions 4.0.3
|
#30
|
|||
|
|||
cant get this work on 4.1.2
the code is simple, after Code:
<div id="post_message_{vb:raw post.postid}"> <blockquote class="postcontent restore"> {vb:raw post.message} </blockquote> </div> Code:
<script type="text/javascript"><!-- google_ad_client = "pub-xxxxxx"; /* 728x90, creado xxxx */ google_ad_slot = "4xxxx"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> |
#31
|
|||
|
|||
Here's my code, which works very well.
Code:
<vb:if condition="$post[postcount] == 1"> <vb:if condition="is_member_of($bbuserinfo, 1)"> <script type="text/javascript"><!-- google_ad_client = "your pub ID here"; /* 468x60, created 5/14/11 */ google_ad_slot = "my ad channel"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><br /> <p><small>Register Now! Members do not see advertisements.</small></p></vb:if></vb:if> Enjoy! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|