Provide Template file for forum topic(s)

Created on 22 June 2023, over 1 year ago
Updated 3 July 2023, over 1 year ago

Problem/Motivation

Forum topic markup is defined in PHP, not in a Twig template.

        $row[] = [
          'data' => [
            $topic->icon,
            [
              '#markup' => '<div class="forum__title"><div>' . $topic->title_link . '</div><div>' . $topic->submitted . '</div></div>',
            ],
          ],
          'class' => ['forum__topic'],
        ];

Steps to reproduce

Proposed resolution

Add a forum-topics.html.twig for the topics listup (/forum/x).

Remaining tasks

User interface changes

API changes

Data model changes

โœจ Feature request
Status

Fixed

Version

11.0 ๐Ÿ”ฅ

Component

forum.module

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024