tohsakarat Hi,
can you post your php flarum info?
Because in my forum, I am using "draft" and "wysiwyg" extension together and everything is fine.
I'm sure there is another extension that causing this problem.

4 months later

code block don't compatible with v17development/flarum-blog, not wrap long line code in blog page, but right display in discussion page.

flarum v1.6.2

6 days later

Hi, how can I reorder or remove the Icons in the TextEditor-controls?
On Smartphones it will be too large and Users have to swipe left to reach some of the Icons (for example if you have Upload icon, Emoji selector icon, etc. visible!)
For best user experience imho the Controls (icons) on the Texteditor bar should be "inline-block"
Tried to use CSS Display: none, but it just removes the icon but not the space..
Thanks... 👍

    Dr_Sommer

    Hi, so there is no way, or no idea how to do it?
    Any Help would be appreciated, Thanks.. 👍

    @askvortsov
    Can you consider adding the "separate option" to the admin settings?
    As a default option, it helps maintain style consistency.
    Not every user can discover how to configure this.

    a month later

    Hi, please how to remove the possibility to choose h1, because it should not be proposed I think because it's the title only and 1 time per page.

    3 months later

    Hi there.. 👍
    Is there a way to get FONT COLORS? So the User can choose for example between different font fore- or background color?
    Thanks for any advise... 👍

      8 days later

      Dr_Sommer That is not possible. But maybe there will be some developer lurking over this chat and seeing your suggestion and making a new extension for it, or implementing it in their current extension 😉

      2 months later

      @askvortsov

      For some reason this is working now, after going through the troubleshooting further even though I didn't change anything. Very odd stuff.


      experiencing issues with this plugin after the update to core v1.8.1. Admin side is fine but board side it's causing a white screen.

      I've tried all the troubleshooting stuff and narrowed the issues down to this extension and another one.

      a month later

      Bymemor I have the same problem with image markdown showing, did you manage to get a fix? If yes would you mind sharing? I have set FoF Upload to insert Markdown images but still the markdown shows. Thanks

        Brianoneill the editor will always show the markdown/bbcode. The preview and actual post will not or should not. If it does, make sure to clear cache.

          luceos OK thanks it is just the screenshot of the rich text plugin at the top of this page seems to show an image of the flarum logo in the editor screen?

          12 days later

          When enable this extension, the browser will throw a 500 error and the F12 log will appear:
          crbug/1173575, non-JS module files deprecated.
          Then no one can visit the site.

            10 days later
            2 months later

            YKDZ

            I tried this one and get an 500 error in log, with

            PHP message: PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes
            [...]/vendor/sycho/sourcemap/src/parsing/SegmentParser.php on line 53

            I already have 120MB set in php.ini for memory, so I think there is a memory probleme, like with a loop.. but I didn't searched exactly.

            Take care

              Lautre-f the code referenced is for compiling the javascript which Flarum does on the fly. Especially once you install more extensions more sources are added for stylesheets and javascript. So it's not unusual for Flarum to require more memory to compile these files on demand. If you have debug on this compilation is done on every page hit of your forum.

                luceos
                I tried again with less extensions, and no problem. Thanks a lot.

                (I'm activating other extensions now)

                6 days later

                askvortsov

                Thank you very much for this great expansion!
                We have a small problem which is quite annoying.

                When I select the text to insert a link, the input field appears as a dropdown. However, you can't see this because it's right at the bottom of the screen. The input field only appears above it when you click multiple times.

                  Steve33
                  I wasn't the only one with this bug.
                  Yes, need multiple click, I confirm.
                  But not all times, that will not help to debug. It's depending, sometime it's annoying, sometimes works fine.
                  May be only bug when the message is long enough (many lines)?

                    Lautre-f May be only bug when the message is long enough (many lines)?

                    yes, that could be the problem