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 -->
I did a little bit more configuring to make it seem like a real user on the boards. It has fooled some into thinking we were hacked with some form of adware..LOL
i got an email from google yesterday it says im in violation of policy, but only in one of my forum sections cause its a "Not work safe" section, which I understand is against their policies so I need a slight conditional that only allows this code to post the adsense in as the 2nd post in everything except a certain forum id... can anyone help? Im searching around here, but any help would be appreciated. Thanks
i got an email from google yesterday it says im in violation of policy, but only in one of my forum sections cause its a "Not work safe" section, which I understand is against their policies so I need a slight conditional that only allows this code to post the adsense in as the 2nd post in everything except a certain forum id... can anyone help? Im searching around here, but any help would be appreciated. Thanks
I am having a tough time getting the code to match my skin.
So I was thinking... What if you added a member, used your google adsense code in that specific members signature, then called the added member to post in the second post of each thread. similar to what the orginal code does.
Am I making sense? rather than having the original code in the postbit "in my case" create a fake member, have it call that specifc "Fake" member so it will match the layout and all skins.