gn36 / forceguestusername
This extension enforces that guests enter a username.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:phpbb-extension
Requires
- php: >=5.3.3
Requires (Dev)
- phpbb/epv: dev-master
- phpbb/translation-validator: 1.3.*
This package is auto-updated.
Last update: 2024-10-25 07:04:39 UTC
README
This extension enforces that guests enter a username, whenever they create a new topic or reply.
Planned features:
- None
Installation
Clone into ext/gn36/forceguestusername:
git clone https://github.com/gn36/phpbb-ext-forceguestusername ext/gn36/forceguestusername
Go to "ACP" > "Customise" > "Extensions" and enable the "gn36 - Enforce guest usernames" extension.
Development
If you find a bug, please report it on https://github.com/gn36/phpbb-ext-forceguestusername
You can also suggest new features by filing an issue. However, I consider this extension to be "feature complete" and will only expand its scope if there is a very good reason to do so. For example, storing the guests last used username is outside the scope of this extension. Instead, this should be realized in an independent extension.
Feel free to send a pull request for any existing feature request or bug report, but please add a note to the issue that you are doing so. If possible, please also add corresponding unit tests to your PR.
If you wish to contribute a translation, feel free to send a pull request. Your translation will be automatically checked using a translation validator.
Automated Testing
We use automated unit tests including functional tests to prevent regressions. Check out our travis build below: