Version: 1.00, by AlexanderT
Developer Last Online: Jul 2021
Version: 3.0.7
Rating:
Released: 04-27-2005
Last Update: Never
Installs: 48
No support by the author.
Upgrade 1.1 notice:
The upgrade from 1.0 to 1.1 is optional; it makes sure ads don't display in private messages. Thanks to venomx for the tip.
Hack Description:
This hack will allow you to offer Google Adsense revenue sharing to your vBulletin board users. Revenue sharing is a great way to reward your board members for their loyalty and adds a feeling of ownership in the board and it's success. Revenue is split between board administrator and thread starters. The percentage of probability is customizable by the administrator.
This hack is fundamentally the same like this hack; however, it adds some customization plus does not use any additional queries!
I wrote this hack a couple of months ago and didn't know there was any interest for it (you certainly don't want to spend money on something that doesn't take much time to code).
My time is *very* limited so I am not good at giving support. I hope the instruction included is self-explanatory. It is easy to expand the hack to your needs.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
If you actually read what I said in my first post you would know that I don't have much time; that doesn't mean I am not willing to help when I can. Of course the hack does not display at your forumhome, http://www.theundergroundsource.com/forums/index.php?, because it is not supposed to. It displays ads in the thread view, e.g.
Anyways.... if there is nothing but complaint, I have no trouble removing it again.
I know it does not display that way it just does not display in threads or any posts I have made or did a test on.
I found what was wrong it was cause I am in user group 6 Admin. How do u make everyone show up to see the ads.
Thanks for the info
Quote:
Originally Posted by AlexanderT
When you change the postbit templates, instead of:
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
When you change the postbit templates, instead of:
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
What if we only want this for moderators and not all registered members?
Possible?
Thanks ;-)
Change the UserGroup ID # to 7 instead of # 2 in your postbit & postbit_legacy templates
when applying the code changes in step 7. of the instruction..
Code:
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
I was looking at the code & I notice that u can place your own type of ads and make them scroll or rotate. I going to test this out to see if I can do that and change some wording in Admin c/panel display in vb. :ermm:
I typed if you look at the post the letter "A" twice which in turn threw you off completely to what I was saying.
the second post I said "I typed a twice. Thanks... its ok" I assumed you saw what I was talking about.
If you still have problems you can contact me via PM. I dont want this thread to go off topic.