-
Code:
``` php
$code = new Decoda\Decoda('[url]http://milesj.me?a=b&c[/url]');
$code->defaults();
echo $code->parse();
```
Output:
``` html
http://milesj.me?a=b&c
```
As you can see the ampersand i…
-
I'm not so sure that this is a bug, or more of a feature request.
I have a phpBB Forum, which when you use bbcode, will insert extra code within the tag so that it knows where that tag ends for examp…
-
Will update to the current version?
Tpona updated
10 years ago
-
Fatal Error
Error: Class 'Decoda\Filter\EmptyFilter' not found
File: /var/www/user44819/data/www/magazin.v-bologoe.ru/app/Vendor/decoda/Decoda/Decoda.php
Line: 707
I don't undestend - why?
Thanks
-
the debug version of Decoda can't be launched in my computer,my os is windows 7, IDE is vc++2005.
I used the permake4 ,version 4.4-beta5 and the following commands to make the project:
> premake4 --…
-
I'm working with Invision Power Board tags and am having issue with some of their tags not working in Decoda.
Specifically, they don't end self-closing tags with a slash.
So I have a tag that looks …
-
So we have two files called Constructor.lua in two different directories. They are both different files but they're named the same. I opened one and it shows up fine in Decoda, I try to open the other…
-
Hi,
It's been several months now that bugfixes and other improvements have been proposed, without anything done about them.
I can understand that you may not have the time to manage Decoda maintenan…
-
Following BBCode
```
[image]/some/url.png[/image]
```
should be parsed as
```
-
Hello, is there a reason why reset() method is not cleaning errors from previous parse?
Fixed it by extending decoda and just adding `php $this->_errors = array();` into reset() method. And I don't s…