phpbbde / contactform
Provides an enhanced contact form creating posts in a specified forum for each contact.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 1
Type:phpbb-extension
Requires
- php: >=5.3.3
- gn36/phpbb-oo-posting-api: dev-master
Requires (Dev)
- phpbb/epv: >=0.0.3
This package is auto-updated.
Last update: 2024-10-15 22:05:43 UTC
README
Installation
Clone into ext/phpbbde/contactform:
git clone https://github.com/phpbb-de/phpbb-ext-contact-form ext/phpbbde/contactform
Go to ext/phpbbde/contactform and install dependencies:
php composer.phar install --no-dev
If you wish to contribute to development, you should also consider installing the development dependencies by leaving out --no-dev.
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de Contact Form" extension.
Development
If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-contact-form
Automated Testing
We use automated unit tests including functional tests to prevent regressions. Check out our travis build below: