Re: Quote Style with Font Awesome
Reply #3 –
Why? You should be able to do it with hooks on BBC.
Re: Quote Style with Font Awesome
Reply #6 –
That said, in order to change a bbcode, you have anyway to rely on a trick...
You can use the integrate_pre_parsebbc hook, and loop through all the bbcodes looking for the quote tag (or maybe use array_filter with a callback), remove both and then add yours.
Re: Quote Style with Font Awesome
Reply #7 –
You can see the trick in action in the fancybox addon, I just do a loop on the BBC codes and change the actions of the one I want, in that case how IMG tags are rendered.