Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MARCO1 Google Custom Search Details »»
MARCO1 Google Custom Search
Version: 1.5, by MARCO1 MARCO1 is offline
Developer Last Online: Jan 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 05-07-2009 Last Update: Never Installs: 111
Auto-Templates
Translations  
No support by the author.

MARCO1 Google Custom Search
What's This Product Do ?
This product put Google Custom Search On your forum See More in Picture In Attach


Install :-
Upload The Product From admincp
Important! : Please Enter Your Site URL In The Mod Settings After Installation if you didn't do this the Custom Search will not work correctly

Click INSTALL If you Use This Modification - Also Nominate For MOTM

Download Now

File Type: zip MARCO1 Googel Custom Search.zip (265.6 KB, 929 views)

Screenshots

File Type: jpg en2.jpg (58.3 KB, 0 views)
File Type: jpg en.jpg (77.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 08-23-2009, 05:14 PM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Marco,

nice mod,

how i can do when press go button to open in a different tab or page???

Thanks In Advance
Giorgos
Reply With Quote
  #23  
Old 09-06-2009, 11:25 PM
kootta kootta is offline
 
Join Date: May 2009
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it seems great mod i'll install it and see
thanks
Reply With Quote
  #24  
Old 09-19-2009, 04:00 AM
korny's Avatar
korny korny is offline
 
Join Date: Jan 2004
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where can you add your google info for adsense search? Is this just a free search that doesn't tie into you adsense account?
Reply With Quote
  #25  
Old 09-19-2009, 05:08 PM
mortezax's Avatar
mortezax mortezax is offline
 
Join Date: Aug 2008
Location: Persia
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not work for UTF8!!!
Please HELP
Reply With Quote
  #26  
Old 12-10-2009, 04:24 PM
ravenfaust ravenfaust is offline
 
Join Date: Aug 2009
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working if you have a custom theme
Reply With Quote
  #27  
Old 01-18-2010, 03:00 PM
Infopro Infopro is offline
 
Join Date: May 2003
Location: Pennsylvania
Posts: 267
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by korny View Post
Where can you add your google info for adsense search? Is this just a free search that doesn't tie into you adsense account?
I've just been looking at this as well. If you generate your code for adsense searchbox and then compare it to this template (MARCO1_Google) you should be able to edit for your needs I would think.

I've cleaned/formatted the template and added some class(es) to the menu item to fit in a bit more with existing menu. MARCO1 doesn't explain what the additional URL lines are for in it, so I removed those and added my adsense code instead:
(I did leave my domain in the vboptions setting)

Code:
<!-- Google Search By MARCO1 Code-coder.com --> 
<tr> 
  <td class="vbmenu_option"  title="nohilite"> 
           <form action="http://www.google.com/cse" id="cse-search-box" rel="nofollow"  target="_new">
  <div>
    <input type="hidden" name="cx" value="partner-pub-mygoogleadsence#here" />
    <input type="hidden" name="ie" value="ISO-8859-1" />
    <input type="text" class="bginput"  name="q" size="20" />
    <input type="submit"  class="button"  name="sa" value="$vbphrase[go]" />
  </div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script> </td> 
</tr>
  <!-- Google Search By MARCO1 Code-coder.com -->
Seems to work just fine so far.

Thanks MARCO1
Reply With Quote
  #28  
Old 01-18-2010, 03:05 PM
Infopro Infopro is offline
 
Join Date: May 2003
Location: Pennsylvania
Posts: 267
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ravenfaust View Post
not working if you have a custom theme
Works fine in a custom theme, but that custom theme still needs the hooks that are in the default theme navmenu. If you've customized this navbar item for the header quick search form, make sure you have put the hook at the bottom of the list as in the default themes navbar template:
$template_hook[navbar_search_menu]
Reply With Quote
  #29  
Old 01-18-2010, 07:58 PM
Infopro Infopro is offline
 
Join Date: May 2003
Location: Pennsylvania
Posts: 267
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW, I've also changed the plugin code for cache to get it to work.

this does not work:

Code:
			$globaltemplates = array_merge($globaltemplates, array('MARCO1 Google Custom Search'));
this does:

Code:
if (is_array($globaltemplates)){
$globaltemplates[] = 'MARCO1_Google';
}
Reply With Quote
  #30  
Old 01-18-2010, 09:14 PM
lvivport lvivport is offline
 
Join Date: Feb 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it does not work with russian language
Reply With Quote
  #31  
Old 01-18-2010, 10:08 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks awesome Hack.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04889 seconds
  • Memory Usage 2,331KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete