troymccann Hi friends. I'm currently on beta 13, trying to upgrade as per the beta 14 instructions first. Everything looks perfectly fine on the install, but the flarum version stays at beta 13. What might cause this? I'm not sure how to diagnose with no error messages!
troymccann robinodds Thanks for the reply. It turns out I'd reverted to beta 12 at some stage. Following those instructions I can upgrade to beta 14, but the site no longer loads. I get en empty white page with no error (either on screen or in the Flarum logs). I've started another thread here: https://discuss.flarum.org/d/25768-beta-12-to-beta-14-issue ctml Thanks, just downloaded. Great tool!
rebelCoder After upgrading to this (15) version, I can see the new Extensions view, but there is no way to browse/add new extensions? I can only search in already installed extensions.
ctml rebelCoder You install using composer via command line in your flarum directory (where composer.json is). You can browse all compatible extensions via extiverse or the discussions under the extensions tagged (not those tagged incompatible).
Lolu Great update! Where in the admin panel are the settings for slug? slug_driver_heading: "Slug Driver: {model}" And when notifications come to email in the body (string: {url}) do not have transliteration (only https://example.com/d/2/57).
askvortsov Lolu That only appears when a model has multiple drivers. As for the email, that's not as much a slug driver issue as that it's simpler to implement that feature with the slug without transliteration, since the title of the discussion should be included elsewhere in the email. That link should still work. Zeokat for the translations issue, try disabling and reenablinf the English Lang pack extension.
Zeokat Seems that flarum/nicknames is near to impossible to install with instructions on first post. And also have the problem to configure, because translations aren't loaded 😅 How can i remove the nicknames extension now?
MichaelBelgium Admin dashboard refresh sees no screenshot in this topic checks upgrade guide for screenshot, neither checks github pull request oh ok Anyway great release! Good to see more extenders
luceos MichaelBelgium wow I never considered that! I guess it makes sense to add https://beta.flarum.site to the release notes as well and make sure it's updated before announcing. Thanks for the feedback.
Lolu askvortsov How can I fix the link so that it has the full name, not just numbers? Is it related to the fact that the forum is russian?
askvortsov When you go to the page, does it change to the full link? If not this could be a transliteration issue: the Cyrillic characters can't be transliterated to url compliant Latin ones so they are ommited. This should be fixable with the use of a custom slug driver for discussions, but an extension for that would be needed.
askvortsov That might be an issue in the email generating code then, where it should be using a slug driver but isn't. The links should still work though