Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).
1.0.0 VERSION (download GTSEARCH.zip)
This is a "No Template Edits" modifications.
Show your support and click Mark As Installed and Nominate For MOTM.
For continued support and upgrades - support by donating via PayPal.
What is a Custom Search Engine?
A Custom Search Engine is a tailored search experience, built using Google's core search technology, that prioritizes or restricts search results based on websites and pages you specify. Your Custom Search Engine can be tailored to reflect your point of view or area of expertise. With a Custom Search Engine, you can:
Apply your website's look and feel to the search results page.
Provide search refinements within results pages to make it easier for searchers to find the information they're looking for.
Add sites to your search engine's index as you surf the web.
Invite friends and trusted users to co-edit and contribute to your search engine.
Make money from your Custom Search Engine by participating in Google's AdSense program.
Once you've defined your search engine index, Google will give you a simple piece of code for a search box to place on your site or blog. You'll then have the option to choose various customization options to make the look and feel and functionality of your search engine your own.
Frequently Asked Questions
Q) What exactly does this modification do? A) It integrates your CSE with your site - results are on your site not on a Google-hosted page.
Q) Can I run Adsense ads on the same page? A) No, it's Adsense Google's TOS. To earn money, you will need to associate your CSE with your Adsense account. You can do this by clicking the "Make Money" section of your custom search engine control panel.
Instructions
Upload gtsearch.php file to vbulletin root (same place where global.php file is located)
ok, i try, it's work. but i have a big problem. when i'm try to search something in Hebrew i get gibberish.
what to do?
I had the same problem when searching in Arabic
the results were showing ??????? as i am not using UTF encoding
howevr i managed to solve the problem,
for you to get it working right:
go to the google code (within your admincp)
and change the encoding from UTF-8 to the Hebrew encoding
in other words:
replace
<input type="hidden" name="ie" value="UTF" />
with this one:
<input type="hidden" name="ie" value="windows-1255" />
i would also like to see a live demo, been through all the pages and have not seen one, will install tommorrow if i can get an understanding of what it does etc, signed up to googles custom search engine so only got to install hack then add code to not show adsense on the search page
This is a great mod! The only thing I wish were possible was a way to have the search results account for chronology, with the newest ones first, as VB would do. I don't see how to do it, but perhaps one of you geniuses has figured that out...