We have phpbb 3.3 now.
Installed extensions:
Planned customly coded extensions: (me, ned, mothblocks)
► Show Spoiler
- common/hacked passwords login/register disallow (login checking finished, this is the secured password extension in the screenshot)
- oauth provider (there are no oauth provider extension for phpbb, just oauth clients, which phpbb doesn't even need anymore given its built in)
- mediawiki also needs a oauth client for our oauth provider, there are quite a few oauth client extensions for mediawiki, most of them not supported in the last version, the most extendable one is also the most supported, and would just mean we just have to write an implementation
- Read topics access overrides forum password (for unity/info guides) (normal behavior is passworded forums are in addition to permissions (you need to have permission to read it AND have the password), not instead of like i modified it to do.)
- View own topics system for application subforums. it needs to override a lack of view topics access in the view forum/view thread/post thread/post topic case, instead of adding a new default on permission to block access to other topics when denied, as this has issues.
- Spam bot honey pot. when ever a user in the new registered users forum group attempts to post in a certain forum (thread or reply) it should trigger an ip ban on the user, deactivate their account, delete all of their posts, and clear their pm outbox. (extra idea: Attempting to pm any of the deactivated spambots should do the same.)
- Birthday list filter. Only people with a minimum number of posts should show up in the birthdays list.
phpBB Extension DB:
https://www.phpbb.com/customise/db/exte ... ?sk=d&sd=d.
Any extension without 3.1 support is unlikely to work, 3.3 is recommended. Please note the search is ass and will bring up old "mods" that will no longer work as they require modifying the base code and like 65% of it has changed since 3.0 when mods were a thing. Make sure what you are looking at is an
extension and not a
mod