Re: Blocks and instances in M2
by Hubert Chathi. It is the same instance of the block. It is essentialy a replacement for sticky blocks, and is more flexible.
View ArticleRe: extension to quiz review screen
by Mahtab Hussain. May you live in peace Tim! Thank you so much for your help. I have finally made it. I have a general question now. I am a freelance web developer and I solely work on Moodle...
View ArticleFile API, accessing uploads
by Simon Bertoli. Hi All Working on an email notification module (running from a cron script) that sends out emails based on quiz results. I have a 1.9 version working fine with adding the users...
View ArticleWrong position of navigation blocks
by Mahtab Hussain. May you all live in peace! I have recently developed a module. One of the page in this module has a form on it. There is a little issue, I need help about. The navigation block is...
View ArticleRe: Announcement : pluging for complete user data deletion in development
by Eric Villard. A new attachment, because the one above seems to be corrupted...
View ArticleRe: Blocks and instances in M2
by Howard Miller. Cool... that's the right answer Thanks Hubert
View ArticleFile Picker from HTML editor
by William Mair. Hi, I am finishing off an upgrade to the accordion plugin from 1.9 (http://moodle.org/mod/data/view.php?d=13&rid=2561&filter=1) to 2.3. When I create a new or edit an existing...
View ArticleA problem with $mform->disabledIf
by Daniele Cordella. I wrote the attached stub of moodle form.It holds a checkbox item and a select item.The checkbox item is an array of 4 checkbox elements.I would like to have the select item...
View ArticleRe: A problem with $mform->disabledIf
by Daniele Cordella. looking at the source code (using the test number 3 in the attached code) I found the following code. It seems Y.on('domready', function()) forgets the condition for...
View ArticlePulling data from Moodle to create custom metrics
by Kerri McCusker. Hi I have successfully pulled basic user data from Moodle tables (mdl_user, mdl_course) and inserted it into a custom table I created within the Moodle database. This includes...
View ArticleRe: Custom Filed in forgot_password.php
by Peter Horrox. I have a different problem in the same area. Our students enter their email through Moodle (it is set up in an iframe in a moodle 'Page' retrieving custom profile fields from the...
View ArticleRe: To scale a complex query, I think I need my plugin to add indexes on core...
by Matt Gibson. Thanks, Hubert. I hadn't realised that at all. The upgrade to 5.5 improved things a lot, but still has a big performance issue as the above query is 11.8 seconds. I'm looking at making...
View Article(Moodle 2.3) Problem with enrolment plugin and unenrol
by Howard Miller. I have written a ew enrollment plugin that is loosely based on the external database plugin. Anyway, I want to be able to allow teachers (and up) to manually unenrol users. The...
View ArticleRe: Pulling data from Moodle to create custom metrics
by Joseph Rézeau. Kerri "This includes Student ID, Student First and Last Name, Their primary learning style, Cousre ID" I'm curious to know how you determine that "primary learning style" within...
View ArticleChange Password in Navigation
by Kieran Briggs. I have authentication and account creation done by means of a link to AD and it syncs so that the student's AD account is always the same as the moodle 1. Therefore everywhere it...
View ArticleRe: Pulling data from Moodle to create custom metrics
by Kieran Briggs. If you are wanting to look at which students have looked at resources and when/how many times you could create your own queries using mdl_log if you keep the log table long enough.
View ArticleRe: Pulling data from Moodle to create custom metrics
by Kerri McCusker. Joseph I used an existing plugin, called LSTest, which is a 80 item questionnaire. I adapted it so that it is presented to the user when they enrol in a course, this primarily...
View ArticleRe: Pulling data from Moodle to create custom metrics
by Kerri McCusker. Thanks for the suggestion Kieran.. Appreciated.
View ArticleHTML Block in 2.2...different permissions for each instance?
by Mark B. Hi there, On my front page of the moodle site i maintain i have created three different HTML blocks, what i am wanting to do is have each block displayed depending on what role you are. On...
View ArticleRe: HTML Block in 2.2...different permissions for each instance?
by ben reynolds. Mark's post gets a useful rating from me as one of the best questions I never knew to ask. I think I'm going to like the answer and have admiration +! for whomever made that decision.
View Article