Re: Time for a new graph/chart library in Moodle?
by Davo Smith. Sorry - I take it back. It must have been a custom version of the plugin we did for a client (where I'd forgotten it wasn't standard functionality when I was asked to tweak it a bit).
View ArticleRe: Lockable admin defaults for module settings
by Gareth J Barnard. Dear Damyon,I like the idea and concept that it gives more control to admin's to implement site policy. It also reduces the amount of time teachers expend in choices as the...
View ArticleBulk unenrol of users from courses
by Rob Hardy. Hi all,We need to unenrol a few users from several hundred courses apiece, so it would be rather time-consuming to do it through the web interface.I have identified the relevant rows in...
View ArticleRe: Block or Theme
by Yong Ra. It works great. I am using latest version of 2.4+. One suggestion I have is, itwould be nice if the course title is listed as well. That way they can see wherethe forum is from. But, as it...
View ArticleRe: Time for a new graph/chart library in Moodle?
by Darko Miletić. None of the core activities export PDF but few of contributed plugins do that and in the commercial module area it is rather frequent request from the clients. So having a chart...
View ArticleRe: Lockable admin defaults for module settings
by Jason Hardin. I concur this would be a very useful feature for all activities. We get this request 5 or 6 times a year from clients. My only wish would be we could push this to user based settings...
View ArticleVastus: Time for a new graph/chart library in Moodle?
by Tõnis Tartes. What about Google Charts integration? https://developers.google.com/chart/
View ArticleNeed help with Tabs implementation
by Kieran Briggs. Hi, I've forked the course Overview block to change for our moodle and I'm wanting to wrap the courses in a tab box.I've been looking through the code and been on the YUI wiki and...
View ArticleRe: Lockable admin defaults for module settings
by Joseph Rézeau. Gareth "I like the idea and concept that it gives more control to admin's to implement site policy."As a (former) teacher I am very much against any feature that gives more control...
View ArticleRe: Final year project idea
by Tim Hunt. "I want to write some code", or "I need to do a final user Software Engineering project" is not the way to start anything worthwhile.You need to start from somewhere like "I think...
View Articlecustom block in my dashboard
by edu g. Hi, I created a block and I want it in my dashboard. However, when I turn editing on in that page, I can't see many blocks in the list of blocks to add. what am I missing? I'm using moodle...
View ArticleRe: custom block in my dashboard
by edu g. solved!I needed to write correctly the applicable_formats method function applicable_formats() { return array('all' => whatever, 'my' => true); }
View ArticleRe: adding "onsubmit" to a form
by Davo Smith. I'd probably pass via the 'attributes' paramater, assuming 'submit' buttons have an 'attributes' paramater - I'd have to check. Assuming there is an attributes paramater, it'd probably...
View ArticleRe: adding "onsubmit" to a form
by Abdul Bashet. In some case I like not to use mform. So I can create my form by using html_writer() like below:$content ='';$content .= ''//other elemnt of this form $content .=...
View ArticleRe: adding "onsubmit" to a form
by Di Juwel. note that i'm talking about "onsubmit" and not "onclick".the event should be on the form tag, not the sumbit button tag.
View Articlehtml_writer::tag escaping moodle url
by Julian Jan.. Hello, I have a little problem with html_writer::tag:When i use the following 2 lines:$target_1 = new moodle_url('/mod/multiplesurvey/view.php',array('edit'=>'true','id'=>3));...
View ArticleRe: Lockable admin defaults for module settings
by Kris Stokking. I would also agree with A, to avoid confusion (B) and unnnecessary complexity (C)
View ArticleRe: adding "onsubmit" to a form
by Tim Hunt. Well, the best solution is to avoid polluting the HTML with attribues like onsubmit just to make your JavaScript work.Instead, use JavaScript like form.addEventListener('submit',...
View ArticleRe: html_writer::tag escaping moodle url
by Tim Hunt. Acutally, your problem is with moodle_url. If you don't want escaping, you have to use $url->out(false);$url->__toString(); (which is what your string concatenation will call) does...
View Articleתשובה ל: Re: Adding new fields to the Common module settings
by Raphael Goldman. Under the "Common module settings" in each course and even in each lesson/activityI would like to add my own custom fields, can someone please guide me where should I start from?I...
View Article