Monday, August 8, 2011

List which is basic Drupal Questions

* Drupal Basics – Node, Module, Teaser, theme, Path, taxonomy, Patch, Region, 
Block, Menu
    * Installation of Drupal, steps and how to upload it on the 
live site from the local Machine.
    * Core Module in Drupal, their Names and their Functionalities.
    * Hook, Node Concepts
    * Functions and their Functionalities for – t() Function, 
l() function, Watchdog functions etc
    * Theme System in Drupal.
    * Themes and Theme Templates.
    * Theme Engines (Interface between the Drupal Core and 
the theme template).
    * Theme Hooks (Provide a way of interaction between the 
Modules and theme)
    * Theme Template structure and different sections as Page.tpl.php, 
node.tpl.php, block.tpl.php, box.tpl.php, etc
    * Derivative themes or Sub themes or Theme inheritance 
concepts that came into existence in Drupal 6, about it and 
its functionalities.
    * Steps to create a derivative theme and how to move for 
creating the theme from Derivative themes to a new theme 
right from scratch.
    * Theme function.
    * Where the Drupal theme functions are defined?
    * How the Drupal Theme functions can be overridden.
    * How to Implement the AJAX Effects on the Block modules in Drupal 6
    * Theme registration and the concepts in Drupal 6.
    * CCK modules and its importance with major functionalities.
    * How to create a Module.
    * How to insert the database table schema from the Modules 
when they areinstalled and remove the table scheme when they are 
un-installed (modules.)
    * User, Permission, Role in Drupal
    * How the Drupal database works?

No comments:

Post a Comment

Followers