
Part 2:
In our previous blog post, we gave a brief intro to some terms that we believe are necessary to understand the basics of Drupal. Here we have what we believe to be the next round of terms that we consider necessary to understanding those basics. Recently, we had the opportunity to assist Matrix AMC in migrating from Drupal 6 to Drupal 8. They were unable to use their website because of the version of Drupal that their website was hosted on was out of date and no longer supported by the Drupal community. While these specific terms are consistent across Drupal versions, they are crucial to understanding the importance of being up to date in with your version of Drupal.
Key Terms:
- Block - the boxes visible in the regions of a Drupal website.
- Region - defined areas of a page where content can be placed. Different themes can define different regions so the options are often different per-site. Basic regions include:
- Roles - a name for a group of users, to whom you can collectively assign permissions. There are two predefined, locked roles for every new Drupal installation:
- WYSIWYG - What You See Is What You Get; An acronym used in computing to describe a method in which content is edited and formatted by interacting with an interface that closely resembles the final product.
- Book - a set of pages tied together in a hierarchical sequence, perhaps with chapters, sections, or subsections. Books can be used for manuals, site resource guides, Frequently Asked Questions (FAQs), etc.
- Breadcrumbs - the set of links, usually near the top of the page, that shows the path you followed to locate the current page.
- Form mode - this is a way to customize the layout of an entity's edit form.
- Multisite - a feature of Drupal that allows one to run multiple websites from the same Drupal codebase.
- Patch - a small piece of software designed to update or fix problems with a computer program or its supporting data.
- User - the user interacting with Drupal. This user is either anonymous or logged into Drupal through its account.
Refer to Drupal.org for any other questions!
