Re: Is there a way to add the users role to the body wrapper?
by Brian Peat. I do know what Roles are, and I'm using them more and more for different blocks. I'm not sure what my original issue was that brought up this post, but I think I wanted to load some...
View ArticleBug Fixing
by dhruv jagetiya. I am interested in contributing to moodle. Please guide me through the process of bug fixing. On which issues can I work on and how to submit a bug resolution ? Thanks
View ArticleRe: GSoC 2013 Guidelines?
by Tejas Nikumbh. Hi Davo ,Thanks for the advice. I am familiar with the basic syntax of PHP although I think its time I revise it.. . I'll be looking into open issues in the Bug Tracker, and keep you...
View ArticleRe: GSoC 2013 Guidelines?
by Tejas Nikumbh. Hi Pram,Thanks for the advice. I am familiar with the basic syntax of PHP although I think its time I revise it.. . I'll also be setting up a sandbox and looking into open issues in...
View ArticleRe: Databases: How can I get enrolled users for a course using SQL
by Andrew Normore. This code will return the user id's that are enrolled in course 2:global $DB;$enrolled = $DB->get_records_sql("SELECT c.id, u.idFROM {course} cJOIN {context} ct ON c.id =...
View ArticleRe: Bug Fixing
by Rex Lorenzo. The process of submitting a bug fix is documented by the excellant guide written by Tim Hunt at:http://tjhunt.blogspot.com/2012/03/fixing-bug-in-moodle-core-mechanics.htmlAs for...
View ArticleRe: Flowplayer HTML5 - potential replacement of flash video player and...
by Mary Cooch. Yes - I think this could be really useful.
View Articleview submitted assigment - lead to browser error cannot display the webpage
by Raphael Goldman. I am running moodle 2.2.1 on windows,after clicking on view submitted assigment the browser return an error (cannot dispaly url)It is not a moodle error.I have other lessons and...
View ArticleRe: Add a new user issue
by Jonathan Herrera. Thanks for the helpI find in the server log the next warning [Wed Feb 20 11:59:48 2013] [error] [client 200.105.182.96] PHP Notice: Undefined index: ccatid in...
View ArticleRe: Flowplayer HTML5 - potential replacement of flash video player and...
by Kevin Wiliarty. Video JS ( http://videojs.com ) offers some of the same. It is free and open source. The free version of FlowPlayer apparently forces a FlowPlayer logo.
View ArticleCreating web services
by Gregory JB. I am currently trying out the tutorial on the Moodle wiki for creating web services. However, it did not work for me. I think it might have something to do with xmlrpc, but I'm not 100%...
View ArticleRe: Get Moodle login status on another site
by Mike de la Victoria. Hello,I am trying to do the same thing. Is there anyone out there who can help out with this? What script should I put on an external website to display the login status of the...
View ArticleRe: Creating a forum remotely
by Gregory JB. Do you by any chance know what the path field in the context table represents?
View ArticleRe: General Developer Meeting, 07:00 UTC, Tue 26 Feb
by Martín Langhoff. Hi Sam, I have an alternative approach that might work to relieve the pressure on mdl_log, while keeping things simple and JOINable. My worry is that cost of replacing JOINs with...
View ArticleRe: Getting the HTML editor to work without formslib
by Tim Hunt. I am too tired to try to work out what is wrong with your code. I just want to say that there is code that uses a HTML editor outside a moodleform in question/type/essay/renderer.php.
View ArticleRe: General Developer Meeting, 07:00 UTC, Tue 26 Feb
by Tim Hunt. Martin, we (the OU) did that in our Moodle 1.9 site.In Moodle 2.x we have achieved a similar speed-up with a sneaky trick. mdl_log is a view that aggregates a small table where write are...
View ArticleMoodle 2.4+ and Elgg 1.8
by John Andrewartha. Can anyone point me in the right direction for Moodle + Elgg integration? Please!I have Moodled and Googled and all references are at least 5 years old.John
View ArticleRe: Flowplayer HTML5 - potential replacement of flash video player and...
by Matt Bury. I agree that a fully free and open source media player would be preferable. Neither FlowPlayer or JWPlayer are fully free (as in libre), although the JW Player has nice features like...
View ArticleRe: GSoC 2013 Guidelines?
by Michael de Raadt. Hi, Tejas.The major challenge for you is to come to an understanding of the Moodle Architecture.For a head-start, you might want to work through the Introduction to Moodle...
View ArticleRe: Flowplayer HTML5 - potential replacement of flash video player and...
by tim st.clair. Ditto Popcorn.js, by the Mozilla team - so also Open source, and has plugins for various things like SoundCloud, YouTube and Vimeo. FlowPlayer is good, I've used it lots in the past,...
View Article