• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Replace search with Google Custom Search

Admin

Well-Known Member
Staff member
Administrator
This mod assumes you have an adsense account and are using Google Custom Search.
You want to make sure your results page is named something other than the vb default search.php, this leaves the vb option open to those who click "advanced search"
Open your template navbar
find
PHP:
<form action="search.php?do=process" method="post" id="navbar_search">
replace with the form line of the google supplied code
example:
PHP:
<form action="http://www.ahfb2000.com/google.php" id="cse-search-box">
find
PHP:
<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" />
replace with the first 3 hidden input types in your google code
example:
PHP:
    <input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxxxxxxxxxx" />
    <input type="hidden" name="cof" value="FORID:10" />
    <input type="hidden" name="ie" value="ISO-8859-1" />
find
PHP:
<input type="text" value="" name="query" class="textbox" />
replace with
PHP:
<input type="text" value="" name="q" class="textbox" />
find
PHP:
<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" />
replace with
PHP:
<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="sa" onclick="document.getElementById('navbar_search').submit;" />
find
PHP:
</form>
add this after
PHP:
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script>
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin Hướng dẫn tự động thay thế văn bản excel - Auto replace text VBA Sử dụng, chia sẻ, hỏi đáp 0
Admin Hướng dẫn thay đổi tiêu đề hàng loạt cho xenforo - Replace title for xenforo with command line Xenforo 0
Admin Replace Username With Realname - Thay thế tên thành viên với tên thật cho vbb 4.2.x Add-ons 0
Admin Title Tag Fetcher (Auto Replace URL with Titletag) Add-ons 0
Admin Share tool auto leech bài, auto replace link, auto rar-unrar - check alexa Tut, tool, mmo 2
Admin [SEO Enhancement] Replace "reload this page" to the thread title Add-ons 0
C Anonfiles Search Engine V1.2 by CRYP70 Tut, tool, mmo 0
C CRYP70 - Anonfiles Search Engine Tut, tool, mmo 0
Admin [DRC] Nav Search No Auto Xenforo 0
Admin Russian Language for XenForo Enhanced Search Xenforo 0
Admin [OzzModz]/[Kirby] Search Threads by prefix only Xenforo 0
Admin [OzzModz] Admin Search Block On ACP Index Xenforo 0
Admin German translation for "Andy - Advanced Search" Xenforo 0
Admin eBay Search function - code updated vBulletin Add-ons 0
Admin Ar-XenForo Enhanced Search xenforo 2 Xenforo 0
Admin Google Search Results with GSE 1.0.2 xenforo 2.x Xenforo 0
cuongpro9x Share Ajax Search Pro for WordPress V4.7 - Live Search Plugin Wordpress 0
Admin [AJAX] Search Forums by Title Add-ons 0
Admin Yilmaz - Navbar Google Search Box Add-ons 2
Admin [OzzModz] Exclude Forums From New Posts Search Add-ons 0
Admin Share source code nghe, search và tải nhạc 320 zing mp3 Mã nguồn web 0
Admin Microsoft sẽ chuyển nút back, home và search của Windows Phone 8.1 thành phím ảo trên màn hình? Tin tức CNTT 0
Admin Google kỉ niệm 15 năm Google Search, nói về thay đổi trên app iOS/Android, thuật toán tìm kiếm mới Tin tức, sự kiện thường ngày 2
Admin [ozzy47] Extended Search Links In Navbar Add-ons 1
blog4me Android nhận hack game và search ứng dụng pro cho mọi người Android, iOS 24
Admin Conversation Search by Waindigo 1.0.0b Xenforo 0
Admin Share code smart search bằng từ khóa trong bài viết cho johncms Johncms 0
Admin Plugin ajax search pro cho wordpress Wordpress 3
Admin Fuzzy Seo Google Tag Search Add-ons 0
Admin FUZZY SEO Booster - increase long tail search traffic AUTOMATICALLY! Add-ons 0
Admin Share mod live search camnhan.vn cho vbb4 Add-ons 0
Admin Share mod smart search johncms Johncms 0
Admin Google, Yahoo and Live Search Vbulletin 0
Admin 4 yếu tố quan trọng nhất trong việc làm SEO (Search Engine Optimization) Thảo luận SEO 0
Admin Phát hiện khá hay về google khi search Thảo luận wap việt 0
Master_Thuan Hướng dẫn Khai thác bug search vbb 4.1.3 Security - Local - Hacking 0
V Prevent Duplicate Title from Search Results Vbulletin 0
Admin [AJAX] Live Search Vbb4 Add-ons 0
Admin Thủ thuật hiện link trên google search đẹp hơn Thảo luận SEO 0
Admin Hướng dẫn xử lý lỗi 500 khi search trên vbb Vbb tutorial 0
Admin Simplify Search Feature to be Forum Only Vbulletin 0
Admin Share code search bằng filelist xtgem Wap builder, wapego, xtgem, wen.ru, wapka, wap4 0
S [Exploits]vbb 4.1.2(search.php)-Superkhung Hacking 0
Kidblood Share Code wap up ảnh có khung search All Shared Scripts 0
Admin Share mod last search for johncms Johncms 0
Admin Test fix lỗi phá khung trong kết quả search trên opera style mobile vbb Trò chuyện linh tinh 0
Admin Hướng dẫn xử lý lỗi 500 khi search trên vbb Vbulletin 0
N Share - php search engine - công cụtìm kiếm nội dung bằng php Phpbb3x 4
Admin Cách tạo file robots.txt cho vbb (search google) Vbulletin 3
Admin Share source code PHP nghe nhạc nhacf.com (tăng traffic cho Web Google Search) Mã nguồn web 0

Similar threads

New posts New threads New resources

Back
Top