Re: 3 field login form
by Ankit Agarwal. Hi,You can edit the login form present in /login and than modify authenticate_user_login() to pass and use what the way you want to use it. There might be other simpler ways to do...
View ArticleRe: Ideas needed for course settings page refactor
by Séverin Terrier. Hi Colin,I totally agree with all your suggestions!I like the show/hide editing tools, and also the ability to have several elements on the same line.Changing informations in...
View ArticleRe: Dear Moodle, can we drop tinymce yet?
by Joseph Rézeau. Mauno "There may be 3 worlds we live in - the past, today and the future world. Most of us might like to live in the future world where everything is easier and cool - but we can't...
View ArticleReplace or change registration / profile page
by Andrew Akhtar. HiI've to create a user registration /profile page that will include some new fields and hide or remove unwanted fields. Some of the fields to be hidden/removed are required, so a...
View ArticleRe: Replace or change registration / profile page
by Richard Oelmann. Could you do this without the need for a new plugin? - Hide the unwanted fields using css in your theme and add the new fields as custom user profile fields?
View ArticleRe: Multi-client moodle configuration
by Hashir Kidwai. Hello Michael,This is Hashir Kidwai. I am new to moodle and trying to implement ELIS with moodle to support multiple schools. Can you please guide me how to integrate moodle with...
View ArticleRe: Self-enrolment link in a block
by Sam Booth. Thanks for the suggestion. I didn't realize that is_enrolled() was still in use.Attached is a working version of the block, for reference.
View ArticleRe: 3 field login form
by kunle Omoyeni. Thanks Ankit i will love a detailed help. U said there may simpler ways of doing it How? pls its urgent . If there are other open source that can be used for that pourpose ,i will...
View ArticleLMS accessibility overview
by Tim Hunt. http://blog.bargirangin.com/2013/03/a-comparison-of-learning-management.html
View ArticleRe: Courses ID's in mdl_user_enrolments dont match with the ID's in mdl_courses
by Ignacio Boado Diego. In case someone gets to the same problem, i finally figured out what was going on:I found that there is a table called "mdl_enrol", wich contains the 3 types of enrolments...
View ArticleRe: Replace or change registration / profile page
by Andrew Akhtar. Richard, css is a good suggestion and works to hide the fields. The only problem is I still need to set default values for the required fields. I tried adding javascript to a block...
View ArticleRe: LMS accessibility overview
by Tim Hunt. Just to be clear, all I did was post the link. That report is someone else's hard work
View ArticleRe: Replace or change registration / profile page
by Richard Oelmann. If you can't set default values on existing profile fields, can you replace the ones you need by using similar custom fields? Is it essential for your purposes to use the built in...
View ArticleShow info in Block
by Eduardo Alves. Hi guys.I need to search in vLex (a database with books, documents, etc).Well, i made a plugin(php) that search and gives in json format, need some adjusts but works.But i need to...
View ArticleRe: Show info in Block
by Michael de Raadt. Hi, Edwardo.It is certainly possible to use PHP to gather the content of a block. You will need to build up your content in the get_content() method of the block class.I recommend...
View ArticleRe: LMS accessibility overview
by Michael de Raadt. Thanks to the authors for doing such work and to Chetz and Tim for sharing it.Moodle isn't on top according to that study (and ranked poorly on some scales). Hopefully, with our...
View ArticleRe: Semantic web
by Rogers Bhalalusesa. I am also interested in connecting Moodle to my own repository using Semantic Web. I need to develop a semantic web model to show how this is done.
View ArticleRe: Dear Moodle, can we drop tinymce yet?
by Richard Oelmann. Quote:The main method to encourage tutors to create engaging content with a standard Moodle install is trainingPoalo...
View Article