elsensee / postsperpage
An extension which allows users to set their own posts per page settings.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 4
Open Issues: 0
Type:phpbb-extension
Requires
- php: >=5.4
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2025-06-07 22:13:06 UTC
README
This is the repository for the development of the Individual posts per page Extension.
Install
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to
postsperpage
. - In the
ext
directory of your phpBB board, create a new directory namedelsensee
(if it does not already exist). - Copy the
postsperpage
directory tophpBB/ext/elsensee/
(if done correctly, you'll have the main extension class at (your forum root)/ext/elsensee/postsperpage/ext.php). - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Individual posts per page
under the Disabled Extensions list, and click itsEnable
link. - Set up and configure this extension by navigating in the ACP to
Overview
->Post settings
.
Uninstall
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Individual posts per page
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/elsensee/postsperpage
directory.
Support
- Report bugs and other issues to the Issue Tracker.