Re: new feature submitting
by Tim Hunt. OK, to keep the forum name short, they left off the bit that says "Development of ..." (and does not say ("Suggested ...")
View ArticleRe: How can I include a Python interpreter written in Javascript in Moodle?
by philippe juhel. Yes, this is this kind of console that I want to use but to do that, if I look the source code, I see that I must call the javascript function nammed 'brython' when the body is...
View ArticleEdmodo integration
by eda karacelebi. Is it possible to integrate Edmodo and Moodle so that students will login to moodle and then go to Edmodo without login again?
View Articlesearch facility
by Vijay N. Hi, As I am not getting any response, I thought I would add a link here and hopefully bring the developers into my thread, please can you help with the below...
View ArticleInserting user-specific images from URL
by nancy v. can the following use case be supported by moodle? How?- Student uploads a photo I during enrollment- Thumbnails with watermarks are created for this image- Student takes the course and...
View ArticleRe: new feature submitting
by Visvanath Ratnaweera. Yep. Some save energy, others save CPU cylces, yet others save w....
View ArticleRe: How to change the display format of profile page without editing core file
by Kevin Wiliarty. Hi Uthaya,There is a renderer.php file in the user folder (and in many other places). If the code you want to override is not in there, then I don't think it can be overridden with...
View Articleconvertir recursos mplayer en Moodle 2.x
by Tomás Alonso. Hola a tod@s,estoy intentando realizar una migración de una plataforma grande desde Moodle 1.9.13 a 2.4.3. Muchos de los cursos estaban en formato page y gracias al plugin flexpage...
View ArticleRe: Moodle sms plug-in
by ROMERO GOMES DA SILVA. I have been doing a similar project, but I'm not using an process to verify and send SMS to participants, I use MultiAgent Systems to do that. Share your work with us.
View ArticleRe: convertir recursos mplayer en Moodle 2.x
by Matt Bury. Hi Tomás,Unfortunately, there is no easy upgrade path for the Media Player plugin module for Moodle 2.4, as far as I know. I know that at least one other developer has tried without...
View ArticleRe: FALSE or false?
by Tim Hunt. falsehttp://docs.moodle.org/dev/Coding_style#Booleans_and_the_null_valueI am pretty sure https://github.com/moodlehq/moodle-local_codechecker checks this.
View ArticleRe: activity module
by sama masoudi. hi MaryThank you...i did it because i need to help
View ArticleWhich database table contains the list of site administrators?
by Mark Thornton. On a test Moodle system, which is a close copy of our live system, I want to restrict access to only the users who have Site Administrator role in the live system. I am trying to do...
View ArticleRe: Which database table contains the list of site administrators?
by Tomasz Muras. Hi Mark,mdl_config:SELECT * from mdl_config WHERE name='siteadmins';cheers,Tomek
View ArticleRe: FALSE or false?
by john saylor. this is php ... right? [not moodle specific]for english speakers:http://php.net/manual/en/language.types.boolean.php
View ArticleRe: Moodle - Javascript
by Andrew Nicols. Hi Sandareka,Sorry for the delay in getting back to you.The call to yui_module() needs to go into the PHP generating your page. This will load the file described by the name of the...
View ArticleRe: Which database table contains the list of site administrators?
by Mark Thornton. Dear Tomasz,Thank you SO much - I woul dnever have guessed to look there in a million years!Best wishesMark Thornton
View ArticleRe: FALSE or false?
by Joseph Rézeau. 1.- Since the PHP manual clearly states that FALSE and TRUE boolean operators are both case-insensitive, I do not understand why the Moodle Coding Style insists that they should be...
View Article