Posts made by Martin Dougiamas

Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi Richard,

Sorry, I don't think there was ever such a list of projects on moodle.com.

Anyway, the best place to "hook up" on these things these days, whether you are a developer looking for paid work, or someone looking to pay a developer, is on the Moodle jobs board.

Also, specific small projects intended for core Moodle should be listed in the Moodle Tracker etc regardless of who is working on it, just so everyone knows what's going on.

More info can be found here: http://docs.moodle.org/en/Development:Overview

(Edited by Helen Foster to fix the Moodle jobs board link - original submission Sunday, 1 June 2008, 06:10 PM)

Average of ratings: Useful (1)
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
That's probably the best way in general (the XMLDB editor in Moodle can generate these statements for you). [Note the syntax has changed a little in Moodle 2.0 as part of the whole recent DML and DDL refactoring]

If you really just want to load an install.xml file in one shot without any checking for previous tables etc you can do it like this:


install_from_xmldb_file('/your/full/file/path/install.xml');

Average of ratings: Useful (1)
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Hi Chad!

Adding icons to groups is a standard Moodle feature. Just edit the group and you'll see a field where you can add an image to it. http://docs.moodle.org/en/Create_group

Currently groups can only be defined within a course, site-wide groups are expected in Moodle 2.0.