Could anyone make this extension compatible with beta 15?

Merged 3 posts from User groups.
11 days later

@Kylo @IanM
Would you be kind enough to release this extension for beta 15?
Thank you very much.

  • IanM replied to this.

    Gatsu sure 🙂

    This is a temporary maintained fork

    0.1.0

    Whilst @Kylo is away, I will keep this extension as compatible as possible with the current flarum/core release.

    • Update for beta 15
    • Translations and settings keys are unchanged, and will be utilized by this fork.

    It is extremely unlikely that I will add/change/remove features, unless there is a compelling reason to do so, but I will address any bugs/security related problems as and when they arise.

    Source code

    Installation
    composer require ianm/flarum-regrole

    Any issues, please let me know - I'm not overly familiar with this extension until now, but I have tested it locally (albeit briefly).

      2 months later

      Bug with the plugin currently.

      When applying the setting to force old users to require a role. The forum doesn't load.

      image

      Nothing in main error log file.

      Update: after some help from discord, I have the front-end error log from console.
      mount-redraw.js:15 Error: Nested m.redraw.sync() call
      at Function.a [as sync] (mount-redraw.js:11)
      at t.e.show (ModalManagerState.js:35)
      at e.<anonymous> (index.js:20)
      at e.t.<computed> [as oninit] (extend.js:27)
      at e.n.oninit (IndexPage.js:23)
      at Function.a (render.js:30)
      at M (render.js:917)
      at render.js:153
      at render.js:160
      at l (render.js:66)

        Gatsu I've not even looked at it yet, have you tried it on beta 16? Does it function already, or are there errors?

          IanM I have not tested, I assumed it was not compatible with beta 16

            • [deleted]

            Gatsu
            Sorry, just tested it, doesn't work on beta 16

              10 days later

              [deleted] Sorry, just tested it, doesn't work on beta 16

              What is the problem? I just found a few minutes to give it a quick test, and it seems to work?

              Gatsu can you do something, please?

              What is there to do?

                • [deleted]

                • Edited

                IanM What is the problem? I just found a few minutes to give it a quick test, and it seems to work?

                Sorry, @IanM
                I was using composer require the-turk/flarum-regrole

                instead of composer require ianm/flarum-regrole

                🤦‍♂️

                0.1.1

                • Update core version requirement to beta 16 (so that extiverse knows it's compatible)
                • no code changes