Skip to main content
deleted 25 characters in body
Source Link
Gladiator
  • 650
  • 1
  • 8
  • 26
  1. In the contextual filters click on override title and set it to %1
  2. Specify validation criteria to taxonomy term and select the vocabulary
  3. Leave the views title empty.

There are 2 ways to do thisThis will set the present's term's title as the view's title.,

  • Method 1:

    1. Click on the board's display and set the title to board.
    2. Click on the staff's display and set the title to staff.

    This will do it, because the views will take title from the display.

  • Method 2:

    Implements hook_views_pre_render and change the title based on the board and people.

If need you can add "text" %1 to display the text appended to the term's name.

There are 2 ways to do this.,

  • Method 1:

    1. Click on the board's display and set the title to board.
    2. Click on the staff's display and set the title to staff.

    This will do it, because the views will take title from the display.

  • Method 2:

    Implements hook_views_pre_render and change the title based on the board and people.

  1. In the contextual filters click on override title and set it to %1
  2. Specify validation criteria to taxonomy term and select the vocabulary
  3. Leave the views title empty.

This will set the present's term's title as the view's title.

If need you can add "text" %1 to display the text appended to the term's name.

Improved syntax, removed unneeded quote block.
Source Link
Mołot
  • 21.9k
  • 8
  • 61
  • 113

There are 2 ways to do this.,

Method 1 :

  1. Click on the board's display and set the title to board.
  2. Click on the people's display and set the title to staff.
  3. This will do it, because the views will take title from the display.

Method 2 :

Implements hook_views_pre_render and change the title based on the board and people.

  • Method 1:

    1. Click on the board's display and set the title to board.
    2. Click on the staff's display and set the title to staff.

    This will do it, because the views will take title from the display.

  • Method 2:

    Implements hook_views_pre_render and change the title based on the board and people.

There are 2 ways to do this.,

Method 1 :

  1. Click on the board's display and set the title to board.
  2. Click on the people's display and set the title to staff.
  3. This will do it, because the views will take title from the display.

Method 2 :

Implements hook_views_pre_render and change the title based on the board and people.

There are 2 ways to do this.,

  • Method 1:

    1. Click on the board's display and set the title to board.
    2. Click on the staff's display and set the title to staff.

    This will do it, because the views will take title from the display.

  • Method 2:

    Implements hook_views_pre_render and change the title based on the board and people.

Source Link
Gladiator
  • 650
  • 1
  • 8
  • 26

There are 2 ways to do this.,

Method 1 :

  1. Click on the board's display and set the title to board.
  2. Click on the people's display and set the title to staff.
  3. This will do it, because the views will take title from the display.

Method 2 :

Implements hook_views_pre_render and change the title based on the board and people.