Version: 1.00, by Keyser520
Developer Last Online: May 2009
Version: 3.5.3
Rating:
Released: 02-21-2006
Last Update: Never
Installs: 85
No support by the author.
So I've been playing around a bit with my new vb board, and figured out how to make it appear as if the "advertiser" has the second post on every page.
You can play around with the code some more to change some of the messages from the ones I have on there (i.e. posts: location:, etc)
For kicks, I have the "online" icon set to say "Google is online", so change this tag if you want it to say something else.
This was designed for "legacy". I do not know if it works for the new forum layout
You can also ad a custom ad "Avatar" as well. Just replace the "<!-- IF YOU WANT TO GIVE THE AD AN AVATAR, BUT IT HERE -->" with the code for the avatar.
Add this code to the END of your postbit_legacy template
<div class="smallfont"><div class="smallfont">Sponsored posting</div></div>
<div class="smallfont">
<br />
<!-- IF YOU WANT TO GIVE THE AD AN AVATAR, BUT IT HERE -->
</div>
<!-- icon and title -->
<div class="smallfont">
<if condition="$post['title']"><strong>Sponsored...</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
<!-- message -->
<div align="center">
<!--PUT YOUR ADSENSE CODE HERE -->
</div>
<!-- / message -->
it isnt agaisnt it, google can bann you with out contacting you, tell you, and replying to your future emails, theres nothing you can do, google adsense is crap full stop, i use this for other adsense sites, far more better.
Moparx...what would the if statement be in order to have it check for how many replies are on that page? i.e. so that it shows if you have more than 5 replies on a page rather than more than 5 replies total?
What sites would you recommend that are far better?
depends what your sites about? if its porn theres some nice places, if not, theres a few. im currently on two of them, one only open to large sites, other, is publicly.
Moparx...what would the if statement be in order to have it check for how many replies are on that page? i.e. so that it shows if you have more than 5 replies on a page rather than more than 5 replies total?
Moparx.. That conditional sets it for 5 posts or more in the whole thread. I want to do it as 5 posts or more per page. In other words, if the thread has 1 2 3 or 4 posts, no ad is shown, but at 5 or more, then and add is shown. If a thread shows 20 posts per page and there are 21 pages, then page 2 shows 1 posts and 1 add...but I don't want it to show the ad UNTIL there are 5 posts on page 2.... and the same for each subsequent page...
Does this have to be done as some kind of formula such as:
(last thread number shown on current page) mod (total replies shown per page) >=5