-
Hi. When I set something like this:
fm_bbcode:
emoticon:
path: '/path/to/my/emoticons/'
I can run bbcode:dump, and the icons show up on that path. However, when applying my filter (via t…
-
It does not work, since parser/filter translates all new lines to < br />, and of course on output there is no new lines in line.
To fix that, probably, new lines should be cleaned before parsing bbc…
-
The library is susceptible to HTML injection / XSS errors - and pretty easily, for example
'[url=http://www.google.com" onclick="javascript:alert]google[/url]'.bbcode_to_html
... i would recommend f…
-
Well I had to spent about 2 hours debugging code to find out that for initial bbcode decoding I need to add Decoda\Filter\DefaultFilter filter to decoder object.
Example on your site:
$code = new …
-
First great Plugin, but i have a Problem.
I have insert the Plugin in a Boardsoftware named "Burning Board" they use CKEditor 4.1. The Oembed Button works fine and i can post some pictures from flick…
-
An exception has been thrown during the rendering of a template ("Warning: file_get_contents(../Resources/config/messages.json): failed to open stream: No such file or directory in /home/toinou/Sites/…
-
Could you add an example how to use emoticons hook ?
Thx !
-
Currently it is defined on `Decoda\Decoda::default()` with these filters and hooks:
``` php
public function defaults() {
$this->addFilter(new \Decoda\Filter\DefaultFilter());
$thi…
-
Hello,
You can see the discussion of the problem here : https://github.com/milesj/php-decoda/issues/24#issuecomment-10697473
Alternative links and abbr aren't working.
Thanks,
remontees
-
Full power of HTML can be utilized for post mark-up - safely. A rich text editor is available to make adding flair to your post easy.
We could use HTML Purifier and TinyMCE? What are the options?