Content Modeling Flashcards

1
Q

How to Administer and Approve Comments

A

Go to Manage > Content > Comments . You can look at the published comments page and select one or more comments to unpublish or delete using the checkboxes next to each comment. Then use the dropdown above under “Update Options” to select one of the following options from the list: Unpublished or Delete.

To approve unpublished comments click the “Unapproved Comments” tab and select whether to publish or delete comment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Detailed Comment Documentation

A

When enabled the Drupal comment module creates a discussion board for each Drupal node. An administrator can give comment permissions to user groups, and user can (optionally) edit their last comment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

User control of comment display

A

Attached to each comment board is a control panel for customizing the way that comments are displayed. Users can control the chronological ordering of posts and the number of posts to display on each page.

Additional settings include:
Threaded – Displays the posts grouped according to conversations and subconversations.
Flat – Displays the posts in chronological order, with no threading whatsoever
Expanded – Displays the title and text for each post.
Collapsed – Displays only the title for each post.

When a user chooses save settings, the comments are then redisplayed using the user’s new choices.

Note: Administrators can set the default settings for the comment control panel, along with other comment defaults in administer&raquo_space; comments&raquo_space; configure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Additional Comment Configurations

A

Comments behave like other user submissions in Drupal. Filters, smileys and HTML that work in nodes will also work with comments.

Administer&raquo_space; Access control&raquo_space; permissions
Access comments – allows users to view comments
Administer comments – Allows users complete control over configuring, editing ,and deleting all comments.
Post comments – Allows users to post comments into an administrator moderation queque.
Post comments without approval – Allows users to directly post comments, without the administrator having to publish the comments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Create a New comment type

A

Navigate to admin/structure/comment –Add a title description and choose the entity type “content”. This will make the comment type available to use , when you add the comment field to your other content types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

User Permission for Content

A

You have to be an administrator to configure user permission.

Go to Administer > People > Permissions.

In the comments section enable or disable permissions for each role: 
administer comments and comment settings
view comments
Post comments 
Skip Comment approval 
Edit own content.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Administer a content type’s comment settings

A

Go to the Content Type - Manage Fields - Click Edit next to Comment. Here you can specify several different settings (some options will not appear until you’ve selected a certain setting).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Adding fields to the comments for a comment type

A

You can add a number of types of fields to Comment type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Choosing and installing multilingual modules

A
Unlike previous versions of Drupal, most of the functionality that you need to build a multi-lingual site is provided by the following 4 modules in Drupal core, rather than a suite of many contribute modules. 
Language 
Local (Interface Translation)
Content Translation module
Configuration Translation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Language Module

A

The base module needed for any non-English or multi-lingual site. Allows users to configure languages and how page languages are chosen and apply languages to content. We can assign a language to everything, nodes, users, views, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Local (Interface Translation) module

A

Translates the built in user interface your added modules and themes. Whenever the Interface Translation module encounters text, it tries to translate it into the currently selected language.

The Interface Translation module provides two options for providing translations. (you can import translations .po files or you can use integrated web interface).

Note: Enabling the Interface translation module itself does not create or add any translations to the site. You need to import translations or create string translations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Content Translation Module

A

Allows users to translate content entitites. Allows you to to translate your site content into different languages

In Drupal 8, the main method for translating content is to use the core Content Translation module. Only a single node or entity is created. The entity is language independent.

To configure Configuration - Content languages and transition

This module allows you to decide whether each type of content entity should be translatable or not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Configuration Translation

A

Provides a translation interface for configuration such as field labels, text used in Views, site name, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Install a Language

A

Enable the Interface Translation module
Go to the language config page
Add the languages you want
Set a default language (never change default language otherwise it will break)
Continue with the Automatic or Manual method below to update translations.
Automatic method – make sure update manager module is enabled. Go to Reports - Available translation updates - click the link check manually
Manual method – download the translation files from localalize.drupal.org
Upload translation files to your site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Enable Language negotiation

A

By default, Drupal includes support for language negotiation using a variety of methods. This means your site can offer multilingual content without forcing the user to choose their language before entering the site. No need to use a splash page to choose a language when you use Drupal.

Built in methods for negotiating language:
URL
Session parameter
User (follow user's language preference)
Browser (determine language of browser)
Default language

You can enable and re-order these methods in Configuration - Regional and Language - Languages > Language Detection and Selection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Blocks

A

Blocks are boxes of content rendered into an area or region that can be displayed in regions.

In Drupal 8 you can create a type of Block

17
Q

Add a link to menu

A

Go to the Structure - Menus
In Menu title field entee the title as displayed in the menu
In the link field enter a path for the link
In the description field, enter the text that will be diesplayed when user hovers over link.
Links with lighter weight will display heigher.