Form hooks kind of a thing in moodle

Form hooks kind of a thing in moodle

by cantharellus cibarius -
Number of replies: 2

Hi everyone,

I have started developing plugins with moodle very recently. I am trying to do a plugin which should add links to the login page. I did the samething in drupal previously with the help of form hooks. Is there similar form hooks in moodle?

Is there any way of accomplishing this? The plugin which i install should automatically do things for the user. Please help me

Excuse me if this too basic question. I am just starting with moodle

Average of ratings: -
In reply to cantharellus cibarius

Re: Form hooks kind of a thing in moodle

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Moodle != Drupal.

Various possible Moodle-y solutions:

1. Add a HTML block to that page.

2. Use http://docs.moodle.org/24/en/Language_customization to alter the content on that page, including the links you want (providing they are static).]

3. Probably some others ...

Average of ratings: Useful (2)