Alexandre Quercia

Results 121 comments of Alexandre Quercia

Hello @ernestocuzcueta, apologies for the delay of this response. What version of `decoda` do you have? As I know this bug should be fixed with latest version. The emoticon hook...

Hello @super-simon, I suggest you to report this bug directly to https://github.com/milesj/decoda repository.

Hello @QuozPowa @helios-ag has already responded very well to all questions but I would like to provide some clarifications. > I would like to use the bbcode_clean filter directly in...

Hello @QuozPowa, There are many ways to achive that the main goal is to extends the `Decoda\Filter\QuoteFilter` class: \* override `fm_bbcode.decoda.filter.quote.class` configuration \* create a new filter for exemple `enhanced_quote`...

Hello @alexwybraniec To achieve your goal you can override the default filter sets that is named `_default`. You can also use a custom filter set. The minimalist config can be:...

Currently there is only one solution to disable Decoda's default emoticons. Extends `FM\BbcodeBundle\Decoda\Hook\EmoticonHook` class and override `getEmoticonCollection` method without the code between [line 157](https://github.com/helios-ag/FMBbCodeBundle/blob/a46ba41a6198f7c6f5b8784b25d53c16fa5de97e/Decoda/Hook/EmoticonHook.php#L157) and line 176 and sets the...

Hello @Discutea I report this bug to Decoda. It come from https://github.com/milesj/decoda/blob/974bbda/src/Decoda/Decoda.php#L1648

Hello @beaucoralk, Can you show the generated url and the expected one? All emotions are in the good directory?

@beaucoralk, it will be useful if you can give us a way to reproduce this error.

So it is not a `FMBbCodeBundle` bug ? Or the behavior of something is not correct ?