I just tested this extension on my test forum in version 3.3.2 (php 8.0.0RC4)
First you have to rename the Special-Title-master folder to specialtitle
Then in FTP go here on the server: ./ext/dmzx/specialtitle/config
Open the services.yml file and replace the entire content with this one:
Code: Select all
services:
dmzx.specialtitle.listener:
class: dmzx\specialtitle\event\listener
arguments:
- '@request'
- '@template'
- '@user'
- '@auth'
- '@dbal.conn'
- '%core.root_path%'
- '%core.php_ext%'
tags:
- { name: event.listener }
Look here: https://phpbb-forum.ovh/ssl/viewtopic.php?f=20&t=250