Drupal - Blocks & Regions

In this chapter, we will study about Drupal Blocks & Regions. Blocks are container objects that are used to organize your content of your website. It can be displayed in the regions on your page.
Following are the simple steps for creating Drupal Blocks.
Step 1 − Click Structure in Drupal as shown in the following screen.
Drupal Block & Regions
Step 2 − Then, click Blocks.
Drupal Block & Regions
Step 3 − Blocks page gets displayed. Click Add block.
Drupal Block & Regions
Step 4 − A block page will gets displayed to create a new custom block as shown in the following screen.
Drupal Block & Regions
The following fields appear on the Blocks page.
  • Block Settings
Drupal Block & Regions
    • Block title − Enter the title for your block.
    • Block description − Enter the description about block.
    • Block body − Enter the content of the block.
    • Text format − Select the format for your text i.e. Filtered HTML, Full HTML, and Plain text.
  • Region Settings
Drupal Block & Regions
    • Bartik (default theme) − Select the region to display block in the theme.
    • Seven (administration theme) − Select the region to display block in the administration theme.
  • Visibility Setting
Drupal Block & Regions
    • Page − Allows displaying blocks on all or specific pages.
    • Content Types − Allows to display the blocks in specific content, i.e. Article or Basic Page.
    • Roles − Allows displaying the blocks for specific types of users, i.e. anonymous user, authenticated user, or administrator user.
    • Users − Allows each user to customize the visibility of block in their settings.
Now, click the Save block after filling all the fields.
Step 5 − You can view the created block as shown in the following screen.
Drupal Block & Regions

No comments:

Post a Comment