phpbb / collapsiblecategories
An extension for phpBB that allows visitors to collapse and minimise forum categories with a simple click.
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 11
Forks: 18
Open Issues: 0
Type:phpbb-extension
Requires
- php: >=7.2
- composer/installers: ~1.0
Requires (Dev)
- phing/phing: 2.4.*
README
This is the repository for the development of the Collapsible Categories Extension for phpBB 3.3
Quick Install
You can install this on the latest release of phpBB 3.3 by following the steps below:
- Download the latest release.
- Unzip the downloaded release and copy it to the
ext
directory of your phpBB board. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Collapsible Forum Categories
under the Disabled Extensions list, and click itsEnable
link.
Uninstall
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Collapsible Forum Categories
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/phpbb/collapsiblecategories
directory.
Support
- Important: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (alpha, beta, RC) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.
- Report bugs and other issues to our Issue Tracker.
- Support requests should be posted and discussed in the Collapsible Forum Categories topic at phpBB.com.
Translations
- Translations should be posted to the Collapsible Categories topic at phpBB.com. We accept pull requests for translation corrections, but we do not accept pull requests for new translations.
Adding Collapsible Categories to Extensions
Adding Collapsible Forum Categories to an existing extension is easy for an extension author to achieve. View the Wiki Page to learn how.