-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Filters FAQ.

Filters FAQ: Difference between revisions

From MoodleDocs
(What is new in filters in Moodle 2.0?)
No edit summary
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Filters}}
== What are filters? ==
== What are filters? ==


Line 7: Line 8:
== How do I enable filters? ==
== How do I enable filters? ==


You find the settings under ''Administration > Modules > Manage filters'', see [https://docs.moodle.org/en/Filters#Enabling_filters| Enabling filters]] for details.
You find the settings under ''Administration > Site administration > Plugins > Filters > Manage filters'', see [[Managing filters]] for details.


== Which filters are available? ==
==Why is my filter not working?==
* [[Filters used on the Moodle.org forums]]
 
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".


== Where do I find additional filters? ==
== Where do I find additional filters? ==


You will find a number of contributed filters in the [http://moodle.org/mod/data/view.php?d=13&mode=list&perpage=50&search=&sort=44&order=ASC&advanced=0&filter=1&advanced=1&f_44=&f_45=&f_46=Filter Modules and Plugins] database.
You will find a number of contributed filters in the [http://moodle.org/plugins/browse.php?list=category&id=7 Moodle Plugins directory].


== How do I create custom filters? ==
== How do I create custom filters? ==


See the following pages on Moodle Docs for details:
See the following developer docs for details:
* [[Development:Filters]]
* [[:dev:Filters]]
* [[Development:Filters_schema]]
* [[:dev:Filters schema]]
* [[Development:Filters_2.0]]
* [[:dev:Filters 2.0]]


==What is new in filters in Moodle 2.0?==
== See also ==


See [[Filters 2.0]].
* [[Filters used on the Moodle.org forums]]
 
== See also ==


* Using Moodle [http://moodle.org/mod/forum/view.php?f=323 Text Filters forum]
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=76206 Filter Demo's now online] forum discussion


[[Category:Filter]]
[[Category:FAQ]]
[[Category:FAQ]]
[[de:Filter FAQ]]
[[es:Filtros FAQ]]
[[fr:FAQ sur les Filtres]]

Latest revision as of 08:49, 3 May 2019

What are filters?

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 Filters for details.

How do I enable filters?

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

Why is my filter not working?

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".

Where do I find additional filters?

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

How do I create custom filters?

See the following developer docs for details:

See also