GIPHY support is just images inside IMG tags so there’s no way to restrict that on a per forum basis. And even if there was a way to stop the GIF button from showing in the editor in certain forums obviously users could just share GIFs anyway.
that would be a very good starting point, is it not possible to do this?
I know that users will still be able to post gifs but I would really be interested in disabling the GIF button in the editor of some forums
Well, so how can i do this ? Removed GIF button on editor for some forums ?
Or maybe it will require custom development from the Froala editor so it's not a XF customization ?
I have made an addon where shows images in polls. Now i want to show the images in 2 columns. If i change .inputChoices { list-style: none; padding: 0; margin: 0; } to .inputChoices { column-count: 2; list-style: none; padding 0; margin 0; } Then the...