• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

utterly embarrasing question

sdifox

No Lifer
I am on firefox and for some reason when I do the restore default on the search engine list, it sets me to amazon.UK.

I do have british english dictionary installed, but the default code page is set to EN-US.
 
Follow these easy steps:

Change Default Search in Firefox

Change Your Default SearchTired of having Google as the default search engine in Firefox? Maybe it is another search engine?s turn to be on top?! If you feel the urge to dethrone Google as the default search engine for your Firefox search box - this is how you can get it done:

In your address bar, type in: ?about:config?

Inside of the filter search box, type in:

browser.search.defaultenginename

Double click that entry (or right click and choose ?Modify?) and then type in the name of the search engine you wish to have as the default search engine. It must be one that you already have installed and also make sure you type in the name correctly.

Now if you type in ?Yahoo?, restart Firefox and when your browser comes back up you will see the red Yahoo ?Y? and Yahoo as your default search engine.
 
my default is google though.

and there is no defaultenginename... I am talking about the search bar that is basically top right corner, which a bunch of search engine listed in a drop down.

when I restore the default, it adds amazon.uk instead of amazon.com
 
OK ... Just click on the drop down arrow and you will see a manage search option. If need be, you can Add Amazon.com to the list and then just select it.
 
Originally posted by: bruceb
OK ... Just click on the drop down arrow and you will see a manage search option. If need be, you can Add Amazon.com to the list and then just select it.

I thought I could , but it wants me to search for search engines... and I don't think I ever found the amazon.com one.

I know this sounds really stupid 🙂
 
You probably have to edit the Amazon search engine plugin.
The file is usually located at C:\Program Files\Mozilla Firefox\searchplugins\amazondotcom.xml.
You can open the file with any text editor.
Find where it say "template = http://www.amazon.com.uk/..." or something similar.
And change it to:
template="http://www.amazon.com/exec/obidos/external-search/"

Here is what my amazondotcom.xml looks like:
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Amazon.com</ShortName>
<Description>Amazon.com Search</Description>
<InputEncoding>ISO-8859-1</InputEncoding>
<Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHgSURBVHjalFM9TNtQEP4cB7PwM1RITUXIgsRaYEEVEyKZwhiyZAQyd0BhpFOlIjoBqhjSqVQMoVMLLAjEwECCQJkSkBqJYDOAFOMKFSf28d7DTUxiUDnp/Pzeu/vuu7t3ICKF6SLTMv2/lB0fRWKfjwDm4JJisYh0Oo3fpZLYT0SjSCQS8JAFMADNDZ3NZsnf1taiqVTKi4nGASruk5lkkmTmMB6JUKFQqO+DfX1eABWeQoVR6f7HSdM0obqu48Yw8G1tDT82NsRd1TSbU9BbGPCog8PDj+jLzurFoAVgMh4XxoNDQ6SqKi0tL9eBvAB8zZwymYxYY7EYAoEA8vm82BNTg6XUIs0MeGTZoR1mhXSnwNl4pmAbjU7mcjkKhkL1ynMnntZ4OEw3VyrV8utk7s5TdW++0QXz+1i3P7IK36t+PCfVn1OQOoOA0gXr5DPak+cPXbBK+/T3S69AtY3LJ98vZ1or/iLr+pTuvr59/A6s003UdqZFJF/PCKQ3o5CUznoBST2AfbEF/9iqYEDaIfwj73VJPEfgNTe0tWNYR0uwy9uOW0OkrgHI7z5ADo2C7v48nLV3XHKAT+x/1m1sX58xsBxg8rZJrDYD8DHHp4aJj/MK09sXjPOt46PcCzAACXY8/u34wN0AAAAASUVORK5CYII=</Image>
<Url type="text/html" method="GET" template="http://www.amazon.com/exec/obidos/external-search/">
<Param name="field-keywords" value="{searchTerms}"/>
<Param name="mode" value="blended"/>
<Param name="tag" value="mozilla-20"/>
<Param name="sourceid" value="Mozilla-search"/>
</Url>
<SearchForm>http://www.amazon.com/</SearchForm>
</SearchPlugin>

Edit: Sorry about the formatting. I tried using the Code box but that's even more messed up.
 
wil try when I get home to the machine in question. Thanx.

huh, interesting, I don't have an amazondotcom one, instead there is an amazon-en-GB.xml

all signs points to the browser thinking I am in UK... a whole bunch of them are en-GB


I am just going to copy the content of that folder from another machine
 
Back
Top