How to read coarse format options in course format renderer.
by Robert Girardin. Hi Everyone,So, I'm building a course format, and I've added some custom course format options in lib.php. The question is how do I read them in renderer.php? I can't seem to get...
View ArticleRe: Files from mod_page
by Michal Novák. I found this sql query but it don´t work as i expected.SELECT contextid,component,filearea,itemid,filepath,filename FROM mdl_resource r, mdl_course_modules cm, mdl_modules m,...
View ArticleRe: Accessibility of links
by Damyon Wiese. The problem with this example Jason is it is a nightmare for translators to create a language string broken up like that.
View Articlemoodle changes made in table
by aman katoch. i would like to know does changing the values in one table will affect other tables.As if i delete userwould it cause website to stop functioning as there may b that user values in...
View ArticleMoodlerooms Framework
by Howard Miller. Does anybody have any idea what the MoodleRooms Framework is? Well, that's not a good question - it's the Zend framework sucked into Moodle. The actual questions are why would you...
View ArticleAlias (shortcut) supporting Repository development
by Anne Krijger. Yes I'm back I've been off the radar (but present) the last year, but coming weeks / months I'll be able to do some interesting Moodle development again.The 2nd project I'm looking at...
View ArticleRe: Moodlerooms Framework
by Tomasz Muras. I had a look at the efforts for creating MVC framework for developing Moodle plugins:https://github.com/solin-repo/sodahttp://docs.moodle.org/dev/Moodlerooms_FrameworkA framework like...
View ArticleMemory requirements for Moodle 2.5 installation
by Tomasz Muras. Hi,Did anyone check how much memory is used during vanilla Moodle 2.5 installation? We say here: http://docs.moodle.org/25/en/Installing_Moodle that 256M is minimum but I had to bump...
View Articlemodules for specific categories
by Hugo Ribeiro. Hi All,Is there any way to provide modules (activities) for a specific category of courses?We have our different schools organized by category and would like to have module "A"...
View ArticleRe: modules for specific categories
by Tomasz Muras. Hi Hugo,I believe this is not possible without custom development.cheers,Tomek
View ArticleRe: modules for specific categories
by Davo Smith. You can control the adding of modules via the 'addinstance' capability (for Moodle 2.3+).If you override the 'teacher' role at the category level, you should be able to 'prohibit' some...
View ArticleRe: Should I use Moodle for a Student Information System?
by Henry Hickman. If you're looking for an extendable cloud-based, or on-premise SIS, the Skyline Education Series is a solution built on the Microsoft Dynamics xRM platform and incorporates .NET...
View ArticleRe: Moodlerooms Framework
by Tim Hunt. It sounds like you want to re-invent the wheel for your hovercraft.You can do MVC in Moodle today. We have views, but we call them renderers.And you should already be structuring your...
View ArticleRe: Moodlerooms Framework
by Howard Miller. Personally I think the whole MVC thing is overrated - but almost certainly better than some sort of random fumbling. But let's put that aside. In it's own way - Moodle is already a...
View ArticleRe: Moodlerooms Framework
by Howard Miller. Next you'll be telling me Moodle is getting namespaces
View ArticleRe: Moodlerooms Framework
by Tim Hunt. It is. Optionally. http://docs.moodle.org/dev/Automatic_class_loading#Namespaces
View ArticleRe: Moodlerooms Framework
by Howard Miller. Great so I no longer have to count ../'s on my fingers then
View ArticleRe: How to read coarse format options in course format renderer.
by Robert Girardin. With some fresh eyes I was able to figure out my own problem. I had to use: $format_options = format_base::instance($PAGE->course)->get_format_options(); It was the...
View ArticleProject Course Search progress & feedback
by Shashikant Vaishnav. Hi everyone,As per my last discussion about "Course Search" plugin for Moodle as part of the GSoC programme[1]. We are almost nearer to a "Course Search" plugin with extra...
View ArticleRe: Moodlerooms Framework
by Tomasz Muras. re-inventing the wheel for each plugin makes no sense and also using a framework cuts down on maintenance and standardizes the plugin so another developer can contribute more easilyI...
View Article