Description:
Password protect forums and threads.
(Example of Forum password page)
(Example of Options page)
Features:
A table called xf_forum_password is created in the database.
Questions and Answers:
Q: Member complains they have to enter password for every session.
A: Ask member not to clear cookies.
Forum password v1.5 changes:
Changed execution order to help make more compatible with other add-ons.
Forum password v1.6 changes:
Now works with PHP 7.4.
Forum password v1.7 changes:
Fixed issue with trying to access array offset on value of type null.
Password protect forums and threads.
(Example of Forum password page)
(Example of Options page)
Features:
- Allows single or multiple forums to be password protected.
- Password only has to be entered once.
- Password saved in a cookie.
- All phrases start with forumpassword_ for your convenience.
- Download Andy-ForumPassword-1.4.zip and unzip it.
- Copy the src/addons/Andy/ForumPassword directory to your server.
- From the Admin Control Panel Install the add-on.
A table called xf_forum_password is created in the database.
Questions and Answers:
Q: Member complains they have to enter password for every session.
A: Ask member not to clear cookies.
Forum password v1.5 changes:
Changed execution order to help make more compatible with other add-ons.
Forum password v1.6 changes:
Now works with PHP 7.4.
Forum password v1.7 changes:
Fixed issue with trying to access array offset on value of type null.
Attachments