Replies
In the list of premiums plugins i can see this extension : https://buddydev.com/plugins/bp-editable-activity/
With this extension i can change the mediapress attachment of activity ?
thanks for your replay
i can see this setting but i want disable lightbox effect only the icon of directory in galery tab of group. Here a screenshot for you : https://ibb.co/ZVThz4q
Hi,
Thanks for your help and your vidéo. I’m so sorry but it doesn’t works normally for me in my environnement.
My problem is the dropzone area is not visible. A css style display none, directly on element dropzone hide this area
But i found a solution with a specific css rule. Here my code :
.mpp-new-media-container-active .mpp-media-upload-container .dz-clickable { display: flex !important; }
with this little css rule, i can use your plugin and your functionnality.
Thanks
ok i tested your plugin with master branch of github and i had some problems
First :
after i posted a message with the form buddypress and when i clicked in the icone media of your plugin i can’t see the dropzone for putted an image or a doc
Second :
I tested the submitted of image. after submitting an image the dropzone disappears. I can’t remove the image. But when i posted the post wit image i can see the image in stream activity
Thanks