> For the complete documentation index, see [llms.txt](https://salsa-digital.gitbook.io/govcms-site-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://salsa-digital.gitbook.io/govcms-site-builder/unit-8-site-building-exercises/views-contextual-filters/exercise-8-6-add-about-author-block-to-news-article.md).

# Exercise 8.6: Add About author block to News article

In this exercise we’ll create an author block.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2Fgovcms-site-builder%2F-LzEeysPiuilE7VSaStD%2F-LzEfAJUmyaoiKMb8l4_%2F115.png?generation=1579737221013347\&alt=media)

## Prepare the site

To maximise this exercise, make sure user accounts have profile images. Out-of-the-box, GovCMS does not have a profile image available. Let’s add it.

1. Navigate to *Configuration* → *People* → *Account settings* → **Manage fields**. You’ll notice that this interface is exactly the same as for *content types*.
2. Add an Image field, using your previous experience adding fields. Make the Image field match the following criteria:

   * **Field type**: Reference > Image
   * **Label**: Profile Image
   * **Machine name**: field\_profile\_image

   <img src="/files/yct5CnPvKQ24Btk8FJtq" alt="Image of New field settings" data-size="original">

   * **Upload destination:** Public files
   * **Default image:** Upload a default generic profile image (you may Google for “user profile placeholder”)
   * **Allowed number of values:** 1

   <img src="/files/dQ2BmwRnmKBxoq8FHtVq" alt="Image of New field settings" data-size="original">

   * **Required field:** yes
   * **File directory:** profile\_photos
   * **Minimum image resolution:** 150x150px
   * **Maximum upload size:** 1MB

   <img src="/files/pKsez0a8n93Nxb3uRkYl" alt="Image of Field settings" data-size="original">
3. Configure **Manage Display**:

   1. Place the **Profile Image** above all fields
   2. Hide the field label - **Visially Hidden**
   3. Apply *Image style*: Medium (220 x 220)

   <img src="/files/dskbGenAGe07bCZyHSpQ" alt="Image of Field settings" data-size="original">
4. **Save** your changes.
5. Add images to the profile of some website users. Alternatively use the *Generate users* function (**Configuration** → **Generate** → **Generate users**).
6. Change the authors of existing content so we have a variety of authors. Edit the “Authoring information” tab in the existing *News and Media* and *Job postings*.

Alternatively use the *Generate content* function (**Configuration** → **Generate** → **Generate content**). Select News and Media, Job posting content types.

**Note:** If the *Generate content function* was used, make sure you publish your *News* and *media* posts. Remember, they’re not published by default due to the *Moderation workflow* in place.

![Image of Authoring information](/files/qjD8nNeT1c2Tk5IhYFaK)

## Add a new View

1. Go to *Structure* → *Views* → **Add View**.
2. Use the following information to fill out the form:

   * **View name:** About the author
   * **Show** “Users” **sorted by** “Unsorted”
   * Select **“Create a block”**
   * **Display format** - *Unformatted list* of *Fields*.
   * Change **Items per block** to 1. Use the defaults for everything else (ensure the settings are as shown in the image below)

   <img src="/files/PDIyHHlJe1lIFHP1ePvN" alt="Image of View create page" data-size="original">
3. **Click Save and edit**

This loads the full **Views editing** screen. The screenshot below correlates to the steps outlined in the next sections.

![Image of full Views editing screen](/files/9uJCoMhg02BFa04rG3gL)

## Add fields to the View

Notice the “Advanced” options available in Views.

1. In the left column, find and edit fields by clicking **Add**.
2. Select **Profile image** (User).
3. Click **Add and configure fields**.
4. On the next configuration popup screen, apply the *Image style* **Medium (220x220)**.
5. Make the image linking to **Content**.
6. **Apply** your changes.
7. Rearrange the **User: Profile Image** field to stay above the **User: Name** field

## Make display dependent on author of content (contextual filter)

1. On the right-hand side, click **Advanced** to expand the settings.
   * Next to **Contextual filters** click **Add**.
2. In the next screen, type “**ID**” into the search field.
   * Select **“User ID”**.
   * Click **Add and configure contextual filters**.
3. In the next screen, select “Provide default value”. This opens extra options.
   * **Type:** “User ID from route context”
   * Toggle **“Also look for a node and use the node author”** to on.
4. Select *Specify validation criteria* under **“When the filter value IS available or a default is provided”** and select **User ID** as **Validator**.

   <img src="/files/7XCJzuClbAgIPKtuMnvT" alt="Image of Provide default value" data-size="original">
5. Click **Apply**.
6. Click **Save** to save the view.

## Check the preview

When you check the preview you’ll notice nothing is displaying. To fix this:

1. Type 1 and click **Update preview**. This pulls in the profile of user/1.
2. Click **Save** at the top of the Views editing screen.

## Place the block and test

Now we can configure the block to display on News and Media articles. The News and Media content type is set up by default to use Panelizer view. The Panelizer view replaces the default GovCMS page layout and provides a way to build a “layout within layout”.

Check the *Manage Display* page of the *News and media* content type - go to *Structure* → *Content types* → *News and media* - **Manage Display**.

![Image of News and media Manage display](/files/ZEj3JCIzNyIpQJmMyW42)

You’ll see that the page has multiple View modes activated. The Full content view mode overrides the page display for our content type. Let’s explore it.

Notice that this display configuration page looks completely different to our Job posting content type. Instead of fields and display modes we see Displays here. By default, the Sidebar right display is used to render our News and Media content.

You may also notice that the Content Editors are allowed to select which display to use. This flexibility provides alternative display options for showing our News and Media articles, but introduces some extra complexity in configuring it.

## Review Panelizer content configuration

Let’s review how the Panelizer content is configured. We’ll practice placing the Content Author block in our News and Media articles.

1. Click the **Edit** button in the Sidebar Right (2:1) row

   ![](/files/yn0o7tKNWIduJ1FKCZdr)
2. Click the **Content** vertical tab on the left:

   <img src="/files/-LzEfAJcooV_VbdFDdt9" alt="Image of General Settings - Content" data-size="original">
3. Explore the Content page. See how it has their own regions defined

   <img src="/files/-LzEfAJd0eYHCoZx2WNM" alt="Image of Content page Regions" data-size="original">
4. Click the **Add new block** button at the top of the page
5. Under the Lists (Views), locate the block we prepared earlier:

   <img src="/files/-LzEfAJeqEa5lHCNiLmV" alt="Image of About the Author lists view" data-size="original">
6. Select **Sidebar** region and **Add block**

   <img src="/files/-LzEfAJfbI3AbljUPJbU" alt="Image of Add block to Sidebar" data-size="original">
7. Position the About the author block below other blocks within the Sidebar region

   <img src="/files/-LzEfAJgUcXW1Mz4oQT1" alt="Image of Position block" data-size="original">
8. Click Update and Save

Test it by navigating to a published News and Media article. You may update the content of the page and the Authoring information, to check how the display changes.

Logout and test: Can anonymous users see the block?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://salsa-digital.gitbook.io/govcms-site-builder/unit-8-site-building-exercises/views-contextual-filters/exercise-8-6-add-about-author-block-to-news-article.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
