Simple phpBB extension to add a Pull To Refresh function for mobile devices.
Note: you shouldn't need this extension, as Pull To Refresh is natively integrated into touchscreen devices.
- phpBB 3.3.0
- PHP 7.1.3
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to
pulltorefresh
. - In the
ext
directory of your phpBB board, create a new directory namedcabot
(if it does not already exist). - Copy the
pulltorefresh
folder to/ext/cabot/
. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Pull to refresh
under the Disabled Extensions list, and click itsEnable
link.
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Pull to refresh
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/cabot/pulltorefresh
folder.
This extension uses Jordan Singer's Hook jQuery plugin.
© 2023 - cabot