The Arcive of vBulletin Modifications Site. |
|
Boost your revenues with google search adsense Details »»
|
|||||||||||||||||||||||||||||
|
Boost your revenues with google search adsense
Developer Last Online: Jan 2016
Just simple templates modification, but you can boost your revenue with adsense..
my mod doesn't change the basic vbulletin design templates (see on screenshoot) Preparation: 1. make your google search adsense, to obtain "partner-pub-id" 2. open navbar templates, see instruction on below: Find PHP code Code:
<form action="search.php?do=process" method="post" id="navbar_search">
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<input type="text" value="" name="query" class="textbox" />
.....
</span></span>
Replace with PHP code Code:
<form action="http://www.google.co.id/cse" id="cse-search-box" target="_blank"> <input type="hidden" name="cx" value="partner-pub-1677807936883236:1006600269" /> <input type="hidden" name="ie" value="UTF-8" /> <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span> Change with your search adsense "partner-pub-id" Code Code:
partner-pub-1677807936883236:1006600269 Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
So this completely replaces vBulletin's own internal search routine?
Thanks .. ![]() Regards, Doug |
|
#3
|
||||
|
||||
|
I don't see the google search in your screenshot.
|
|
#4
|
||||
|
||||
|
it does not change at all the existing design, but when members use the search function, it will be connected to your google adsense.
just try install it first for more details
|
|
#5
|
|||
|
|||
|
If it's not displaying the Google logo it would be in breach of their terms of service:
http://www.google.com/cse/docs/tos.html?gl=IE&hl=en_US |
|
#6
|
||||
|
||||
|
Quote:
see the results when someone uses itand absolutely not breach google terms of service |
![]() |
|
|