• Extensions
  • FriendsOfFlarum Byōbu, well integrated, advanced private discussions

askvortsov yes, can fix the "The requested resource was not found." problem now by disable "approval"

How many posts do you have in the threads? It looks like Byōbu and beta-16 slow down the API read requests so threads about 150+ posts cause a definitive timeouts. I'll do a deeper check later.

10 days later

1.0.0-beta.1

❗️ Not recommended for production communities

  • Flarum 1.0 (required)
  • Some performance gains (I'm aware that more are needed, hence the beta tag)

Your feedback is critical - please provide as much information as neccessary to help bring this extension into shape as soon as possible 👍

Installing
composer require fof/byobu:^1.0.0-beta.1
php flarum cache:clear
    8 days later

    mekici I'm afraid you'll have to be a little more specific. In what way is it "not working"? Console errors? Log errors? Unexpected behavior?

      IanM After upgrading to v1.0.1, I installed the Byobu extension. Now I checked, it started working interestingly. But there is a problem now

      • IanM replied to this.

        IanM

        Flarum core 1.0.1
        PHP version: 7.4.16
        Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl,                                                                                                              Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, calendar, ctype,                                                                                                              curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, imap, intl, j                                                                                                             son, exif, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, soap, soc                                                                                                             kets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, z                                                                                                             ip, Zend OPcache
        +-------------------------------+--------------+--------+
        | Flarum Extensions             |              |        |
        +-------------------------------+--------------+--------+
        | ID                            | Version      | Commit |
        +-------------------------------+--------------+--------+
        | flarum-flags                  | v1.0.0       |        |
        | flarum-approval               | v1.0.0       |        |
        | flarum-tags                   | v1.0.1       |        |
        | flarum-suspend                | v1.0.0       |        |
        | flarum-subscriptions          | v1.0.0       |        |
        | fof-byobu                     | 1.0.0-beta.1 |        |
        | phenomlab-fancybox-wrapper    | 0.8          |        |
        | fof-github-autolink           | 1.0.0        |        |
        | fof-drafts                    | 1.0.0        |        |
        | askvortsov-markdown-tables    | v1.2.1       |        |
        | flarum-markdown               | v1.0.1       |        |
        | zerosonesfun-member           | 0.2          |        |
        | clarkwinkelmann-circle-groups | 1.0.0        |        |
        | fof-upload                    | 1.0.1        |        |
        | flarum-lock                   | v1.0.0       |        |
        | askvortsov-pwa                | v3.0.3       |        |
        | fof-username-request          | 1.0.0        |        |
        | fof-user-bio                  | 1.0.0        |        |
        | fof-split                     | 1.0.0        |        |
        | fof-sitemap                   | 1.0.0        |        |
        | fof-pages                     | 1.0.0        |        |
        | fof-links                     | 1.0.0        |        |
        | fof-follow-tags               | 1.0.0        |        |
        | fof-best-answer               | 1.0.0        |        |
        | tolgaaaltas-lang-turkish      | 1.0.2        |        |
        | flarum-lang-english           | v1.0.0       |        |
        | flarum-emoji                  | v1.0.0       |        |
        | flarum-bbcode                 | v1.0.0       |        |
        | flarum-mentions               | v1.0.0       |        |
        | flarum-sticky                 | v1.0.0       |        |
        | flarum-likes                  | v1.0.0       |        |
        | flarum-statistics             | v1.0.0       |        |
        | flarum-pusher                 | v1.0.0       |        |
        | tolgaaaltas-turkish           | 1.0.2        |        |
        | fof-formatting                | 1.0.0        |        |
        | fof-nightmode                 | 1.0.0        |        |
        | fof-profile-image-crop        | 1.0.0        |        |
        | fof-spamblock                 | 1.0.0        |        |
        | fof-subscribed                | 1.0.0        |        |
        | fof-user-directory            | 1.0.1        |        |
        | askvortsov-moderator-warnings | v0.6.0       |        |
        | zerosonesfun-direct-links     | 2.1          |        |
        | fof-analytics                 | 1.0.0        |        |
        | fof-oauth                     | 1.0.0        |        |
        | fof-filter                    | 1.0.0        |        |
        | v17development-seo            | v1.8.0       |        |
        +-------------------------------+--------------+--------+
        • IanM replied to this.

          IanM I can confirm that there are no performance issues with Flarum core 1.0.1 + byobu 1.0.0-beta.1 now 👌 Loading times (DOM and XHR) are approximately the same with or without byobu (uninstalled / disabled / enabled) for 6.5k posts big single thread. Thank you guys 🙏

            Prcek that’s really good to hear, thanks for reporting in!

            I’ll wait to gather some more feedback from others too, but so far so good 🤞

            JRay install using

            composer require fof/byobu:"^1.0@beta"

            Sometimes we admins want to make a discussion public when we solve a support thread.

            Is there any way to turn the normal discussion into private and also a private discussion into normal?

            1.0.0-beta.2

            • Fixed issue preventing the 'Edit Recipients' modal being availble to those with permission
            • Fixed incorrect display names sometimes being shown in notifications
            • Fixed missing participant data when a private discussion is loaded directly from it's url
            • Update flarum webpack to 1.0.0
            Installation
            composer require fof/byobu:^1.0.0-beta.2
            php flarum cache:clear

              When I'm trying to install

                [InvalidArgumentException]
                Could not find package fof/byobu in a version matching 1.0@beta
              • IanM replied to this.