Version: 1.00, by xMrCanadax
Developer Last Online: Sep 2020
Category: Mini Mods -
Version: 4.x.x
Rating:
Released: 09-10-2011
Last Update: Never
Installs: 36
Template Edits
Re-useable Code
No support by the author.
How To Install
Step.1:
GoTo Styles & Templates>Search in Templates>your style then search for "postbit_legacy" without quotations.
at the very bottom before "{vb:raw template_hook.postbit_end}"
add :
Code:
<vb:if condition="$post['isfirstshown']">
<li class="firstpost_advert_container"><div class="firstpost_advert">
Your Google Adsense code here
</li>
</vb:if>
Step 2: (centering and coloring your adsense)
GoTo Styles & Templates>Search in Templates>your style then search for additional.css and anywhere add :
<vb:if condition="$post['isfirstshown']">
<li class="firstpost_advert_container"><div class="firstpost_advert"><marquee>
Your Google Adsense code here
</marquee></li>
</vb:if>
Only add this if you want your banner to scroll. This can be used for others things other then adsense also.
Any ideas, for now I left it under second post but I would like it under first as it is better like that I think.
Maybe to put it above "first post" in my case, lol ? (how to do that)
Thanks
Try disabling your other mod, it should work then?
Try disabling your other mod, it should work then?
Yes, after disabling mentioned mod its just as it should be, that is GREAT
But my users already got use to this option (first post on every page), even I did...its kinda natural to have first one.... specially on forums where you have 100-200... pages
So after the first post it gives guests and registered members 3 ads. Two adsense and one eBay.
For supporting members, it gives them two adsense by default. If they go into their profile and turn off the in post ads (field13), it will remove them.
By turning ads back on for my supporting members be default, I have received no complaints, yet have increased my ad revenue.
Yes I used depreciated <center> tags. One day when I'm not lazy or this becomes a real issue, I'll put it all in a div.
I'm going to mark this as installed. I am pretty sure I used your post to help me configure my pages.
I really hate the sites where it looks like they had some postbot insert the ads btw.
This is the code I inserted in my forum just in case people want to do something similar.
So after the first post it gives guests and registered members 3 ads. Two adsense and one eBay.
For supporting members, it gives them two adsense by default. If they go into their profile and turn off the in post ads (field13), it will remove them.
By turning ads back on for my supporting members be default, I have received no complaints, yet have increased my ad revenue.
Yes I used depreciated <center> tags. One day when I'm not lazy or this becomes a real issue, I'll put it all in a div.
I tried to add this before the last line in postbit, and nothing shows at all.