Re: Dear Moodle, can we drop tinymce yet?
by Stuart Lamour. hi damyon, that is a lot of code there! I think many of the tinymce issues come from its code bloat, so your example might be falling into the same trap.you can do almost all of that...
View ArticleRe: How to build a main menu using the navigation block
by Rosario Carcò. I am late... but in November 2012 I released my 2.3 Versions of myCourses and siteNavigation. You can find them in their respective Forum Threads and siteNavigation as it is a merged...
View Articleתשובה ל: Re: html table object
by Raphael Goldman. Thanks.I have for example 3 columnslastname, firstname, idnumberI have added this line:$table2->head = array(2,1); I just need to head an header above firstname and lastname,I...
View ArticleRe: [patch] Don't list courses that are not enrollable
by Rosario Carcò. I just reviewed our discussion here and forgot to mention that NOT DISPLAYING is not a good behaviour for security reasons. If your users happen to click on the "show all courses"...
View ArticleRe: תשובה ל: Re: html table object
by Davo Smith. What about this (in the real solution you should, obviously, use get_string for the titles):$table = new html_table();$table->head = array('Lastname', 'Firstname', 'ID...
View ArticleRe: Web services input validation problem
by Maciej Lisiewski. I've ended up POSTing the data as json, "validating" it as PARAM_RAW and then doing real validation in the function that actually processes the request.
View ArticleDoes Moodle 2.x ignore PREVIOUS and NEXT attributes in XMLDB mod install files?
by Matt Bury. Hi,In the process of developing and testing activity modules for Moodle 2.x, I've noticed that modules install without any warnings or errors or any problems if there are inconsistencies...
View ArticleRe: Does Moodle 2.x ignore PREVIOUS and NEXT attributes in XMLDB mod install...
by Tim Hunt. The rules were relaxed in 2.5, if I remember rightly. You still need them in 2.4 and before.
View ArticleRe: Behat with Selenium, Selenium not being called/executed
by James McLean. Hi David,Firefox 22 and Selenium Standalone 2.33.0
View ArticleRe: Moodle 2 not displaying wysiwyg in text areas
by Kieran Briggs. Yeah, its a custom theme I've built off of standard. The editor was showing fine in 2.4 but since the upgrade it won't show.
View ArticleText before problem
by Kieran Briggs. Hi, on the myMoodle page before the doctype there is text 'staff' there.Staff<!DOCTYPE html><html dir="ltr" lang="en" xml:lang="en"><head>I initially thought it was...
View ArticleRe: Does Moodle 2.x ignore PREVIOUS and NEXT attributes in XMLDB mod install...
by Matt Bury. Thanks Tim. Good to know.Are there any downsides to having inconsistencies in the PREVIOUS and NEXT attributes in Moodle 2.5+?
View ArticleRepository Plugin add option
by Nuno Horta. Hi,I'm developing a plugin with the Repository API. On the top bar I already disabled manage, login, search and refresh. But I was to add an option so when the user clicks something...
View ArticleRe: Does Moodle 2.x ignore PREVIOUS and NEXT attributes in XMLDB mod install...
by Tim Hunt. I don't think so. You may get warnings when you load them into XMLDB.
View ArticleRe: Editing icons appear inside a label-ish module, not underneath
by Kimber Warden. Anyone?
View ArticleRe: Editing icons appear inside a label-ish module, not underneath
by Jack Challenger. Installing your module now to see if I can help!
View ArticleHow to display all gradebook pages without blocks
by Bob Puffer. Using a responsive theme so docking isn't an option. Given the state of almost all of the gradebook pages with blocks on them (Categories and items scrolls waaaayyy to the right,...
View ArticleRe: Editing icons appear inside a label-ish module, not underneath
by Jack Challenger. Hi Kimber, I've installed your announcement module on my Moodle (2.5) and it seems perfect. None of the problems thaht you have described, unless maybe I'm not referring to the...
View ArticleRe: Better support for audio/video capture
by Jamie Pratt. Thinking through Tim's idea, streamlining the file picker UI may not be that trivial to do well.Normally the file picker pop up would :allow repositories to upload or do whatever in...
View ArticleRe: Better support for audio/video capture
by Tim Hunt. While this is not trivial, it is not that hard either. We (well, I think it was sam) did this in some OU activities (using this Javaapplet...
View Article