Restricted Pages

Translate

StatCounter

Page authors

  • Robert Wilcox
    May 24, 2012

Recent site activity

Site owners

  • Stephen Hind
  • Bob Oms
  • robertwilcox
  • Robert Wilcox

Search

 
 
 

 










Search Google Here


In order to have a search box on your site you must have the header showing.

More actions>Manage site>Site layout>Change site layout, under include the following put a check by Header.

After this is done:

More actions>Manage site>Site layout>Configure search, put a check by Enable Search and select under Search Providers this site and/or google.com.


Example of a search box within  a page.
 
You have to use a gadget. This gadget contains the following code:
 
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="search" />
<Content type="html">
<![CDATA[
<form method="get" action="http://www.google.com/search" target="_blank"><input type="text" name="q" size="31"maxlength="255" value="" />
<input type="submit" value="Google Search" /><p>
Search <input type="radio" name="sitesearch" value="" />
The Web<input type="radio" name="sitesearch"value=www.w8shi.net checked /> W8SHI.net only
<br /></form>]]>
</Content>
</Module>
 
 
 
The Google Gadget Editor if stiil broken try THIS ONE
 
 
 
Simple Method
 
<form method="get" action="http://www.google.com/search" target="_blank">
<input type="text" name="q" size="31" maxlength="255" value="" />
<input type="submit" value="Google Search" /><br />
Search <input type="radio" name="sitesearch" value="" />The Web &nbsp;&nbsp;
<input type="radio" name="sitesearch" value=www.w8shi.net checked />W8SHI.net only</form>
 
  1. Copy the text in the box to your clipboard
  2. Edit the page where you want the form
  3. Click Insert
  4. Select More gadgets...
  5. Under Featured select Embed Gadget and add it
  6. Paste the text into the gadget
  7. Edit the text in red for your site
  8. Set width to 600 pixels, Height to 200 pixels (adjust as you want)
  9. Unselect Include a border around gadget
  10. Unselect Display title on gadget
  11. Click OK
 Instead of creating your own search gadget there are several ready made ones available.
<----
Insert>> More Gadgets. Search for "custom search engine". Pick one and insert it into your page.

Comments