Tips for Drupal Beginners

Tips for Drupal Beginners

  • Having balance flexibility
  • Simplicity
  • User Management
  • Content Management System and Framework
  • Provides a raw material, from which you can filter and present with a clear vision and design ( you should need programming language )
  • Node : A single piece of an entity such as page of blog, topic of forum etc
  • Entity : A collection of nodes based on nature such as blog, forum
  • Comments : Visitors or registered members can reply on each node (manageable by admin end)
  • Taxonomy : An internal library of words
  • User : A type of entity who can manage the site
  • Module : A extendable code to enhance the functionality
  • Regions & Blocks : Repeatidly pages which we includes in our site such as header, footer etc
  • Menus : Drupal 7 have 4 types of menus which includes top site manage, administration menu and 2 other menus
  • Themes : The design of site
  • Views : views means people can set their view as per their need ( a registered person can change view for his self )
  • Database : MySQL database which is based on EAV (entity attribute valu)
  • Path : SEO Friendly URL management
  • Bootstrap : CPU of Drupal or a file where all enabled modules and necessory things included which are ready to use for Drupal
  • Content Types : Articles, basic pages, bookpages, forum topics, polls and custom types.