Re: Block/YUI help please
by Andrew Nicols. Hi Michael,I think that what you're doing *should* be working, but I guess something isn't quite right, most likely with the way that you're calling js_init_call. I would imagine...
View ArticleRe: Block/YUI help please
by Andrew Nicols. Oh, and in your config.php, set $CFG->jsrev = -1; to ensure that you aren't caching within Moodle, and disable your browser cache in the browser's developer tools.
View ArticleRe: File picker's default value of select .
by Takeshi Matsuzaki. Hi Davo , thank you for your response .I checked filepicker.js , as you said it doesn't support the default value in Moodle 2.4.3 and 2.5 beta .And there seems no posting about...
View Articleparticipating gsoc 2013 under moodle
by Sameera Kannangara. Hi all,I'm a final year undergraduate at University of Moratuwa. I'm interested in participating gsoc 2013 under moodle. I checked the instructions in the page...
View ArticleRe: participating gsoc 2013 under moodle
by Sameera Kannangara. Hi all,found GSOC application forum [dev.moodle.org/mod/forum/view.php?id=92] and moving this discussion to this forum.Sorry for the inconvenience caused.Thank you,Sameera...
View ArticleSet as default - always hide advanced fields on first load
by Raphael Goldman. Hi,I need to always hide the advanced field of any form on first load.Is it possible?
View ArticleRe: Block/YUI help please
by Michael Gwynne. I spent 2 hours trying to figure this out....I can't believe I didn't make sure the cache was clear.Thanks
View Articlebind an onchabge event to the show/hide advanced button usingg YUI
by Raphael Goldman. Hi,How can I do that using the class = "showadvancedbtn"Thanks.Raphael
View ArticleRe: bind an onchabge event to the show/hide advanced button usingg YUI
by Andrew Nicols. Hi Raphael,I'd recommend reading the YUI documentation, but you will likely want to listen for the click on the showadvancedbtn using an event delegation:Y.delegate('click',...
View Articleתשובה ל: Re: bind an onchabge event to the show/hide advanced button usingg YUI
by Raphael Goldman. Thanks!that helped me a lot
View ArticleRe: Reporting accessibility
by Amanda Rubython. Hi there,I've been working with Moodle now for 4 years (I work for Kineo and am good mates with Mark Aberdour who used to be my boss) and I am really interested in gathering best...
View ArticleRe: Block/YUI help please
by john saylor. haha- we've all been there. but look on the bright side, the next time you won't need the two hours to figure it out! experience is a very inefficient teacher, but sometimes extremely...
View ArticleRe: Module settings interface: to tab or to navigate?
by Joseph Rézeau. Just noticed that my question is addressed in MDL-38309"Convert tab functions in weblib to a renderer".
View ArticleRe: relacion alumno - curso en la base de datos
by Iñaki Arenaza. select c.shortname from mdl_course c join mdl_context ctx on (ctx.instanceid = c.id and ctx.contextlevel=50) join mdl_role_assignments ra on (ra.contextid = ctx.id) join mdl_user u...
View ArticleGrade letters
by Channa Herath. Hello,Does anyone know how to link grades to the grading scales?For example, prefix_grades_grade table stores rawgrade in numerical format. I'd like to know whether that course mark...
View ArticleGrading Method
by Channa Herath. Hello,I'm seeking some help with a sql script.Does anyone know how to identify whether a particular grade is based 'rubrics' or a 'Simple direct grading'. I have a list of student...
View ArticleBlock positions and course formats
by Amanda Doughty. Does anyone kow if the problem described in MDL-37240 is expected behaviour? Description from issue:There are different ways to re-order the position of a block on a course page.1....
View ArticleRe: participating gsoc 2013 under moodle
by Ankit Agarwal. Hi Sameera,Do not start with MOODLE_20_STABLE or MOODLE_19_STABLE as those versions are out of support. Try using the same process and creating MOODLE_24_STABLE as it is the current...
View Articletransforming a navigation node object into a html tree of links
by test age. Hello and good morning to everyone Ive been playing with the navigation api, managed to add or remove branches, it's very usefull, however I don't know how to transform my navigation node...
View ArticleRe: General Developers meeting, Tue 23 Apr 13:00 UTC - tomorrow!
by Helen Foster. Just to remind everyone of our developer meeting tomorrow. Everyone is welcome to watch the YouTube channel and comment and ask questions via twitter using the tag #moodledev.For...
View Article