Diferencia entre revisiones de «Filtros FAQ»

De MoodleDocs
m (added page)
 
(copied from 3.4 English page)
Línea 1: Línea 1:
{{Filtros}}
{{Filtros}}{{Urgente de traducir}}
{{chafa}}
Vea [https://docs.moodle.org/24/en/Filters_FAQ https://docs.moodle.org/24/en/Filters_FAQ]


== ¿Qué son los filtros? ==
Filters allow for the automatic transformation of entered text into different, often more complex forms. For example the titles of resources can automatically become hyperlinks that take you to the relevant resource, URLs pointing to mp3 files can become Flash controls embedded in the web page that let you pause and rewind the audio. The possibilities are endless and there are a number of standard filters included with Moodle and many more specialized filters available from the Moodle.org Modules and plugins database.
See [[Filtros]] for details.
== ¿Cómo habilito los filtros? ==
You find the settings under ''Administration > Site administration > Plugins > Filters > Manage filters'', see [[Managing filters]] for details.
==¿Porqué no está funcionando mi filtro?==
After checking that the filter is enabled for the site, course and activity or resource, go to ''Site administration > Plugins > Filters > Manage filters'' and try moving the filter higher up the list. See the forum discussion [http://moodle.org/mod/forum/discuss.php?d=194684 Moodle Media player not appearing] for an example.
If you have enabled the automatic URL conversion filter but do not see the result in forum posts or on a page resource, you will need to enable HTML content in "filter_urltolink | formats".
== ¿Donde encuentro filtros adicionales? ==
You will find a number of contributed filters in the [http://moodle.org/plugins/browse.php?list=category&id=7 Moodle Plugins directory].
== ¿Cómo creo filtros personalizados? ==
See the following developer docs for details:
* [[:dev:Filters]]
* [[:dev:Filters schema]]
* [[:dev:Filters 2.0]]
== Vea también ==
* [https://docs.moodle.org/34/en/Filters_used_on_the_Moodle.org_forums Filters used on the Moodle.org forums]
[[Categoría:FAQ]]
[[de:Filter FAQ]]
[[en:Filters_FAQ]]
[[en:Filters_FAQ]]

Revisión del 18:12 12 mar 2018

Nota: Urgente de Traducir. ¡ Anímese a traducir esta muy importante página !.     ( y otras páginas muy importantes que urge traducir)


¿Qué son los filtros?

Filters allow for the automatic transformation of entered text into different, often more complex forms. For example the titles of resources can automatically become hyperlinks that take you to the relevant resource, URLs pointing to mp3 files can become Flash controls embedded in the web page that let you pause and rewind the audio. The possibilities are endless and there are a number of standard filters included with Moodle and many more specialized filters available from the Moodle.org Modules and plugins database.

See Filtros for details.

¿Cómo habilito los filtros?

You find the settings under Administration > Site administration > Plugins > Filters > Manage filters, see Managing filters for details.

¿Porqué no está funcionando mi filtro?

After checking that the filter is enabled for the site, course and activity or resource, go to Site administration > Plugins > Filters > Manage filters and try moving the filter higher up the list. See the forum discussion Moodle Media player not appearing for an example.

If you have enabled the automatic URL conversion filter but do not see the result in forum posts or on a page resource, you will need to enable HTML content in "filter_urltolink | formats".

¿Donde encuentro filtros adicionales?

You will find a number of contributed filters in the Moodle Plugins directory.

¿Cómo creo filtros personalizados?

See the following developer docs for details:

Vea también