Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Discussions > Google Co-op (Archive - read only) > "Google Custom Search" Default Text
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ben Rabizadeh  
View profile  
 More options Oct 25 2006, 11:53 pm
From: Ben Rabizadeh
Date: Wed, 25 Oct 2006 23:53:12 -0400
Local: Wed, Oct 25 2006 11:53 pm
Subject: "Google Custom Search" Default Text

In the featured examples google shows - only a couple of them show the
default text of "Google Custom Search". All the rest are blank.

How can this be removed?

Ben


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
librarian  
View profile  
 More options Oct 26 2006, 9:28 am
From: librarian
Date: Thu, 26 Oct 2006 13:28:22 -0000
Local: Thurs, Oct 26 2006 9:28 am
Subject: Re: "Google Custom Search" Default Text

Ben Rabizadeh wrote:
> In the featured examples google shows - only a couple of them show the
> default text of "Google Custom Search" [greyed out in the search box]. All the rest are blank.

> How can this be removed?

I want to know the answer to this, too!  I.e., how to code our own
search box so that this text doesn't appear.  As a public library, we
are concerned that computer beginners will not realize that they can
type their search terms over the greyed-out text.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fury  
View profile  
 More options Oct 26 2006, 1:04 pm
From: Fury
Date: Thu, 26 Oct 2006 10:04:24 -0700
Local: Thurs, Oct 26 2006 1:04 pm
Subject: Re: "Google Custom Search" Default Text
Somewhere in this group someone posted a link to his site for checking
the CSE, it didn't show the default text...I looked at the
source-code...and he modified one line in his search-code:
<input name="q" type="text" size="40" value=" " />

Just add:  value=" " and you'll be fine


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Rabizadeh  
View profile  
 More options Oct 26 2006, 1:12 pm
From: Ben Rabizadeh
Date: Thu, 26 Oct 2006 13:12:24 -0400
Local: Thurs, Oct 26 2006 1:12 pm
Subject: RE: "Google Custom Search" Default Text
Thanks - it worked! Is it okay per the terms of service though?

Ben


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fury  
View profile  
 More options Oct 26 2006, 1:13 pm
From: Fury
Date: Thu, 26 Oct 2006 10:13:57 -0700
Local: Thurs, Oct 26 2006 1:13 pm
Subject: Re: "Google Custom Search" Default Text
dunno man, just saw it by someone else... mine still shows the default
text

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomi Häsä  
View profile  
 More options Oct 26 2006, 3:39 pm
From: Tomi Häsä
Date: Thu, 26 Oct 2006 19:39:31 -0000
Local: Thurs, Oct 26 2006 3:39 pm
Subject: Re: "Google Custom Search" Default Text

librarian wrote:
> Ben Rabizadeh wrote:
> > In the featured examples google shows - only a couple of them show the
> > default text of "Google Custom Search" [greyed out in the search box]. All the rest are blank.

> > How can this be removed?

> I want to know the answer to this, too!  I.e., how to code our own
> search box so that this text doesn't appear.  As a public library, we
> are concerned that computer beginners will not realize that they can
> type their search terms over the greyed-out text.

The normal Google Custom Search Engine page should use the gray "Google
Custom Search" text in the search box as a default:

http://gpsgfaq.googlepages.com/google_custom_search_engine_test.html

But using Google AJAX you can get rid off the text:

http://gpsgfaq.googlepages.com/google_custom_search_engine_ajax_test....

But this means you need to use a Google AJAX Search API key:

http://code.google.com/apis/ajaxsearch/signup.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc  
View profile  
 More options Nov 14 2006, 5:48 pm
From: Marc
Date: Tue, 14 Nov 2006 14:48:17 -0800
Local: Tues, Nov 14 2006 5:48 pm
Subject: Re: "Google Custom Search" Default Text
I found that by removing the call to <script type="text/javascript"
src="http://www.google.com/coop/cse/brand?form=searchbox ...... >, the
default text disappeared and I could add my own value and
onfocus="this.value=''" code to the search box.

As someone else mentioned, adding value="" will also work to remove the
default text.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Co-op Engineer Google employee  
View profile  
 More options Jan 12 2007, 2:17 pm
