QuentinPi

Results 15 comments of QuentinPi

Thanks a lot ! It works but I have a problem with the quote and code tags. When I use the bbcode cleaner, it renders nothing ! EDIT : I...

About the first question, yes, the filter strips code and quote tags but also the content. I discovered there is an option in decoda : stripContent, I turn it off...

Good ! Your bundle is very powerful ! I have one more question... Does it exist a way to avoid line break with decoda manager ? In the decoda documentation,...

Yes thank you everyone ! I managed to do what I wanted. Your bundle is very very useful ! :+1:

I have again another question ! Do you know if it's possible to get the EntityManager in a filter file ?

Sorry, I just realize that it is a decoda file (https://github.com/milesj/decoda/blob/master/src/Decoda/Filter/QuoteFilter.php). Actually, I would like to check the author attribute (quote tag) in the database in order to display a...

Thanks you, I managed to do it :) I meet a new problem with special spaces and emoticons, I will create a new issue !

I added the code published by Samclarke https://github.com/samclarke/SCEditor/issues/169 in order to have the possibility to choose a size in px but when you switch between WYSIWYG/code view, sometimes the code...

Yes, when I applied the code given by Samclarke, in "source code view", it adds this tag : [size=5] (based on the font attribute) and in "WYSIWYG view" it adds...

I will try to give you an example ! I'm very sorry for my bad English... ^^ 1. Initialize the sceditor with this code (https://github.com/samclarke/SCEditor/issues/169) : ``` $.sceditor.plugins.bbcode.bbcode.set("size", { format:...