Re: Writing Moodle's Global Search
by Stuart Lamour. Hi Prateek,the most important thing is to define your requirements specification based on interviews/research with actual students.otherwise its all just speculation on what might...
View ArticleRe: Useful SQL Queries?
by JoseRey Alo. hi all,Can you help me with a simple query to list the students who have actually enrolled in only one course? We are not an academic institution and all our courses are free. While...
View ArticleRe: Moodle sms plug-in
by shahram ghahremani. hi Sanderwale,can you send me your ' source code(sms plugin)?
View Articlecode to add calendar
by Maria Kyprianou. Hi. I created a page, and I want to show the calendar on the right section. How can I insert it?Thanks in advance.
View ArticleRe: Writing Moodle's Global Search
by Prateek Sachan. Currently, I prepared two simple templates regarding the Search's UI.The pop-up will instruct users about "how to use search features" (similar to editing one on issue page. ).The...
View ArticleRe: install piwik in moodle
by Balu Ertl. Thanks Stuart,Previously I inserted the JS-script into the theme's (Splash) footnote field, but it's not an elegant solution, even if it worked properly. I didn't know that Additional...
View ArticleRe: Writing Moodle's Global Search
by Ralf Hilgenstock. Some aspects while thinking about in for five minutes:- where is the search located: in a course, on mymoodle page?- where does it search?- does it reflect on group memberschip?-...
View ArticleRe: Writing Moodle's Global Search
by Prateek Sachan. Hi Ralf,To answer your queries:where is the search located: in a course, on mymoodle page?Search will be more like a plugin. It will be in your moodle site - integrated inside...
View ArticleContinue button after account creation / registration
by James England. When a user creates a new account, they fill in the registration form and click the "Create my new account" button.This takes them to a new page (the url remains ../signup.php) with...
View ArticleAttachments in welcome messages
by James England. I have two enrolment methods - Paypal and Self-enrolment.Firstly PayPal doesn't seem to have a welcome message option.And neither have the ability to add an attachment.Is there an...
View ArticleRe: [SQL Query] Given a Course ID, find all assignments with a grade greater...
by Sergio Tapia. Thank you very much for your help! This query worked well with a little tweaks here and there, specifically changing the table suffix's.Thanks for your time!
View ArticleRe: Useful SQL Queries?
by Davo Smith. JoseRey - off the top of my head:SELECT u.id, u.firstname, u.lastname, u.emailFROM mdl_user uJOIN (SELECT userid, COUNT(*) cFROM mdl_user_enrolmentsGROUP BY userid) ue ON ue.userid =...
View ArticleRe: Dear moodle community, what features of moodle do your tutors/students...
by Christine Brown. They rarely use the lesson, workshop and database. Basically it comes down to time. These tools are not quick and easy and they take some understanding. Many of our users don't...
View ArticleRe: Useful SQL Queries?
by JoseRey Alo. Thanks Davo for the reply.But I can't find the mdl_user_enrolments table. Oh I'm using Moodle 1.9. Should it be there? Or what should I be looking for instead?
View ArticleRe: Useful SQL Queries?
by Davo Smith. The query I gave was for Moodle 2.x, for Moodle 1.9 you would have to look at the role_assignments table. Note, it is always helpful to state your Moodle version when asking questions...
View ArticleRe: Useful SQL Queries?
by JoseRey Alo. Thanks Davo. Sorry I missed stating my Moodle version the first time. I think I may have found what I'm looking for in that role_assignments table.
View ArticleRe: Continue button after account creation / registration
by Jitendra Gaur. Hi James,To add instruction on after signup page you can edit the "emailconfirmsent" string through language editor.and to hide the continue button you can add following css on theme...
View ArticleRe: Attachments in welcome messages
by Jitendra Gaur. Hi James,Its just a hack, to add you custom welcome message in playpal, you can modify "paymentinstant" (moodle.php) language string through language editor.what kind of attechment...
View ArticleRe: creating new button
by Farhan Karmali. Hi Maria,You can add images to the button using css , if you want to customize your theme , you can add it to your styles.css...
View ArticleModule: Override mandatory Moodle content
by Juicy Frog. Hi,How do I override style of main mandatory content of the moodle page from within a module? The module in question is the quiztimer.I am refering to the <div id="region-main">...
View Article