From: Co-op Engineer
Date: Fri, 12 Jan 2007 11:17:56 -0800
Local: Fri, Jan 12 2007 2:17 pm
Subject: Re: "Google Custom Search" Default Text
Removing the text "Google Custom Search" violates our Terms of Service:

"2.3 Attribution. The Search Box shall conspicuously display a graphic
(available at http://www.google.com/coop/images/searchbox.gif ) that
indicates that the Service is provided by Google."

http://www.google.com/coop/docs/cse/tos.html

Thanks,
Mike
Google Co-op

On 11/14/06, Marc <[email address]> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CanGen  
View profile  
 More options Jan 16 2007, 3:47 pm
From: CanGen
Date: Tue, 16 Jan 2007 12:47:46 -0800
Local: Tues, Jan 16 2007 3:47 pm
Subject: Re: "Google Custom Search" Default Text
Are we allowed to remove the graphic from the search box and have it
display directly under the box?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CanGen  
View profile  
 More options Feb 9 2007, 4:21 pm
From: CanGen
Date: Fri, 09 Feb 2007 13:21:13 -0800
Local: Fri, Feb 9 2007 4:21 pm
Subject: Re: "Google Custom Search" Default Text
Any answer from Google on this?

On Jan 16, 12:47 pm, "CanGen" <[email address]> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Co-op Engineer Google employee  
View profile  
 More options Feb 9 2007, 4:25 pm
From: Co-op Engineer
Date: Fri, 9 Feb 2007 13:25:58 -0800
Local: Fri, Feb 9 2007 4:25 pm
Subject: Re: "Google Custom Search" Default Text
The third option under the 'Code' tab in the Control Panel gives you
search box code for sites that don't allow JavaScript.  You can use
this code and the branding will display under the search box.

Thanks,
Mike

On 1/16/07, CanGen <[email address]> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lzr  
View profile  
 More options Feb 23 2007, 12:24 pm
From: lzr
Date: Fri, 23 Feb 2007 09:24:41 -0800
Local: Fri, Feb 23 2007 12:24 pm
Subject: Re: "Google Custom Search" Default Text
If I use this 3rd option, would it acceptabel to put Google custom
search logo [that appears on SERP] instead of the test below the
search box? It looks more attractive then a plane text.
Lzr

On Feb 9, 4:25 pm, "Co-op Engineer" <[email address]> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Co-op Engineer Google employee  
View profile  
 More options Feb 23 2007, 1:18 pm
From: Co-op Engineer
Date: Fri, 23 Feb 2007 10:18:41 -0800
Local: Fri, Feb 23 2007 1:18 pm
Subject: Re: "Google Custom Search" Default Text
For now the answer is no, but if there's a change to our TOS we'll let
people know.

- Jay

On 2/23/07, lzr <[email address]> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bbnl  
View profile  
 More options Feb 24 2007, 7:29 am
From: bbnl
Date: Sat, 24 Feb 2007 04:29:11 -0800
Local: Sat, Feb 24 2007 7:29 am
Subject: Re: "Google Custom Search" Default Text
I assume, if using the third option modifying the action URL and FORID
is allowed, since specify URL and advertising location only works for
the second option?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lzr  
View profile  
 More options Feb 25 2007, 12:28 pm
From: lzr
Date: Sun, 25 Feb 2007 09:28:22 -0800
Local: Sun, Feb 25 2007 12:28 pm
Subject: Re: "Google Custom Search" Default Text
Jay,
Thanks for clarifying this.
If we keep the default Google image in the search box or have
"Google Custom Search" text below the search box, are other changes
in
the code allowed? For example, can we change "method" in the FORM,
add
drop-down menu or radio buttons such as here:
http://www.smps.us/CSEtest.html
Thanks,
Lazar

On Feb 23, 1:18 pm, "Co-op Engineer" <[email address]> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Co-op Engineer Google employee  
View profile  
 More options Feb 26 2007, 5:09 pm
From: Co-op Engineer
Date: Mon, 26 Feb 2007 14:09:07 -0800
Local: Mon, Feb 26 2007 5:09 pm
Subject: Re: "Google Custom Search" Default Text
Yes, drop-downs and radio buttons are fine; thanks for asking.

- Jay

On 2/25/07, lzr <[email address]> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »