Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

RAE search plugin

  • 1 përgjigje
  • 2 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga JuLePe

more options

The Spanish version of Firefox has "Diccionario RAE" search engine in the code. The problem is that the code is obsolete because www.rae.es has improved and updated his site to "23ª Edición", also it's difficult to identify with that icon.

I've tried deleting the installed one with Firefox (ok, deleted) and adding a drae.xml to searchplugins folder (C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins) but it's not shown in search bar as other xml files I added. Later, I modified search.json and that worked but until the next update; so, everytime Firefox is updated I need to edit the file.

I would like to have the fixed, by me, "Diccionario RAE" but don't know why it doesn't work like other search engines I added (they are NOT in Firefox code).

P.S. I can post my drae.xml if needed.

The Spanish version of Firefox has "Diccionario RAE" search engine in the code. The problem is that the code is obsolete because www.rae.es has improved and updated his site to "23ª Edición", also it's difficult to identify with that icon. I've tried deleting the installed one with Firefox (ok, deleted) and adding a drae.xml to searchplugins folder (C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins) but it's not shown in search bar as other xml files I added. Later, I modified search.json and that worked but until the next update; so, everytime Firefox is updated I need to edit the file. I would like to have the fixed, by me, "Diccionario RAE" but don't know why it doesn't work like other search engines I added (they are NOT in Firefox code). P.S. I can post my drae.xml if needed.

Krejt Përgjigjet (1)

more options

Thanks to Ralph Fox a new working code:

<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">

 <ShortName>Diccionario R.A.E.</ShortName> 
 <Description>Real Academia Española. Diccionario Usual.</Description> 
 <InputEncoding>UTF-8</InputEncoding> 
 <Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACTTk40gjQ0g5hiX0uOU00rAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlUVAmWUVFVjUQ/pKF2dIOSTEmnhDAsyIs5NpKQV1NMAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACNQECHjkBAs5VST5GUXmFxmGFeaZ1lZY2SSUOuizk2wJNUXEUAAAAAAAAAAAAAAAAAAAAAAAAAAKmFhRWPUlCSjUdGwY5JTqOjgX1+mF5eYY07NoSbaWl5l1lWon8oKNCOREi6oHZ2KwAAAAAAAAAAAAAAAAAAAACWVlY4jUVFgJZSVpqUU1aunGlnoJZZVYaPREKSj1BMvqBwco+UT0+unGlrlp9zbV0AAAAAAAAAAAAAAAAAAAAAoWxsapVXVYOWVVVrk1VXlZZlapeRUFB+mGFhXJZeXq2eb295l1lXj4Q3OqKNQ0OfAAAAAAAAAAAAAAAAAAAAAJNTWIqSVVinjERBu5VYWIWhdHZwoGpqiY9DQKebamdnlGhsf5VKTIyRTU+OhEJCrQAAAAAAAAAAAAAAAAAAAACYXV05iDAsvZhgXamXYl2ZqIiFdqF6emqOSkusnG5tkaR3dXORTk6ziDY2xJZdW3AAAAAAAAAAAAAAAAAAAAAAf39/AptnaX6HMi/MkFNWn6V6eGqbY2NukE5RWKR/fYKQTlGmmmZpk45BQbyWUFAzAAAAAAAAAAAAAAAAAAAAAKmNjRKWWVRpj0ZDuZFTT5CUUlJ4klxcbp1lZ4qcaWtvkFJUbIk2NsWLODuaqHl5LAAAAAAAAAAAAAAAAAAAAAC/v78EmmRkVpNLS4eOT0+6gSgsyZJNS3ORVVV3iC4yxok3N8GSTlOZklxYhJZpaREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYYl05tra2FYpAO5uGNTW6kD5Dr4MwMMKJREFKlVRSY5FbWw4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJNTUzSQVE+RjkNAroUrK7aDJyevm25jFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKeKiiOOTEyjj0NDuYozMMKTUFCojD9HuZZSUp6qf38MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8CpX96NqSFf1qVWFqKlFZejaFpaWiodnY4f///AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmFRZOayUlB////8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/v8AAPwfAADxjwAA40cAAOAHAADpowAAwmMAAOMnAADzhwAA82cAAPGHAAD8PwAA/D8AAPgfAAD+fwAA//8AAA==</Image> 
 <Url type="text/html" method="GET" template="http://dle.rae.es/" resultDomain="rae.es"> 
   <Param name="w" value="{searchTerms}"/> 
 </Url> 
 <SearchForm>http://www.rae.es/</SearchForm> 

</SearchPlugin>

Ndryshuar nga JuLePe