Setting up display blocks on a static page (homepage)

⚠️ Documentation to be tested on Pod v4.

This section only concerns ESUP-Pod version 3.6.0 and later. Since this version, displaying the latest videos on the homepage has been replaced by the use of blocks. A default block (Latest videos) is created to keep the equivalent. To display upcoming events, if you have enabled “live”, you must add a block of type “Upcoming events”. The following variables are deprecated (they are now configurable in each block):

  • HOMEPAGE_SHOWS_PASSWORDED
  • HOMEPAGE_SHOWS_RESTRICTED
  • HOMEPAGE_VIEW_VIDEOS_FROM_NON_VISIBLE_CHANNELS
  • HOMEPAGE_NB_VIDEOS
  • SHOW_EVENTS_ON_HOMEPAGE

This feature allows you to “decorate” your static pages, and mainly your homepage, by adding customizable content blocks. For example, you can add a carousel whose content is a channel, or a list of the most viewed videos. This configuration is done in the administration interface, tab Main configurations → Blocks.

Types of block

The carousel (or slider) allows you to display full-width content that can scroll.

Carousel

Just like the carousel, this type allows you to display several thumbnails (configurable) on the same line, with scrolling enabled.

Multiple carousel

Card list

This is the standard display mode in the form of cards.

Card list

HTML

You can add HTML content through this block. This allows you, for example, to insert a <br> tag between each block.

Types of data

Channel

Displays all videos contained in a channel. If the channel contains themes, the videos from those themes will also be included.

Theme

Displays all videos contained in a theme.

Playlist

Displays all videos contained in a playlist.

Latest videos

Displays the most recently added videos on the ESUP-Pod platform (configurable).

Most viewed

Displays the most viewed / accessed videos (configurable).

Upcoming events

Displays upcoming events if the “LIVE” option is enabled (configurable).

Configuring the addition or modification of a block