Options

OpenSearch for Firefox

jorgitojorgito Member Posts: 115
edited 2007-02-01 in Feedback
I noticed that you are using OpenSearch for Firefox in URL

http://www.mibuso.com/mibusoforum.xml

However, when I try to install it on my computer, I get an error message.

I searched on the web and found the following

http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox#Troubleshooting_Tips

Please make it work soon because it will be very helpful

Thanx a lot
Jorgito

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    I have created this file to be able to add mibuso.com Search forum to the Search Providers of Internet Explorer 7. Don't know if the format used by IE7 is the same as used with Firefox.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    jorgitojorgito Member Posts: 115
    Firefox 2 has a similar functionality.

    The correct xml file for firefox (does not apply for ie7!!) is
    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
    <ShortName>mibuso.com Forum for Firefox</ShortName>
    <Description>Search the mibuso.com Forum</Description>
    <InputEncoding>iso-8859-1</InputEncoding>
    <Image width="16" height="16" type="image/vnd.microsoft.icon">http://www.mibuso.com/favicon.ico</Image>
    <Url type="text/html" method="post" template="http://www.mibuso.com/forum/search.php?mode=results">
    <Param name="search_keywords" value="{searchTerms}"/>
    <Param name="search_fields" value="all"/>
    <Param name="search_terms" value="all"/>
    <Param name="show_results" value="topics"/>
    </Url>
    </OpenSearchDescription>
    

    Mind you that there can be more than one xml files for a site. Firefox will display both, but only one will finally work.

    I tried it at home and it works like a charm.

    Jorgito
Sign In or Register to comment.