Re: Better support for audio/video capture
by Justin Hunt. Well four if you count PoodLLwhich I wrote.Trying to turn an existing repository plugin into an audio/video capture forms element, is the stretch I am talking about. I proposed a new...
View ArticleDynload on Repository API
by Nuno Horta. Hi, I've been able to list content from an external source into my plugin using the Repository API. Now the issue is after the first "layer" of folders. Dynload..how does this works? It...
View ArticleRe: Frontpage combobox new activity
by Anne Krijger. What combo box do you refer to when you say the combo box on the Frontpage?Which options are currently selectable in that combo box?That alone should give you an idea where to...
View ArticleRe: Text before problem
by Anne Krijger. Easiest probably is to do a full text search on the Moodle code base you are using, as well as a full search on the database (dump) for that word.That should give you and idea...
View ArticleRe: Simplified 'block-less' navigation experiment
by Chris Kenniburg. If this could be implemented into the core I would jump up and down and do cartwheels! The only thing I am torn about would be the Administration/Settings block. I like it being...
View ArticleRe: Request for help: Core git commit message/chunking style
by Jenny Gray. I can't really help, but I have one request of whoever manages to write this up...I'm sure a list of expectations would be helpful, but it would be great if some-one could write an...
View Articlemultichoice question CSS question (Moodle 2.5)
by Michael Gwynne. I've found this CSS:.que.multichoice .answer div.r0,.que.multichoice .answer div.r1 { padding: 0.3em 0 0.3em 25px; text-indent: -25px;}I was wondering why it wasn't...
View ArticleRe: Custom Activity other than scorm
by Matt Bury. Hi Desmond,I agree with Dan: If you're using interactions designed for SCORM, that would be the best way to deploy it in Moodle. The alternative would involve developing an HTML5 + CSS +...
View ArticleRe: Users unable to upgrade question type to 2.5 due to required unapproved...
by Aparup Banerjee. Hi Oleg,Good to hear your plugin is doing well, it looks like it too .I've responded to your entry for behaviour_interactivehints now with the issues i've just seen.Feel free to...
View ArticleRe: Simplified 'block-less' navigation experiment
by Damyon Wiese. Yes thanks Stuart - I had a look at your Moodle as a guest - but I could not find a course that had more than just resources listed in the course page to see how the navigation...
View ArticleRe: quick poll - what do you use to put multimedia (video/audio) into your...
by Dan Poltawski. This (developer forum) doesn't seem the right place to ask that question?
View Articlemultithreading moodle for page of categories
by frol shmel. Good day. Can you help me to solve the task: When i create new category my tree of categories increases and this page is loadingfor a long time - process php5-fm use only 1 core of...
View ArticleRe: How Do I Edit The Breadcrumb Trail?
by Judy Hsu. I'm glad that I found this old thread.Just a quick related question. It seems that in Moodle 1.9.x, the "short name for site" setting in the Front page settings will be used as the...
View ArticleRe: quick poll - what do you use to put multimedia (video/audio) into your...
by Guido Hornig. I use http://www.longtailvideo.com/bits-on-the-run and I wrote a small filter and a repository to integrate it in...
View ArticleRe: Text before problem
by Kieran Briggs. Thanks. I've found the offending block. But I'm now struggling as I can't find a stray echo. Grrr..
View ArticleRe: Desktop client for Moodle Tracker
by Hittesh Ahuja. Wanted to try the JIRA desktop client for moodle but cant seem to login.Says ' Login /Captcha error. 'I ran the diagnostics tool .Attaching the log file. BTW, the login works fine...
View ArticleRe: quick poll - what do you use to put multimedia (video/audio) into your...
by Derek Chirnside. Youtube usually.But we often upoad as well. Almost always MP4.Mobile is quite important. Future proof? Less worried about that.I'd like nice drag and drop video onto Moodle...
View ArticleRe: How to build a main menu using the navigation block
by nitin sharma. go to index page of your moodle root i.e index.phpadd code over thereif(is_loggedin()){$url = $CFG->wwwroot."/mod/lesson/view.php?id=1";redirect($url);}
View ArticleRe: multithreading moodle for page of categories
by Marcus Green. PHP does not have native support for multithreading.
View Article