FriendsOfFlarum upload, the intelligent file attachment extension
- Edited
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 
as you do in your demo gif?
Other than that, amazing plugin. Cheers.
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 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. ?
- Edited
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
any1?
- Edited
sizonov_stas try running php flarum migrate
. What other extensions work?
luceos
php flarum migrate
doesn't help :/
other extensions work very well
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.
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.
AWS integration works, but newly uploaded files must be marked as "public" for embedding in posts.
Now are uploaded with "access denied" error.
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.
riartem Please refer to the document for S3 bucket policy configuration.
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.
- Edited
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.