$DB->insert_record([table], $obj) not inserting all data from $obj?
by Eric Ellis. Firstly, I apologize if I've missed some piece of documentation that addresses this, but I haven't found it.I'm working on modifying the wonderful LTIProvider module that Juan Leyva has...
View ArticleRe: Copy files to a draft area
by John Roche. Hi Justin,Your advice on the permissions was correct, I was using the incorrect credentials and you saved me from a lot of grief.I was able to copy the file to the draft area...
View ArticleRe: Better support for audio/video capture
by Richard Oelmann. As you say, you can't install it direct from the Play store, but using work-arounds on the net, I do have flash on my nexus7 with the firefox browser, although I haven't tried on...
View ArticleRe: Cannot Reset Password On Moodle Tracker [Solved]
by Richard Oelmann. Many thanks Helen And thanks for coordinating this on the tracker while we couldn't access!Richard
View ArticleRe: Better support for audio/video capture
by Matt Bury. To reiterate: Flash DOES run on iOS and Android, just not in the browser. You just download and install your Flash apps on the desktop along with all your other software. Millions of...
View ArticleRe: Accessibility of links
by Tim Hunt. Well, your specific suggestion is bad. Duplicating Bill in the HTML is stupid.If something like that is really necessary, then I would go for<a href="...">Bill <span...
View ArticleDeleting files doesn't reclaim disk space
by Howard Miller. (2.4) I deleted a whole bunch of (big) files but the space used on disk didn't change.I've seem some very vague references to files being cleaned up only after a period of time has...
View ArticleRe: Deleting files doesn't reclaim disk space
by Howard Miller. Answered my own question... for the benefit of anybody else having a disk space crises.file lib/filestorage/file_storage.php. Therein is a function called cron(). Towards the end of...
View ArticleRe: Accessibility of links
by Damyon Wiese. Thanks Tim,I don't really want to get bogged down over whether those specific links needed extra information or not (50/50) - the point is that there are links where extra information...
View ArticleAdding web chat
by Vijay N. Hi All,Has anyone implemented this web chat to moodle: http://www.websitealive.com/live-chat-implementation/According to their tech support site, we are suppose to add 2 sets of javascript...
View ArticleRe: Accessibility of links
by Tim Hunt. Right, do generate that HTML properly (from a translation piont of view) you need$string['profilelink'] = '$a->name ($a->tip)';$string['profilelinklinktip'] = 'View user...
View ArticleModule settings interface: to tab or to navigate?
by Joseph Rézeau. Since the Moodle interface introduced the Navigation and the Settings blocks, a number of "settings" have been moved from "tabs" to the Settings blocks. However, at the moment...
View ArticleRe: Difference between visible and visibleold fields on table mdl_course
by David boudreault. I have the same question. I want to make visible a course to the student when the start date is >= than sysdate.Does anybody knows what's the difference between visible and...
View ArticleRe: Difference between visible and visibleold fields on table mdl_course
by Davo Smith. visible = the current visibility of the course (which may be the result of the category the course is within being hidden)visibleold = the visibility of the course at the point when the...
View ArticleRe: Developing MUC Store Plugin
by Ryan Panning. Yeah, I just removed the native locking code. No other current stores support native locking anyway...FYI, I've posted the initial plugin for review on the support ticket:...
View ArticleRe: Developing MUC Store Plugin
by Ryan Panning. WinCache also has a statistics page, similar to [Site Admin > Server> PHP info]. I'd like to add that as a plugin (as I'm sure it wouldn't be included into core). Where would...
View ArticleRe: Difference between visible and visibleold fields on table mdl_course
by David boudreault. Thanks !
View ArticleRe: Finally - A working File Manager example!
by Tomasz Muras. Renamed to "filemanager" in just released 0.8, thanks Davo. cheers,Tomek
View ArticleRe: Deleting files doesn't reclaim disk space
by Tomasz Muras. a shameless plug - moosh does it with:moosh file-delete -fcheers,Tomek
View ArticleRe: Developing MUC Store Plugin
by Matteo Scaramuccia. Hi Ryan,you could code it as a report plugin, available for just administrators.HTH,Matteo
View Article