Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
What's wrong with this code?
Hi... I'm making a searchplugin for my firefox (2.0 rc2, should work on all versions)
i'm able to use the search, but i do not see the favicon! fastest right answers becomes "Best answers"
file:ks.src
code:
<search
version="1.0"
name="Klammforum"
description="Suche im Klammforum"
action="http://www.klamm.de/forum/search.php%22
searchForm="http://www.klamm.de/forum%22
method="GET"
>
<input name="do" value="process">
<input name="query" user="">
</search>
<BROWSER
update="http://www.r4g.de/klammsearch/klammsearch.src%22
updateIcon="http://www.klamm.de/favicon.ico%22
updateCheckDays="10"
>
1 Antwort
- vor 1 JahrzehntBeste Antwort
You must have a picture file .png or .gif in the directory Mozilla Firefox\searchplugins with the same name as your search plugin. In your case the name of search plugin is ks.src so put a picture file containing the favicon in any of the above mentioned formats (is .png or .gif) eg:-ks.gif or ks.png in the directory Mozilla Firefox\searchplugins. Hope it helps. :)