
3.2.x Extensions Database 3.2 / 3.3 ⇒ ListSubforumsInColumns
-
kaptangula
- Users

- Posts: 102
- Joined: 8 years ago
ListSubforumsInColumns
Gfksx/ListSubforumsInColumns 


You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
NAPWR
- Donator

- Posts: 49
- Joined: 9 years ago
Re: ListSubforumsInColumns
Something we needed 
My name is Dave I, and all things are out there, and we are in here 
-
vince
- Users

- Posts: 17
- Joined: 6 years ago
Re: ListSubforumsInColumns
Can this be uploaded in zip format plz
-
dmzx
- Founder

- Posts: 6559
- Joined: 12 years ago
Re: ListSubforumsInColumns
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
vince
- Users

- Posts: 17
- Joined: 6 years ago
Re: ListSubforumsInColumns
Tested on 3.3 with no luck any update coming for 3.3?
-
dmzx
- Founder

- Posts: 6559
- Joined: 12 years ago
Re: ListSubforumsInColumns
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
TheDjRider
- Users

- Posts: 13
- Joined: 7 years ago
Re: ListSubforumsInColumns
I got an error, my borad version is 3.3.3
Code: Select all
../ext/gfksx/ListSubforumsInColumns/config/services.yml" does not contain valid YAML
-
TheDjRider
- Users

- Posts: 13
- Joined: 7 years ago
Re: ListSubforumsInColumns
I just update my version to 3.3.4 and the error came again.
Code: Select all
does not contain valid YAML: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 5 (near "- @user").-
max-ima
- Users

- Posts: 139
- Joined: 4 years ago
Re: ListSubforumsInColumns
Find services.yml
Code: Select all
services:
gfksx.ListSubforumsInColumns.listener:
class: gfksx\ListSubforumsInColumns\event\listener
arguments:
- @user
- @request
tags:
- { name: event.listener }
_defaults:
public: trueReplace with services.yml
Code: Select all
services:
gfksx.ListSubforumsInColumns.listener:
class: gfksx\ListSubforumsInColumns\event\listener
arguments:
- '@user'
- '@request'
tags:
- { name: event.listener }
_defaults:
public: true-
max-ima
- Users

- Posts: 139
- Joined: 4 years ago
Re: ListSubforumsInColumns
Checked on 3.3.7 and it works.
-
max-ima
- Users

- Posts: 139
- Joined: 4 years ago
Re: ListSubforumsInColumns
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.


