In the last few hours my stats have gone upyay - curious if this is legal in the TOS or even possible... instead of clicking generally directly on the ad - make it so you can click anywhere within the table and it automatically goes to the link.
This is a discussion on vBulletin Google Adsense Deep Integration Tutorial within the Ad Networks forums, part of the Monetizing category; In the last few hours my stats have gone up yay - curious if this is legal in the TOS ...
In the last few hours my stats have gone upyay - curious if this is legal in the TOS or even possible... instead of clicking generally directly on the ad - make it so you can click anywhere within the table and it automatically goes to the link.
that is not legal
too bad - well trying the above method - doing a full integration - but instead of adding the vBa footer ad i made a skyscraper ad- i just checked my adsense and it increased to $5 for the day (i was normally getting .50 - $1 a day) so now i'm really considering getting vBSEO on payday...
The answer isn't always putting more ads on the site. This guide is good if you wanted an ad in a certain spot, then this will show you. Other than that, I highly recommend staying away from doing all these methods.
Have you ever heard "Less is More"? Well, usually in this case, that is true.
anyone?
Well I have just added alot of this tutorial to my site, hope i get some results![]()
Website: Gamers Kingdom
Adsense on the right side of a post? - vBulletin.org Forum
I'll warn you ahead of time, expect your users to cry about it. I moved my postbit ads into the posts, using the smallest sized ad possible. It amazes me how the users with the most awful looking sig images can complain about a 180 pixel wide ad.![]()
What about for 3.6.8 version?
Thanks
Lets say I want adsense to show after the first 5 threads are shown? I don't want it to show first but rather down in the page a bit becuase we get a lot of posts and members scroll down all the time. I'm able to do that on the postbit legacy template where the leaderboard ad shows after ever 3rd post but i'm unsure how to do that in the FORUMSDISPLAY template.
Does anyone know how I can specify adsense to show after 5 threads?
In 3.6.8 is not working
<!-- message -->
<div id="post_message_$post[postid]">
<if condition="($post[postcount]==1) and ($show['guest'])">
<div style="float: right; width: 300px; height: 250px;">
<script type="text/javascript">
ADSENSE CODE
</script>
</div></if>$post[message]</div>
<!-- / message -->
Example:
Nuevo Tecnico en River Plate - Para vos quien viene - Foro River Plate - La Pagina Millonaria, www.riverplate.com
How can I show the advertisement after the first post, on every threadpage after the first post?
<if condition="(!is_member_of($bbuserinfo,29,28,5,6,38 ,2,39,3,7)) AND $post[postcount] % $vboptions[maxposts] == 1">
That's how I got it to work.
For all the conditionals:
http://www.vbulletin.org/forum/showt...hlight=adsense
I have a question, I want to do this, but I don't want the ads to appear in a certain forum (eg. the adult forum) how do I exclude the ads from showing in that forum? or how do I exclude the ads from showing to certain usergroups as well?
I've worked out how to exclude multiple forums now but now I am just trying to work out how to also include the exclusion of certain usergroups?
eg forum exclusion.
<if condition="!in_array($forumid, array(30,279))">
adsense code
</if>
also would anyone mind checking www.gamerzneeds.net/forums and seeing if there are any other forums I should exclude?
Last edited by hornstar6969; 05-20-2009 at 03:59 AM.