[3.2][RC] All in One Accessibility

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
skynettechnologies
Registered User
Posts: 13
Joined: Tue Feb 13, 2024 9:24 am

[3.2][RC] All in One Accessibility

Post by skynettechnologies »

Extension Name: All in One Accessibility

Extension Description:
All in One Accessibility widget improves website ADA compliance and browser experience for ADA, WCAG 2.1 & 2.2, Section 508, Australian DDA, European EAA EN 301 549, UK Equality Act (EA), Israeli Standard 5568, California Unruh, Ontario AODA, Canada ACA, German BITV, France RGAA, Brazilian Inclusion Law (LBI 13.146/2015), Spain UNE 139803:2012, JIS X 8341 (Japan), Italian Stanca Act and Switzerland DDA Standards. All in One Accessibility Widget complies with GDPR and COPPA regulations.

GitHub repo:
https://github.com/skynettechnologies/p ... essibility

Installation:
  • Download the latest release.
  • Unzip the downloaded release, and change the name of the folder to `phpbb_allinoneaccessibility`.
  • In the `ext` directory of your phpBB board, create a new directory named `skynettechnologies` (if it does not already exist).
  • Copy the `phpbb_allinoneaccessibility` folder to `/ext/skynettechnologies/` (if done correctly, you'll have the main extension class at (your forum root)/ext/skynettechnologies/phpbb_allinoneaccessibility/composer.json).
  • Navigate in the ACP to `Customise -> Manage extensions`.
  • Look for `All in One Accessibility` under the Disabled Extensions list, and click its `Enable` link.
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 4000
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: [3.2][RC] All in One Accessibility

Post by Kailey »

Hello,

Welcome to phpBB!

Thank you for your contribution. I would like to point out that your extension folder, according to the packaging guidelines, may not contain underscores.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.

My little corner of the world | Administrator @ phpBB Modders
skynettechnologies
Registered User
Posts: 13
Joined: Tue Feb 13, 2024 9:24 am

Re: [3.2][RC] All in One Accessibility

Post by skynettechnologies »

Thanks for your reply. As per your instruction, I have updated the extension.

GitHub repo:
https://github.com/skynettechnologies/p ... essibility
User avatar
MedCo
Registered User
Posts: 111
Joined: Tue Jul 14, 2015 4:09 pm

Re: [3.2][RC] All in One Accessibility

Post by MedCo »

After successful installation, when I click on the extension under Extensions in my test forum, the following error message appears.

Code: Select all

Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in /users/colombia/www/ext/skynettechnologies/phpbballinoneaccessibility/controller/admin_controller.php on line 42
phpBB 3.3.11 | php 7.4.33 | Prosilver
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 4000
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: [3.2][RC] All in One Accessibility

Post by Kailey »

MedCo wrote: Thu Mar 14, 2024 4:12 pm After successful installation, when I click on the extension under Extensions in my test forum, the following error message appears
Caused by line 41: $php_ext,
It should just be $php_ext
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.

My little corner of the world | Administrator @ phpBB Modders
skynettechnologies
Registered User
Posts: 13
Joined: Tue Feb 13, 2024 9:24 am

Re: [3.2][RC] All in One Accessibility

Post by skynettechnologies »

MedCo wrote: Thu Mar 14, 2024 4:12 pm After successful installation, when I click on the extension under Extensions in my test forum, the following error message appears.
We have resolved and reuploaded it on Git Hub.
User avatar
MedCo
Registered User
Posts: 111
Joined: Tue Jul 14, 2015 4:09 pm

Re: [3.2][RC] All in One Accessibility

Post by MedCo »

Unfortunately, it still does not work.

Code: Select all

Fatal error: Uncaught Error: Call to undefined function skynettechnologies\phpbballinoneaccessibility\controller\curl_init() in /users/colombia/www/ext/skynettechnologies/phpbballinoneaccessibility/controller/admin_controller.php:81 Stack trace: #0 /users/colombia/www/ext/skynettechnologies/phpbballinoneaccessibility/acp/main_module.php(31): skynettechnologies\phpbballinoneaccessibility\controller\admin_controller->display_general() #1 /users/colombia/www/includes/functions_module.php(676): skynettechnologies\phpbballinoneaccessibility\acp\main_module->main('\\skynettechnolo...', 'settings') #2 /users/colombia/www/adm/index.php(81): p_master->load_active() #3 {main} thrown in /users/colombia/www/ext/skynettechnologies/phpbballinoneaccessibility/controller/admin_controller.php on line 81
skynettechnologies
Registered User
Posts: 13
Joined: Tue Feb 13, 2024 9:24 am

Re: [3.2][RC] All in One Accessibility

Post by skynettechnologies »

MedCo wrote: Sun Mar 17, 2024 3:23 pm Unfortunately, it still does not work.

Code: Select all

Fatal error: Uncaught Error: Call to undefined function skynettechnologies\phpbballinoneaccessibility\controller\curl_init() in /users/colombia/www/ext/skynettechnologies/phpbballinoneaccessibility/controller/admin_controller.php:81 Stack trace: #0 /users/colombia/www/ext/skynettechnologies/phpbballinoneaccessibility/acp/main_module.php(31): skynettechnologies\phpbballinoneaccessibility\controller\admin_controller->display_general() #1 /users/colombia/www/includes/functions_module.php(676): skynettechnologies\phpbballinoneaccessibility\acp\main_module->main('\\skynettechnolo...', 'settings') #2 /users/colombia/www/adm/index.php(81): p_master->load_active() #3 {main} thrown in /users/colombia/www/ext/skynettechnologies/phpbballinoneaccessibility/controller/admin_controller.php on line 81

Open your PHP configuration file (php.ini) and verify if the cURL extension is enabled or Not. If not enabled (;extension=curl), please enable the extension(extension=curl).

Save the changes and restart your web server to apply the new configuration.
skynettechnologies
Registered User
Posts: 13
Joined: Tue Feb 13, 2024 9:24 am

Re: [3.2][RC] All in One Accessibility

Post by skynettechnologies »

We have submitted the All in One Accessibility Plugin under the Customisation Database -> Extensions Section.

Can you please check why it is not showing publicly?

GitHub repo:
https://github.com/skynettechnologies/p ... essibility
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28942
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [3.2][RC] All in One Accessibility

Post by Paul »

You only created a new contribution. To submit it for actual validation, you need to create a new revision on the page for your contribution. Please keep in mind that extensions do need to get validated by the extensions team, and that might take a bit of time. We try to validate everything within a month, but sometimes it takes longer.
skynettechnologies
Registered User
Posts: 13
Joined: Tue Feb 13, 2024 9:24 am

Re: [3.2][RC] All in One Accessibility

Post by skynettechnologies »

Paul wrote: Fri Apr 12, 2024 10:56 am You only created a new contribution. To submit it for actual validation, you need to create a new revision on the page for your contribution. Please keep in mind that extensions do need to get validated by the extensions team, and that might take a bit of time. We try to validate everything within a month, but sometimes it takes longer.
We submitted the All in One Accessibility Plugin under the Customisation Database -> Extensions Section. Also created a new revision at that time.

Can you please check why it is not showing publicly?

GitHub repo:
https://github.com/skynettechnologies/p ... essibility
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28942
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [3.2][RC] All in One Accessibility

Post by Paul »

I just checked and i dont see any revisions under your extension. Please note that submitting a new revision is multiple steps and you need to finish all of them.
Once your submitted a revision it should show up under your contribution.
skynettechnologies
Registered User
Posts: 13
Joined: Tue Feb 13, 2024 9:24 am

Re: [3.2][RC] All in One Accessibility

Post by skynettechnologies »

Paul wrote: Wed May 08, 2024 2:33 pm I just checked and i dont see any revisions under your extension. Please note that submitting a new revision is multiple steps and you need to finish all of them.
Once your submitted a revision it should show up under your contribution.
We Submitted a New Revision.

Can you please check why it is not showing publicly?
User avatar
danieltj
Infrastructure Team Member
Infrastructure Team Member
Posts: 668
Joined: Thu May 03, 2018 9:32 pm
Location: United Kingdom
Name: Daniel James

Re: [3.2][RC] All in One Accessibility

Post by danieltj »

skynettechnologies wrote: Mon May 13, 2024 11:59 am
Paul wrote: Wed May 08, 2024 2:33 pm I just checked and i dont see any revisions under your extension. Please note that submitting a new revision is multiple steps and you need to finish all of them.
Once your submitted a revision it should show up under your contribution.
We Submitted a New Revision.

Can you please check why it is not showing publicly?
Most likely because it has not been validated by the extensions team yet. Once you submit a new version of an extension it must be checked before it shows up in the database. Once it's in the database, this topic is locked and the prefix changed to [CBD].

It can sometimes be a slow process for extensions to be validated.
MY EXTENSIONS:
Verified Profiles | Awesome Payments: a phpBB shop

Available for paid extension work: PM me.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28942
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [3.2][RC] All in One Accessibility

Post by Paul »

It is indeed in the validation queue right now. We try to validate extensions within a month, but as per Daniel it might sometimes take a bit longer. You can see the current validation statistics at https://www.phpbb.com/customise/db/queu ... /extension.
You will receive a PM once your extension is validated.

Return to “Extensions in Development”