Not sure what's different, let me know if it broke something.
https://www.phpbb.com/community/viewtop ... &t=2617161
Updated forum software to phpBB v3.3.7
Re: Updated forum software to phpBB v3.3.7
Fix the Youtube tags please!
Always wear safety glasses while programming.
Re: Updated forum software to phpBB v3.3.7
I installed the Media Embed extension https://www.phpbb.com/customise/db/exte ... ediaembed/
Don't use [youtube] tags anymore, instead you can post the link without any tags and it should embed automatically or you can force it with [media][/media] tags.
I replaced all the [youtube] tags in the database and found a command line to reparse all of the posts:
phpbbcli.php reparser:reparse post_text --ansi
Don't use [youtube] tags anymore, instead you can post the link without any tags and it should embed automatically or you can force it with [media][/media] tags.
I replaced all the [youtube] tags in the database and found a command line to reparse all of the posts:
phpbbcli.php reparser:reparse post_text --ansi
Re: Updated forum software to phpBB v3.3.7
Yayy, thank you!