vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Add-On Releases - Google Search In Navbar (https://vborg.vbsupport.ru/showthread.php?t=222498)

SuperTaz 09-04-2009 10:00 PM

Google Search In Navbar
 
1 Attachment(s)
/*================================================= =====================*\
|| ################################################## ################## ||
|| # Google Search In Navbar
|| # Version 1.00
|| # Author: Warden
|| # This mod may only be used from vbulletin.org
|| # DO NOT display this mod on any other modification site without my permission
|| # You can alter this code and re-display it here on vbulletin.org
|| ################################################## ################## ||
\*================================================ ======================*/

Description: This mod adds the Google Search to your navbar.

Install: Less than 1 minute.

Instructions:

1. Go to www.google.com/adsense and click on Adsense For Search and create a Search for your site. All you will need is your PUB ID and your site URL.

2. Find:

Code:

<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
Directly below that add:

Code:

<!-- Google Search ------------------>
<td class="alt2">
<DIV ALIGN=RIGHT>
<form action="YOUR SITE HERE" id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="partner-pub-PUB ID HERE:afpnnc-ej87" />
    <input type="hidden" name="cof" value="FORID:10" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="50" />
    <input type="submit" name="sa" value="Search" />
  </div>
</form>

<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
</DIV>
</td>
<!-- Google Search ------------------>

Now paste this code on a page where you would like your results to appear:

Code:


<div id="cse-search-results"></div>
<script type="text/javascript">
  var googleSearchIframeName = "cse-search-results";
  var googleSearchFormName = "cse-search-box";
  var googleSearchFrameWidth = 800;
  var googleSearchDomain = "www.google.com";
  var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>

Enter your site URL where it says "YOUR SITE HERE" (blue code).
Enter your PUB ID where it says "PUB ID HERE" in the code (red code).

Click Save and all Done. Refresh.

If you want support, click INSTALL!

Faizan 09-05-2009 10:33 AM

nice

macc 09-05-2009 12:14 PM

Just look on demo but works not ... write some and click on seach ... nothing hapend- get your homepage again

reg

macc

SuperTaz 09-05-2009 07:10 PM

Quote:

Originally Posted by macc (Post 1880053)
Just look on demo but works not ... write some and click on seach ... nothing hapend- get your homepage again

reg

macc

Thanks for letting me know. I will fix it when I get home later.

sphinx 09-06-2009 08:20 AM

same here too changed everything as above

iheartvb 09-06-2009 04:23 PM

this looks like a good mod. does anybody know if it works??

sphinx 09-06-2009 04:30 PM

as above m8 only goes back to main page when search entered,still waiting for reply and solution

LilPimp 09-06-2009 05:16 PM

when they use the google search to search on ur forum only? do you get paid?

SuperTaz 09-07-2009 12:52 AM

Updated. Sorry guys. Had a lot of stuff to do.

sphinx 09-07-2009 07:55 AM

no problem and thanks


All times are GMT. The time now is 04:25 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00999 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete