AndrewBond In this rather fabulous addon are there any ways of importing user messages from other platforms such as phpBB3.3?
phloo Yalfoosh umm, where can I find that setting? I dont get the three-dots menu in the extensions list view. edit: now I found the problem. Our list view is screwed and I didnt see the settings option: Its the last extension on the bottom and somehow moves to the top. Maybe should report as bug
nexromant Hello all friends, there is such a problem when creating a new private discussion, can you tell me what the problem is?
Yalfoosh nexromant Like it says, you need at least 1 primary tag. You can bypass this by removing the primary tag count lower bound, but then you will do that for all discussions as well. You could also simply just add a primary tag for your discussion. Byobu also has a setting for automatically tagging your private discussions through a slug - I believe this is the most elegant solution. What I do is: remove the primary tag count lower bound for primary tags (0 to 3 instead of 1 to 3) use a secondary tag called Conversation which I automatically tag all discussions with through its slug talk, so my conversations are still organized
nexromant Yalfoosh Thank you, it helped. Is it possible to remove private discussions from the General list of discussions? So that they are only visible in the user's profile?
jordanjay29 nexromant If you have them restricted to a tag, click "Hide from All Discussions" in the tag edit modal.
nexromant Every time I add a new private discussion, I get an error-Oops! Something went wrong. Please refresh the page and try again. - - But in the end, the discussion was added, and this error occurs simply when adding a new message to the discussion
nexromant jordanjay29 Thank you, but what should I do if I keep getting an error-oops! Something went wrong. Please refresh the page and try again. ??? That is, this is not the only case, this error always POPs up
jordanjay29 nexromant That one is IanM's territory, sorry. I hope it something silly stupid and not a bug. 🙂
IanM 0.5.0-beta.1 Fix issue where editing users caused the tag check to fail Allow user recipients to leave a private discussion, notify remaining users Remove notifications relating to a discussion that user has left Remove unused translation key Fix issue where 'start private discussion' button would not pre populate recipients when starting from another user's page Notification when user is added to an existing private discussion Add option to make a discussion that you are participating in public. Includes permission level for site admins to set their preference. Fix issue where the 'Start Private Discussion' button was still visible when a user didn't have permission to start one As this is somewhat of a bumper update, I've decided to run a couple of beta runs before fully releasing it. Feedback is, as always very welcome. Please report any issues directly on github, so that I can keep better track of them 😉 Installing composer require fof/byobu:0.5.0-beta.1 php flarum cache:clear
IanM [deleted] can you please try this: composer require fof/byobu:0.5.0-beta.1 If that works for you, I'll update the post above 🙂
Littlegolden Bug of "Number of primary tags alert" I noticed that validation.yml has translated this error, but byobu will not display the translated text.
Littlegolden luceos but this this is English language pack... the alert is not using the translation which English Pack has translated.
luceos Littlegolden this is more likely a bug with tags than byobu. Byobu merely reuses the composer component and all its elements, including that of tag selection. I'd need to look at code to see whether I'm right on this though..