Search Filters
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

107 total results found

Troubleshooting

Moodle Versions in Git

Development

All versions of Moodle are appropriately tagged in the Moodle git repository (git://git.moodle.or...

Run a scheduled task immediately

Administration

To run a scheduled task immediately, navigate to: Site administration, Server, Scheduled Tasks...

List of Plugins

Plugins

There's a simple way to get a list of all the plugins on your site. You can use the mdl_config_pl...

Language Pack Cache

Administration

You can purge the language pack cache through the Cache Administration page. Simply find the Lang...

Server Environment Checks

Administration

The server environment page is a really useful page for checking the health of your server softwa...

Cache Administration

Administration

You can now manage all Moodle caches from Cache Administration navigation: Site administration...

Unix Timestamps

Database

As you start developing in Moodle you'll quickly find that Unix timestamps are used everywhere in...

Turn off Javascript Caching

Development

When developing in Moodle, Javascript caching can be a real pain as you generally need to purge c...

Update Frontpage Summary

Administration

You might have the need to update the Moodle front page summary through the database rather than ...

Debug Values

Database

The following is a list of the numeric values to set the value of the debug field (either through...

Force Password Change

Database

Force password change is set in the mdl_user_preferences table with the value auth_forcepasswordc...

Front Page Course

Administration

The moodle front page is actually a course has the reserved course ID of 1. So you can update thi...

XMLDB constants

Development

Moodle uses XMLDB as an abstraction layer to support multiple database platforms and schema chang...

Set the Default Date on the Moodle Date Picker

Development

You can set the default date on the Moodle Date Picker using the setDefault method for example: ...

Login Page Instructions

Administration

The instructions that appear on the Moodle login page are stored in the Moodle configuration prop...

Site

Compare strings by case

Database

Here’s one method of comparing strings by case in MySQL. You can use the md5 function to hash the...

MNET public key

Administration

All MNET host keys are stored in the table: mdl_mnet_host. The id of the local MNET host key (yo...

Welcome

Site

Welcome to the Moodle Wiki, where you can find all kinds of useful information related to Moodle ...

Unexpected Output while processing AJAX request

Troubleshooting

The following error can sometimes come up on the Site Administration menu (depending on your Mood...

Themes

Integration

Mahara

PHP

Security

Plugins

Development

Database

Administration

Adding Navigation to a Local Plugin

Development

Here's how to add your local plugin to the following navigation through the settings.php file: ...

Back to top