Skip to content

marttiphpbb/phpbb-ext-jqueryuidatepicker

Repository files navigation

PhpBB Extension - marttiphpbb JQuery UI Datepicker (helper ext)

Topic on phpBB.com

Requirements

  • phpBB 3.2.1+
  • PHP 7.1+

Features

This phpBB extension provides loading of the JQuery UI Datepicker for use by other extensions.

Screenshot ACP

ACP

ACP

Other theme and translation (Dutch):

ACP

Quick Install

You can install this on the latest release of phpBB 3.2 by following the steps below:

  • Create marttiphpbb/jqueryuidatepicker in the ext directory.
  • Download and unpack the repository into ext/marttiphpbb/jqueryuidatepicker
  • Enable JQuery UI Datepicker (helper ext) in the ACP at Customise -> Manage extensions.

Uninstall

  • Disable JQuery UI Datepicker (helper ext) in the ACP at Customise -> Extension Management -> Extensions.
  • To permanently uninstall, click Delete Data. Optionally delete the /ext/marttiphpbb/jqueryuidatepicker directory.

Support

For extension developers: how to use

In your controller:

$ext_manager = $phpbb_container->get('ext.manager');

if ($ext_manager->is_enabled('marttiphpbb/jqueryuidatepicker'))
{
    $listener = $phpbb_container->get('marttiphpbb.jqueryuidatepicker.listener');
    $listener->enable();
}

License

GPL-2.0

(JQuery UI is licensed under MIT.)

About

phpBB 3.2 helper extension that provides the jQuery UI Datepicker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages