Code: Select all
INSERT INTO `phpbb_config` (`config_name`, `config_value`, `is_dynamic`) VALUES ('anonymous_posts_version', '0.100', '0')
phpbb_config
with your db prefix.If for some reason you were running an earlier version than that, post here.
-----------------
update 0.11.1
-hidden here is a previous unreleased version that featured a complete refactor of the code, these updates is based off of that version
-fixed migrations to make it smoother for fresh installs, breaks backcompatibility (fix is above)
-had to add cache and config to driver for destroy cache function
-moved scrapped event to internal function
-fixed bug where email in posts wasnt being scrubbed
-fixed bug where forum last post index wasnt changing if you edited a post, possibly for topics too
-fixed bug where anon status would change after editing post if not staff
-fixed old search by user_id results to have anon info in it, if it was changed since last search
-made all arrays shorthand in migration files
-added config version for ease of migrations now
-should be compatible with 3.3.3, minus the one pull that isn't through yet (ticket 15925)
-rewrote extension to work with ticket 15943 manually
-at this time ticket 15880 APPEARS not to be necessary, attachment bug/error is not happening during testing without it
I haven't thoroughly tested this version but all should be working, I've tested most stuff and I don't think anything was missed, if anything I caught some stuff.
-----------------
For Junsui, make sure your forum has group permissions to anonymously post, and make sure your groups do as well.
If you install the last PR manually ticket 15925, then yes. It is merged for 3.3.4 3.3.5 already.