Re: Research for automated email delivery for role: trainer
by Hubert Chathi. Don't edit the cron.php. Moodle is designed to be modular, which means that plugins can extend various parts of Moodle, including adding cron tasks. If you've already created a...
View ArticleRe: Javascript Init Call - Undefined
by Mark Chaney. Hi guys, Im still struggling with this. Can I clarify when you should include the $PAGE->requires->js_init_call(); and/or the$PAGE->requires->js('js_file');e.g. is it...
View ArticleRe: Moodle Tracker can't be accessed
by Helen Foster. Hi Sandareka,Sorry you didn't receive a change password email. I have reset your password manually and sent you a Moodle message about it, and will look into how to enable people to...
View ArticleRe: Moodle Tracker can't be accessed
by Sandareka Wickramanayake. Hi Helen, Thank you very much
View ArticleFront Page Setting to Keep Combo List Expanded.
by Cindy Weber. Does anyone know of a fix to keep the combo list expanded all of the time? It doesn't 'remember' that I want 'expand all'.
View ArticleGeneral Developer Meeting, 07:00 UTC, Tue 26 Feb
by Michael de Raadt. I hope you can join us for a General Developer meeting online next week.Time07:00 UTC on Tuesday, 26 February 2013Meeting roomMoodle Dev Meeting CourseIn this meeting we will...
View ArticleRe: how sql query with moodle
by stephane ng. thanks is your script ok<?phprequire('../config.php');require_once($CFG->libdir.'/adminlib.php');$sql = "SELECT COUNT(*) as nb ,U.lastname FROM {user} U INNER JOIN mdl_log L ON...
View ArticleRe: how sql query with moodle
by Alexandr Zhuikov. In my script:replace ... INNER JOIN mdl_log L ON U.id = L.userid ...with ... INNER JOIN {log} L ON U.id = L.userid ...It'll be work fine, when you want to change DB table's prefix.
View ArticleExplain me a Layout Moodle2
by stephane ng. Hi, I a new post for trainning know the template Moodle.I try create new block "Hello", this is the picture Now I think I know how create a block in moodle, Now I want learn how I...
View ArticleRe: how sql query with moodle
by Alexandr Zhuikov. I don't know how call block. But header and footer you call right: echo $OUTPUT->header(); echo $OUTPUT->footer();
View ArticleContinued YUI2 use
by Charles Gribben. In one of our developments we have found the need to use a YUI2 plugin over that of any available YUI3 ones due to available functionality.How long is it expected that moodle...
View ArticleRe: Databases: Help getting MS access database onto moodle for use.
by Joel Brondos. I found a site which has a database of questions for the National Latin Exam.http://www.nle.org/exams.html#accessfilesIs there any easy way to import the data from an *.mdb Microsoft...
View ArticleRe: dropdown menus
by Maria Kyprianou. Hi, thank's for your reply! I found the solution. The right "if" statement was: if ($temp==1) {.....because of the value of the drop down menu.
View ArticleRe: how sql query with moodle
by Hubert Chathi. Your problem is that you are using single quotes to surround your query string, but you have single quotes within the string, so PHP can't parse it properly.By the way, make sure you...
View ArticleDatabases: Moodle Tables - where does moodle stores weight for assignments...
by Maria Kyprianou. Hi!In an assignment, the teacher can choose an agreegation type: Weighted mean of grades. With this agreegation type, he can also choose the weight for the assignment. Where does...
View ArticleAutomatically Backup a Course Via LTI Provider
by Sandareka Wickramanayake. Hi all, I'm trying to develop a plugin for the Moodle these days. My senario is this.There are two Moodle servers located in two physical locations. I have used LTI...
View ArticleRe: General Developer Meeting, 07:00 UTC, Tue 26 Feb
by Yuliya Bozhko. Hi Dan,I am not sure if Simon is going to be available (he is on leave since yesterday), but I can definitely do a demo of openbadges if you are interested We have a public...
View Articleapple repair toronto
by hepao suns. Our goal at FTS is to provide effective solutions designed to solve your apple Mac ,macbook pro and imac repair needs, under one roof in quick and reliable manner toronto mac repair....
View ArticleRe: How to use moodle core and get rid of everything else?
by Russell England. Not sure if this helps, but here is a list of the core API'shttp://docs.moodle.org/dev/Core_APIs
View Article