phpbb3.3.0 - Sortables Captcha
phpbb3.3.0
Just a reminder, this extension is not yet working in phpbb3.3.0
Sorry! My English is bat !!!
-
- Registered User
- Posts: 6613
- Joined: Sat Aug 30, 2014 1:30 pm
Re: phpbb3.3.0
Change the services.yml to:
after that it will work
Code: Select all
imports:
- { resource: tables.yml }
services:
derky.sortablescaptcha.captcha.sortables:
class: derky\sortablescaptcha\captcha\sortables
calls:
- [set_name, [derky.sortablescaptcha.captcha.sortables]]
arguments:
- '@dbal.conn'
- '@cache.driver'
- '@config'
- '@log'
- '@request'
- '@template'
- '@user'
- '%derky.sortables.tables.questions%'
- '%derky.sortables.tables.answers%'
- '%derky.sortables.tables.confirm%'
tags:
- { name: captcha.plugins }
-
- Registered User
- Posts: 46
- Joined: Fri Jun 13, 2008 10:24 pm
-
- Registered User
- Posts: 6613
- Joined: Sat Aug 30, 2014 1:30 pm
Re: phpbb3.3.0
Still doesn't work for me with 3.3.0
I receive this error:
I receive this error:
Code: Select all
PHP Fatal error: Uncaught Twig\\Error\\LoaderError: Unable to find template "@derky_sortablescaptcha/captcha_sortables.html" (looked into: ) in "ucp_register.html" at line 138.
-
- Registered User
- Posts: 6
- Joined: Wed Oct 01, 2008 8:54 pm
Re: phpbb3.3.0
Also really need this!
-
- Registered User
- Posts: 119
- Joined: Mon Nov 11, 2019 1:04 pm
Re: phpbb3.3.0
Until a new version is released, please apply this manual change if you want to use it on phpBB 3.3:
https://github.com/Derky/Sortables-CAPT ... l/19/files
https://github.com/Derky/Sortables-CAPT ... l/19/files
-
- Development Team Member
- Posts: 4882
- Joined: Sun Apr 10, 2005 9:58 am
- Location: Netherlands
Re: phpbb3.3.0
Dont know how to do it
-
- Registered User
- Posts: 370
- Joined: Fri Dec 10, 2004 5:16 pm
- Location: Norway
Re: phpbb3.3.0
ext/derky/sortablescaptcha/config/services.yml
Change the file content is this:
Code: Select all
imports:
- { resource: tables.yml }
services:
derky.sortablescaptcha.captcha.sortables:
class: derky\sortablescaptcha\captcha\sortables
calls:
- [set_name, [derky.sortablescaptcha.captcha.sortables]]
arguments:
- '@dbal.conn'
- '@cache.driver'
- '@config'
- '@log'
- '@request'
- '@template'
- '@user'
- '%derky.sortables.tables.questions%'
- '%derky.sortables.tables.answers%'
- '%derky.sortables.tables.confirm%'
tags:
- { name: captcha.plugins }
Sorry! My English is bat !!!
-
- Registered User
- Posts: 6613
- Joined: Sat Aug 30, 2014 1:30 pm
Re: phpbb3.3.0
And also
ext/derky/sortablescaptcha/config/tables.yml
Code: Select all
parameters:
derky.sortables.tables.questions: '%core.table_prefix%sortables_questions'
derky.sortables.tables.answers: '%core.table_prefix%sortables_answers'
derky.sortables.tables.confirm: '%core.table_prefix%sortables_confirm'
-
- Development Team Member
- Posts: 4882
- Joined: Sun Apr 10, 2005 9:58 am
- Location: Netherlands
Re: phpbb3.3.0
Working now. Thanks!
-
- Registered User
- Posts: 119
- Joined: Mon Nov 11, 2019 1:04 pm
Re: phpbb3.3.0
Thanks!
With the indications to edit tables.yml and services.yml works perfect in 3.3.0.
Again, thanks!
With the indications to edit tables.yml and services.yml works perfect in 3.3.0.
Again, thanks!
-
- Registered User
- Posts: 125
- Joined: Thu Feb 16, 2017 2:52 pm
Re: phpbb3.3.0
Didnt get it. Could someone uplosd the mofified files I need?:-)
-
- Registered User
- Posts: 370
- Joined: Fri Dec 10, 2004 5:16 pm
- Location: Norway
Re: phpbb3.3.0
See above.BigDrago wrote:Didnt get it. Could someone uplosd the mofified files I need?:-)
ext/derky/sortablescaptcha/config/tables.yml
and
ext/derky/sortablescaptcha/config/services.yml
Sorry! My English is bat !!!
-
- Registered User
- Posts: 6613
- Joined: Sat Aug 30, 2014 1:30 pm