Re: List of resources
by Davo Smith. You might want to start by investigating the function get_fast_modinfo - as that will give you all the information about the modules in a particular course (without the need for lots of...
View Articlepurge user forme LDAP
by stephane ng. Hi all,we want find how we can delete user when user is deleted in LDAP.we test delete LDAP and when throw synchro user LDAP, the user who is deletedis not deleted in prod_user moodle,...
View ArticleView Files in a Google Docs Viewer
by Allan Watson. I'm new to moodle, and developing a mobile front end which is widely compatible with devices. What I want to achieve is a way for smart phones and tablets to view different file...
View ArticleHow to add a custom field and save
by roc mehra. Hi All,I want to add some custom field in moodle activity named folder and save into the database.And i have add the new field by following:In mod/folder/mod_form.phpBut How to save in...
View ArticleRe: View Files in a Google Docs Viewer
by Allan Watson. Thanks I will take a look at the filters and see what I can come up with there.Security would be a big issue for a real working system. My project isn't going to be used in a real...
View ArticleRe: List of resources
by Davo Smith. OK then, try:$modinfo = get_fast_modinfo($courseid);var_dump($modinfo);
View ArticleDoes the XML installer create Foreign keys
by Mark Chaney. I am in the process of setting up a block that I am converting from 1.9 to moodle 2.x. In the past i created foreign keys using the upgrade scripts. I am now trying to meet the Moodle...
View ArticleRe: Does the XML installer create Foreign keys
by Mark Chaney. I had a kind of 'Duh/Doh' moment after I posted this to see if I had Innodb enabled. I hadnt, DOH! But, I have enabled it (as far as I can tell) and it still isnt installing.This is on...
View ArticleHow to used disabledIf on a radio element inside a group in mform?
by Joseph Rézeau. It seems that bug MDL-18522 has never been resolved in Moodle 2.Using Moodle 2.4 I would like to use disabledIf on individual radio buttons inside a group but have no idea how to to...
View ArticleRe: List of resources
by Mark B. Hi there,I tried what you said and cannot see any options to do what i want. I may look more into the resources.php file but looks like a long winded process and so i may just stick to...
View ArticleRe: Does the XML installer create Foreign keys
by Marcus Green. Why do you want to install foreign keys? You can turn them on atlib\ddl\sql_generator.phpBut in my experience if you are using innodb it causes the install to fall overYou can read a...
View ArticleRe: List of resources
by Davo Smith. Actually, for very little effort (and, at most 1 DB query - you could get it down to 0 DB queries if you pass it an existing course object), you now know that course id 17 has no...
View ArticleRe: Images are not displayed in my moodle site!
by José Robles. Hello:Yesterday update my system to Moodle 2.4.1 + (Build: 20130131) and the new images in main page of the course are not being shown, only the alternate text. For example: If you...
View ArticleConfirmation dialog box problem from quizzes in update to Moodle 2.4.1+...
by José Robles. Hello:In update to Moodle 2.4.1+ (Build: 20130131):In a quiz configured with limit of attempts (1) does not show the confirmation dialog (alert window) when the user starts the quiz,...
View ArticleRe: Drag and drop pictures into labels
by Mark Pearson. Davo,"global settings for mod_label" -- I'm trying to find this setting under Site Administration. It's not under the Plugins menu as far as I can tell and searching for 'label' does...
View ArticleRe: 3 Bugs: version latest 2.4.1+ five days ago
by Helen Foster. Ralf, apologies for my delay in replying. I notice you have created a tracker account and reported the bugs as MDL-37807 which is great ... except that in order for bugs to be handled...
View ArticleUsing students answers in question formula later
by frank mulrennan. I'm pretty new to moodle and I'm wondering if it is possible to set up quizzes in such a way that a students previous answer can be used in the next question. Here is an example of...
View ArticleRe: Using students answers in question formula later
by Jean-Michel Védrine. I don't think this kind of question is possible with standard questions.It is quite possible with the 3rd party formulas question type plugin.The question would have only 1...
View ArticleRe: Confirmation dialog box problem from quizzes in update to Moodle 2.4.1+...
by Tim Hunt. I have just tested this, and it works for me.
View ArticleRe: Drag and drop pictures into labels
by Davo Smith. Mark, have you downloaded the code which is linked to from the tracker issue? If not, you won't find this feature in Moodle - we are discussing a proposed new feature, not something you...
View Article