Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: NEWMODULE Tutorial.

Development talk:NEWMODULE Tutorial: Difference between revisions

From MoodleDocs
(New page: To get the module starting and running, the version number must be changed in version.php, luckyly I found out this quite fast and kept working, hope to see more plugins developed, but jus...)
 
 
Line 1: Line 1:
To get the module starting and running, the version number must be changed in version.php, luckyly I found out this quite fast and kept working, hope to see more plugins developed, but just thought it would be nice to include the version change step in the tutorial.
To get the module starting and running, the version number must be changed in version.php, luckyly I found out this quite fast and kept working, hope to see more plugins developed, but just thought it would be nice to include the version change step in the tutorial.
== redirect or require ? ==
On the page you are explaining the use of require, but then you switch to redirect for the example.

Latest revision as of 01:12, 13 October 2010

To get the module starting and running, the version number must be changed in version.php, luckyly I found out this quite fast and kept working, hope to see more plugins developed, but just thought it would be nice to include the version change step in the tutorial.

redirect or require ?

On the page you are explaining the use of require, but then you switch to redirect for the example.