Hi Chemical (your parents must have had a wicked sense of humour!),
Perhaps I could explain a little further what Helen suggested you try......
Sometimes programmers will take something in Moodle and add a feature and then share it with everyone. This was done by Mike Churchwood by modifying the glossary module in Moodle which allowed the upload and thumbnail display of images instead of the more traditional text definitions with the occasional inline graphic. (eg.
Moodle glossary of common terms).
This new feature takes the form of a folder called "Gallery" which contains:
edit.html
gallery_format.php
README.TXT
It can be downloaded from the CVS, which is an online collaboration system to allow multiple programmers to work on one project, uploading code changes and allowing users to get updates.
The section of CVS @ sourceforge that has the gallery folder is contrib. I think this is where non-core development goes??
Once downloaded you simply place the whole folder inside moodle/mod/glossary/formats on your server.
It acts like another format of glossary, just like there is simple dictionary and encyclopedia formats. You must add the original graphic as an attachment to a new entry.
To make it work you add a glossary to a course as you normally would and choose "displayformatgallery", see pic below: