Working with a Drupal site Flashcards
List the top-level entries under Manage on a core Standard installation
- Content
- Structure
- Appearance
- Extend
- Configuration
- People
- Reports
- Help
What are contextual links?
They take you to some of the same pages that can be accessed through the admin menu, but are positioned near where the related content is displayed on your site. A pencil icon is used to indicate a contextual link.
How do you navigate to edit the basic site information, such as site name?
Manage > Configuration > System > Basic site settings
How do you change the time zone of your site?
Manage > Configuration > Regional and language > Regional settings
How do you install a module?
- Manage > Extend, check the box(es) for the modules you want to install, click ‘Install’
- drush en module_short_name
How do you clear all caches?
- Manage > Configuration > Development > Performance and click ‘Clear all caches’
- drush cache-rebuild (cr)
How do you uninstall a module?
- Manage > Extend > Uninstall, check the box(es) for the module(s) you wish to remove and click ‘Uninstall’
- drush pm-uninstall (pmu) module_short_name
Where can you manage who can register user accounts?
Manage > Configuration > People > Account settings
The setting is under Registration and Cancellation
Who is a user of your site?
A user is anyone who visits your website, including you, whether or not they have an account.
What is the difference between permissions and rules?
Permissions are very granular and determine specific access, while roles bundle sets of permissions together to make them easier to assign to different users.
What are Permissions?
The ability to do actions on your site is governed by permissions, each one has a name and covers an action or a small subset of actions.
What are Roles?
Permissions are grouped into roles rather than being granted on an individual level. You can grant one or more roles on your site. Roles supplied by core are Anonymous, Authenticated and Administrator.
What is the user 1 account?
The first user account created during site installation. Independent of assigned roles, user 1 has permission to do all actions on the site. Also referred to as the root user.
Why is it better to have individual user accounts rather than all admin users login using the user 1 account?
- Actions are logged so easier to know who carried them out
- Admin role permissions can be modified to be made safer than the user 1 permissions
- Can assign/unassign roles from a user as their responsibilities change
- Content or comment authors can be tracked which will not be helpful if everyone is using the same account
How do you create a user role?
Manage > People > Roles and click ‘+ Add role’