GoDaddy Linux VPS and Moodle 2.5 server error
by Victoria Benjamin. I have a fresh install of Moodle 2.5 on GoDaddy's Linux VPS to test for future development. I have used moodle for quite awhile. I am encountering a problem I cannot fix and I...
View ArticleRe: User Profile Fields Validation 1.9
by danny willford. I found the following code in lib/pear/HTML/QuickForm.phpif (count($test) > 0) {return"\n<script type=\"text/javascript\">\n" ."//<![CDATA[\n" ."function validate_" ....
View ArticleRe: Hiding the Site Administration section
by Vicke Denniston. I am trying to find this as well. I want my Deans to be able to search for users, but not edit them. They just need to see what classes the user is enroled in.Any suggestions?
View ArticleRe: GoDaddy Linux VPS and Moodle 2.5 server error
by Victoria Benjamin. It's magic... Got it working now with the following settings in PHP: memory_limit – 2000M max_execution_time- 600 max_input_time-...
View ArticleRe: Assignment assignsubmission_mahara plugin
by Aaron Wells. Hi Jez,"Snapshots" of any sort have their own complexities to deal with too, unfortunately.First, you have to decide what you mean by "snapshot". In my comment, I was thinking of it as...
View ArticleRe: Assignment assignsubmission_mahara plugin
by David Elliott. I like this idea the best.
View ArticleRe: Assignment assignsubmission_mahara plugin
by David Elliott. Interesting stuff. Any idea when the plug-in will be released? I programmed a quick version on our mahoodle. www.obaverse.net , but its not very robust. Is yours using MNET?
View ArticleRe: Programatically backup and restore courses in two sites.
by Kevin Cruise. My sub-task is copy a course when user call method ImportData with parameter courseid, full name, short name. System will be copy courseid and create a new course with full name and...
View ArticleAdd cohort enrolment to theme
by Göran Kropp. Hi! I am developing a theme for moodle and would like to implement the cohort enrolment plugin (the one found on www.site.com/enrol/users.php?id=1) on a specific page in my theme. Can...
View ArticleRe: Assignment assignsubmission_mahara plugin
by Jez H. Hi Aaron,Yes I am sure its a tricky process. I was referring to a "Mahara Export Procedure" described in a Catalyst document titled "Solution Design for Mahara and Moodle Integration" (June...
View ArticleRe: Assignment assignsubmission_mahara plugin
by Jez H. There are already plugins that can be made to work with Moodle 2.3+, but you have to use the older 2.2 assignment type in Moodle (more info on Mahara.Org).We use MNET and its pretty...
View ArticleImage to pdf via plugingile.php
by Michal Novák. Hi, i want to ask abou pluginfile.php.I have in lesson page image, when i read content as html browser shows content OK.When i try to export this html content to pdf via mpdf it shows...
View ArticleWarning for quiz developers
by Tim Hunt. If you do development relating to the quiz, then you should probably look at MDL-33071, since what I am proposing to do there will probably break any custom code you have written....
View ArticleRe: Sticky blocks - default weight
by Dr. Indira Koneru. Thanks Richard for the work around. It's useful.
View ArticleRe: Automatic Class Loading Proposal
by Tim Hunt. So, Petr implemented this, Yay! (MDL-39854)The problem now is what to do when you want to upgrade your code to take advantage (e.g. MDL-33071) and that requires you to rename your classes...
View ArticleRe: Automatic Class Loading Proposal
by Gareth J Barnard. Dear Tim,Having read your post on the Theme's forum and having an interest in OO technology can I ask given that the class 'test' is the temporary additional class, will you ever...
View ArticleRe: Problem with File Picker
by Richard Crawford. I've had this problem in the JMail plugin. We purged all caches, and that seemed to help for the majority of users. For others, we discovered that if they had turned off the HTML...
View ArticleTrack/Log user clicks
by Ross Bauer. I'm trying to log when a user clicks one of my links I've added in my custom block. I already have a custom table and I'm familiar with adding/selecting entries. My question is there...
View ArticleRe: Assignment assignsubmission_mahara plugin
by Aaron Wells. Hi Jez,Just to be clear, I wasn't trying to say that we shouldn't go the Mahara-page-copy "snapshot" route. I just wanted to define what I meant when I used the term "snapshot" in my...
View ArticleRe: Assignment assignsubmission_mahara plugin
by Aaron Wells. To elaborate a bit, my suggestion is:1. When the student submits their Page, within Mahara we create a non-editable, non-deletable copy of the page (using basically the same mechanism...
View Article