**phpBB 3.3.11+ PHP 7+ ** - I have not tested with earlier versions, technically the latest event I use was added in 3.1.9, with the exception of the event in 3.3.11 to enable multibyte capability for non ASCII characters.
It is possible to install this on versions before 3.3.11, but some other changes will have to be made, like sql_nextid being deprecated, or the PR to enable multibyte support. Please post in the support topic if this is truly needed.
Make, manage, and use forms in posts within phpBB.
Features multiple entry types (text entry, radio, checkbox, dropdown, and notes), as well as header images with image cycle selection and settings.
Subentries can also be created inside the entry settings page for a more dynamic template.
Entries support full BBCode, so you can style your questions on the frontend, and have user answers styled to your liking as well. Initial or ending newlines are also supported, if you want to better format how they are added to posts.
Extensive ACP features, including image uploader, and full custom permission system.
Templates and template categories can be created for better organizing for admins and users.
Max depth of three templates, so you can have a Category -> Category -> Form Template, or anything inbetween, though form templates cannot be at depth 0, there must always be an initial category.
Extremely customizeable, with multiple ways to copy a template or category: template settings (with or without copying parent), permissions, templates, entries, display forums, and image settings.
This is just a minor preview. I could add many more pictures but this is already a bit much. It's a very big extension!
What it looks like when you add, and then preview:
Main image management page in ACP (I just used smiles as a quick example, use whatever images you want!)
Main permissions page (as you're used to):
Setting permissions page (also as you're used to):
You can install this on the latest release of phpBB 3.3 by following the steps below:
- Create
toxyy/postformtemplates
in theext
directory. - Download and unpack the repository into
ext/toxyy/postformtemplates
- Enable
Post Form Templates
in the ACP atCustomise -> Manage extensions
.
- Disable
Post Form Templates
in the ACP atCustomise -> Extension Management -> Extensions
. - To permanently uninstall, click
Delete Data
. Optionally delete the/ext/toxyy/postformtemplates
directory.
- Report bugs and other issues to the Issue Tracker.