• Extensions
  • FriendsOfFlarum upload, the intelligent file attachment extension

AGDholo I'm working on that feature, hope to release it in the coming days. It's been dropped since 0.5., if you really need it use 0.4.

    I don't know if this is intended or if there's something wrong with my installation.
    I can't change the "upload" permission for any other group than "global". There's simply no drop-down.
    If my installation is not broken and it's working as intended, it's something I'd like to see in a future update, if possible.

    It would be nice to limit uploads to admin forum or to certain groups if you feel iike.

    Oh, and why am I getting $image-e1e4e67c-7146-49a0-a841-5a547b6dfcc3 instead of ![](URL) as you do in your demo gif?

    Other than that, amazing plugin. Cheers.

      17 days later

      Totte Oh, and why am I getting $image-e1e4e67c-7146-49a0-a841-5a547b6dfcc3 instead of as you do in your demo gif?

      This feature was gone in 0.5.x. We can use older version, 0.4.13 or wait for next release.
      You can find the description just above this thread

      Instead of using markdown, which actually is just another extension. I've made this extension use the native xlst template rendering, so it shows content no matter what other extensions are enabled.

      I've made some progress on getting uploaded files shown based on your own configuration (adding a template to the mimetype + upload adapter settings), but this does not yet add the preview during writing/composing.

      Totte I can't change the "upload" permission for any other group than "global".

      I wasn't sure how to implement this, recently I found out how to do this properly so I will add this feature soon too.

        luceos actually the current way looks a bit like an upload error for users who don't know better i am afraid of... .

          tchncs I am aware, my understanding of xlst was non existing to begin with, in addition I haven't had the time to look into this issue lately so my apologies for this visual confusion.

            luceos okey ? i just wanted to mention that because

            Instead of using markdown, which actually is just another extension. I've made this extension use the native xlst template rendering, so it shows content no matter what other extensions are enabled.

            sounded a bit like you want it looking this way. ?

            Hi there!

            Fresh installation Flarum_ 0.1.0-beta.6 with my old db.sql on Centos7+nginx+MariaDB got an error:

            flagrow/byobu dosn't work too
            other ext work good

              4 days later

              sizonov_stas would you be able to move this over to Github, that way the whole team can jump in and assist in resolving this? Otherwise I'll have to create an issue on your behalf.

              6 days later

              The image upload via my mobile phone shows thumbnail instead of full image on discussion page. How do I make the images full?
              Used both local and imgur settings, they all showed the same thing.

                7 days later

                AWS integration works, but newly uploaded files must be marked as "public" for embedding in posts.
                Now are uploaded with "access denied" error.

                  Chope

                  Please wait for next release. Otherwise, you can refer to my workaround code.
                  In my forum system, users simply view images, so I changed the code.

                  File: vendor/flagrow/upload/assets/templates/image.blade.php

                  <div class="flagrow-download row">
                      <p>
                        <img src="{@url}" title="" alt="" />
                      </p>
                  </div>

                  Please note that it's a temporary solution because this code ignores additional features of this extension.

                  8 days later

                  0421yumin it looks like you are still on Flarum beta5. You need beta6 to use this extension ?

                  Search the forum for beta5 to 6 upgrade guides.

                  Please why won't you guys show the full images and remove the downloads?
                  It would have been better if full responsive images are shown and not the forced narrow thumbnail with downloads button.