RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

phpBB 3.3.9 compatibility #105

Open mi1eurista opened 1 year ago

mi1eurista commented 1 year ago

Issues with whitelist / blacklist and setting user permissions on tags no longer visible in ACP.

Fixies to both issues listed here but not merged into one

Permission Fix; https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/210066 https://github.com/RobertHeim/phpbb-ext-topictags/pull/98

Other fixes to run on 3.3.9 but not including the permission fix; https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/241126

Will create a PR to that will include these two fixes into one as I've already tested on 3.3.10 and it seems to be working as expected.

mi1eurista commented 1 year ago

PR created with these two different fixes https://github.com/RobertHeim/phpbb-ext-topictags/pull/106

AidenY69 commented 1 year ago

@RobertHeim can you merge this PR?