-
When uploading I get this error:
```
Warning (2): preg_replace() [function.preg-replace]: Compilation failed: invalid range in character class at offset 5 [APP/Vendor/mjohnson/transit/src/Transit/Fil…
-
Hi,
The documentation at http://milesj.me/code/php/decoda#configuration mentions setLineBreaks() to toggle newline to line break (nl2br) conversion, however, I cannot find this method in the code.
Is…
-
The lua5.1 DLL isn't copied into the folder, so it doesn't run :(
-
Hey,
For instance, if you center this text "Hello :)" in a wysiwyg editor, the text will eventually look like this when passed to Decoda: "[center]Hello :)[/center]"
The smiley will not get passed b…
-
I have a situation where lanes need to require embedded modules (registered C functions) in a Lua 5.1.1 environment. Here's my approach:
```
local lanes = require 'lanes'.configure({on_state_create =…
-
``` php
require 'vendor/autoload.php';
$decoda = new Decoda\Decoda('[div]some[hr /]text[/div]');
$decoda->defaults();
echo $decoda->parse();
```
outputs
``` html
sometext
```
Same for `[br /]` tag…
-
It would be nice to have a setter function nl2br, it would allow us to apply multiple filters to a string
https://github.com/helios-ag/FMBbCodeBundle/issues/82
https://github.com/milesj/Decoda/blob/…
-
Hi!
I use your library for a while with Symfony2 via FMBbCodeBundle for a while. And it works nice =)
But after recent upgrade I started receiving wrong results.
And here is the story.
I have texts p…
Ser5 updated
11 years ago
-
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 …
-
On the **/admin/index** page you have buttons for:
- Plugins
- Models
- Configuration
- Cache
- Routes
All my buttons work correctly except the **Models** one. When I click it, this is how my page lo…