Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

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.