mini lessons

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.

Mini Lesson Notes on hook_perm

INTRODUCTION


Another Mini Lesson from Dimitri's famous hook Series ,(I hope he keep giving more of his MiNi hook charm to drupal-dojo) this one is about permissions and will concentrate on hook_perm. The lesson is effective n prompt as the other two and will armour developer with the basics of hook_perm in hands on approach. All you need to know at this point of class notes is that hook_perm has something to do with authorization and permissions in drupal, Rest everything you will learn as you progress in this class notes. Read more

Mini Lesson Class Notes -- hook_form_alter (Drupal 5 based)

Introduction

Note: Although the material covered here is valid for later versions of drupal, the signature of hook_forms_alter() changed in Drupal 6, so the exact examples will not work correctly. The new signature is hook_form_alter(&$form, $form_state, $form_id)

These are class notes for dmitrig01's mini-lesson on hook_form_alter which I found very effective and useful. The lesson is based on a hands-on approach where you actually write some PHP code and see things happening in your Drupal Test Environment. This lesson concentrates on Form manipulation which can be used by module writers to write interesting modules or administrators to enhance the content of a typical installation according to their needs. Beginners are encouraged to type along with the lesson to understand better.

Read more
Subscribe with RSS Syndicate content