- π³πΏNew Zealand quietone
This about the Forum module, changing component.
Forum is approved for removal. See #1898812: [policy] Deprecate forum module for removal in Drupal 11 β
This is now Postponed. The status is set according to two policies. The Remove a core extension and move it to a contributed project β and the Extensions approved for removal β policies.
It will be moved to the contributed extension β once the Drupal 11 branch is open.
- Status changed to Active
12 months ago 1:57am 24 April 2024 - Status changed to Closed: won't fix
11 months ago 8:45am 2 May 2024 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
There's the option to change the sort order in forum settings:
$order = [ 1 => $this->t('Date - newest first'), 2 => $this->t('Date - oldest first'), 3 => $this->t('Posts - most active first'), 4 => $this->t('Posts - least active first'), ];