OT: could you pls put it on the right-upper corner of my avatar?
like this?3Di wrote: Mon Dec 25, 2017 11:07 pm OT: could you pls put it on the right-upper corner of my avatar?
Poster incorrect works just fine in 3.2.4Galixte de EzCom wrote: Thu Dec 06, 2018 2:25 am Extension abandoned, not compatible with phpBB 3.2.x.
Yes, not sure why you didn't state that originally.
Time to change my hat still.
Replace contents of services.yml file. On -donross wrote: Tue Dec 15, 2020 2:10 pm Oops, doesn't work for me with 3.3.2.
With 3.3.0 worked as usual perfect.
With 3.3.2 got a blank index page.
Don
Code: Select all
services:
phpbbmodders.holidayflare.listener:
class: phpbbmodders\holidayflare\event\listener
arguments:
- '@config'
- '@template'
tags:
- { name: event.listener }
Incorrect, you want single quotes not double quotes.RomaamoR wrote: Tue Dec 15, 2020 2:56 pm Replace contents of services.yml file. On -Code: Select all
services: phpbbmodders.holidayflare.listener: class: phpbbmodders\holidayflare\event\listener arguments: - "@config" - "@template" tags: - { name: event.listener }