<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
-
kaptangula
- Users

- Posts: 102
- Joined: 17 Sep 2018, 22:47
Post
by kaptangula »
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 Online
- Donator

- Posts: 47
- Joined: 21 May 2017, 14:30
Post
by NAPWR »
Something we needed

My name is Dave I, and all things are out there, and we are in here

-
vince
- Users

- Posts: 17
- Joined: 15 Feb 2020, 14:01
Post
by vince »
Can this be uploaded in zip format plz
-
dmzx Online
- Founder

- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Post
by dmzx »
vince wrote: 22 Jun 2020, 17:48
can this be uploaded in zip format plz
gfksx.zip
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: 15 Feb 2020, 14:01
Post
by vince »
Tyvm +1
-
vince
- Users

- Posts: 17
- Joined: 15 Feb 2020, 14:01
Post
by vince »
Tested on 3.3 with no luck any update coming for 3.3?
-
dmzx Online
- Founder

- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Post
by dmzx »
vince wrote: 22 Jun 2020, 18:16
tested on 3.3 with no luck any update coming for 3.3?
gfksx.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
ironside
- Users

- Posts: 19
- Joined: 03 May 2020, 08:58
Post
by ironside »
No it does not work on 3.3.1
Proute To Be French

-
spaceworld
- Users

- Posts: 14
- Joined: 07 Feb 2018, 19:21
Post
by spaceworld »
Hello
For me it's perfect on 3.3.2 ...

-
TheDjRider
- Users

- Posts: 13
- Joined: 13 May 2019, 18:24
Post
by TheDjRider »
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
-
martin
- Admin

- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Post
by martin »
Just installed this on 3.3.4 and all good.
-
TheDjRider
- Users

- Posts: 13
- Joined: 13 May 2019, 18:24
Post
by TheDjRider »
martin wrote: 26 Aug 2021, 01:19
Just installed this on 3.3.4 and all good.
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").
I read somewhere for "full package upgrade method" probably that will help.
-
max-ima
- Users

- Posts: 139
- Joined: 25 Mar 2022, 07:11
Post
by max-ima »
Find services.yml Code: Select all
services:
gfksx.ListSubforumsInColumns.listener:
class: gfksx\ListSubforumsInColumns\event\listener
arguments:
- @user
- @request
tags:
- { name: event.listener }
_defaults:
public: true
Replace 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: 25 Mar 2022, 07:11
Post
by max-ima »
Checked on 3.3.7 and it works.
-
max-ima
- Users

- Posts: 139
- Joined: 25 Mar 2022, 07:11
Post
by max-ima »
List subforums in columns_2.1.0-Slovenian.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.