
Shadowdare
ModeratorUsers running a non-download version of Vanilla (pulled from github), on branch release/2019.016 or master from the last 2 weeks should upgrade to release/2019.017 or latest master for security reasons. Downloaded official open sources releases are not affected.
Shadowdare Moderator
I'll be away on vacation next week and will be back by the end of the month.
About
- Username
- Shadowdare
- Joined
- Visits
- 3,085
- Last Active
- Roles
- Moderator, Developer
- Points
- 1,769
- @AustinsDev
- GitHub
- austins
Reactions
-
Re: After (a few) upgrades - weird characters
I had this issue when I converted a small Vanilla forum hosted on Windows to a Linux one. Both the initial and second DBs have had UTF8-MB4. Could've probably been an issue with the mysqldump command… (View Post)1 -
Re: Rich-editor style - legacyFrame?
Sounds like you're looking to do something like this: .richEditor .richEditor-frame { border: none; background-color: #000 !important; } Basically, the suffix for the ".richEditor-legacyFrame_&q… (View Post)2 -
Re: How to Embed a Facebook Video on Vanilla forum
Like @R_J, mentioned, you'd have to create your own plugin to add support for Facebook embeds by taking the formatted output of discussion/comment bodies and replacing links to Facebook videos with i… (View Post)1 -
Re: Any mySQL/MariaDB gurus around? Need help with query
Have a look at this if you're using phpMyAdmin: https://stackoverflow.com/a/44303704 (View Post)1