There is no configuration area. If you have activated the extension, load the original phpBB install directory into root, where the config.php is. Then add the files from the install/convertors directory to the original phpBB install directory. Then go to www.deinforum.dev/install and click on the Convert tab. Then choose the converter "Simple Machines Forum 2.0.x 0.4.5 Dicky, A_Jelly_Doughnut, prototech, Juju".JeanCremers wrote: Thu Jul 09, 2020 11:06 am Thank you. I installed a fresh phpbb but the extension doesn't show up in the ACP. I found a support thread and posted there.
If all succeeds, i already have the stopforumspam which i love working, i can choose the board i like best.
core.disable_super_globals:
true to core.disable_super_globals:
false. Clear the cache! After the conversion change back to core.disable_super_globals:
true
Code: Select all
parameters:
# Disable the usage of the super globals (_GET, _POST, _SERVER...)
core.disable_super_globals: true
# Datetime class to use
datetime.class: \phpbb\datetime
# Mimetype guesser priorities
mimetype.guesser.priority.lowest: -2
mimetype.guesser.priority.low: -1
mimetype.guesser.priority.default: 0
mimetype.guesser.priority.high: 1
mimetype.guesser.priority.highest: 2
# List of default password driver types
passwords.algorithms:
- passwords.driver.argon2id
- passwords.driver.argon2i
- passwords.driver.bcrypt_2y
- passwords.driver.bcrypt
- passwords.driver.salted_md5
- passwords.driver.phpass