vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Google in quick search with forum style (https://vborg.vbsupport.ru/showthread.php?t=129076)

Infizzle 11-11-2006 09:42 PM

I like this install, but I was wondering if you could help me figure out how to use the google coop search instead of the google custom...? I have fiddled around with it, but am still learning and have been unable to substitute. Thanks.

Infizzle 11-11-2006 11:27 PM

Quote:

Originally Posted by Infizzle
I like this install, but I was wondering if you could help me figure out how to use the google coop search instead of the google custom...? I have fiddled around with it, but am still learning and have been unable to substitute. Thanks.

Nevermind. I figured it out. Thanks.

SparKeh 11-19-2006 10:44 PM

Quote:

Originally Posted by RYoBiOS (Post 1097153)
I don't find
$vbphrase[show_posts]</label>
:surprised:

I can't find anything like this on mine either

transitbus 11-19-2006 11:41 PM

ignore this post

transitbus 11-19-2006 11:43 PM

Quote:

Originally Posted by SparKeh (Post 1121148)
I can't find anything like this on mine either


Make sure when you search that there is no space after </label>

MadKad 01-01-2007 09:50 PM

I have found that I get some nice clicks from this, am I the only one or does any one else get the same?

BigJimTheLug 01-08-2007 06:22 PM

Hey, I installed this and now my "Go" button does not work.

The google search works fine and so does advanced search, but "Go" button is a not working.

I too have received a nice amount of clicks through this, but feel that I could get more if my "go" button worked.

Where can I look or what can I find to know why my "go" button does not work?

MadKad 01-09-2007 08:56 AM

Quote:

Originally Posted by MARKETPROFITS (Post 1153852)
Hey, I installed this and now my "Go" button does not work.

The google search works fine and so does advanced search, but "Go" button is a not working.

I too have received a nice amount of clicks through this, but feel that I could get more if my "go" button worked.

Where can I look or what can I find to know why my "go" button does not work?

you need to past the code from the template, one of the values must have been messed up by mistake

jw00dy 01-10-2007 10:02 AM

EXCELLENT Mod! I've got this implemented, and it's working great.

Just a couple of pointers for those of you wanting the code to use the same fonts/size as the default forum uses.

Pre-Change
Changed

Change this line to Search Google
Code:

<td class="thead">Google Search</td>
Changed
Code:

<td class="thead">Search Google</td>
Make this line so it is one big long line with no spaces or carriage returns after a > or before a <, then add class="bginput" to the beginning of the first input line, and change "Google Search" to "Go", and change size="31" to size="25"

Original line
Code:

<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Google Search"></input>

This is how you want it to look
Code:

<input class="bginput" type="text" name="q" size="25" maxlength="255" value=""></input><input class="button" type="submit" name="sa" value="Go"></input>
Now replace the RED in the following two lines with <span class="vbmenu_option">YOUR DOMAIN</span> (make sure you don't leave YOUR DOMAIN in their, put in your real servers domain name). I also removed any spaces before < and after > and no carriage returns.

Line 1
Code:

<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1" color="#000000">Web</font>

Line 2
Code:

<input type="radio" name="sitesearch" value="YOUR DOMAIN"></input>
<font size="-1" color="#000000">YOUR DOMAIN</font>

When you are done it should look like this:

Line 1
Code:

<input type="radio" name="sitesearch" value="" checked="checked"></input><span class="vbmenu_option">Web</span>
Line 2
Code:

<input type="radio" name="sitesearch" value="YOUR DOMAIN"></input><span class="vbmenu_option">YOUR DOMAIN</span>
Hope that helps someone.

MadKad 01-10-2007 12:53 PM

Nice post thank you :)


All times are GMT. The time now is 03:20 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.01285 seconds
  • Memory Usage 1,745KB
  • 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
  • (8)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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