User profile preview layout(view.php)
by victor temmy. Hello guys I need to reconfigure moodle 1.9 user profile page layout. I include a table of 7 rows and 7 columns throw text area( in user profile field) it works well. But the output...
View ArticleRe: Jquery
by Marcus Green. Much as I love jQuery, Yahoo YUI is the default library for such things in Moodle. There seems to be a nice popup calendar in YUI that could be used for date purposes.
View Articledeveloping addon for all Lms
by Vijay N. Hi All,This question is not specific to Moodle but is general to all Lms systems.What methods can we adopt if we want to develop a plugin/ addon that will work with all types of lms...
View ArticleRe: developing addon for all Lms
by Marcus Green. It is not possible to create a plugin or addon that will work with all types of LMS, they all work very differently. You could create something that uses web services that are...
View ArticleRe: developing addon for all Lms
by Rex Lorenzo. Look into LTI (Learning Tools Interoperability): http://www.imsglobal.org/toolsinteroperability2.cfmAll the major LMS have support for this protocol.
View ArticleRe: Moodle moodleform::validation()
by delta force. Thanks for your response Tim. I got the reason why it was not working because i was creating blank county and city drop down on page load. So to fix it i simply displayed counties and...
View ArticleRe: developing addon for all Lms
by Marcus Green. Rex, that is much more useful than my response .
View ArticleRe: Moodle moodleform::validation()
by delta force. Hey Tim,I actually overlooked. sorry for that... can you please instruct that how can i create a new formslib field type OR Hack the form definition code?
View ArticleNew to moodle!
by Jayesh Anandani. I am new to the world of open source!From last few days i have been using moodle,reading its documents and all necessary things to get started upon!But i am having confusion in...
View ArticleExporting Moodle Functions
by Gregory JB. Good moring. Recently, I built a Facebook application that allows users to use Moodle's forums from Facebook. I wrote php scripts by hand that pull and push data for discussions and...
View ArticleRe: New to moodle!
by Mary Evans. Hi,To answer your questions:1. Well that depends on what your knowledge of PHP, AJAX, JavaScript, SQL, HTML, CSS are. There are some very easy bugs mainly to do with Moodle Themes. Like...
View ArticleRe: New to moodle!
by Jayesh Anandani. Joseph Rézeau:I am new to open source world! I am keen to help by contributing for moodle and for that i need to understand how to start fixing bug! I know i am a beginner but i...
View ArticleRe: New to moodle!
by Jayesh Anandani. Rex LorenzoThe links you provided were indeed very helpful!
View ArticleRe: New to moodle!
by Jayesh Anandani. Michael de RaadtGsoc is secondary thing.I want to contribute to open source as i am on early stage of learning.I want to interact with different kind of people and contribute as...
View Articledon't understand this evaluation
by Danny Wahl. I'm rewriting the renderer for login_info() for a theme but there's one conditional that doesn't make sense to me (I mean I think I understand what it's doing - but I don't know why...
View ArticleRe: don't understand this evaluation
by Dan Poltawski. It's trying to avoid a database query by taking advantage of short-circuit execution. See http://php.net/manual/en/language.operators.logical.phpIf is_mnet_remote_user returns false...
View ArticleInvalid Course Module ID
by Henrik Thorn. I've created an activity module from the NEWMODULE template, which is causing some troubles. The module works fine besides that it is not included into the modinfo for the Course....
View ArticleRe: developing addon for all Lms
by Vijay N. Hi Guys,Thanks for the above. I am looking at the above tool - quite a lot to read on this LTI. Although this tool is useful - we need to first think about the base line - interms of how...
View ArticleOpen sourcing EduPrisitne's Moodle
by ankit mittal. Hi All,We have been working with moodle, and modifying it considerably to be used as a complete online training platform. More details on our features can be found here and here. We...
View Article