-
Rationale: C code is complex, and hard to extend or maintain.
A somewhat spirited attempt to do this was made in func.php - see bbcode_format() function. Unfortunately, this code fails on larger mess…
-
Whenever I post any news item or page with a + in it, the + gets filtered out. And when I post a news item, I get this error: Error: : 5 Connect error: php_network_getaddresses: getaddrinfo failed: No…
-
Per this thread on the forums:
http://vanillaforums.org/discussion/21843/quotesbbcode-bug-not-displaying-username-in-quote-2-1/p1
Version 1.6.1 of the Quotes plugin by Tim doesn't show attribution wi…
-
Can you please take me to where the BBCode tag parser for the javascript part is?
I'm interested in the parts that parse each specific tag according to its settings and restrictions, not the part that…
-
```
http://ckeditor.com/blog/CKEditor_3.6_released
might be worth adding this to the Forum and Comments plugins as well,
converting to BBCode? of course, that means adding a BBCode parser to the
pl…
-
I found out that if I split long BBCode tag into several lines, jBBCode cannot parse properly.
I fixed it by simple change in Tokenizer.php
On line 31 there is a command:
`array_push($this->tokens, …
-
```
Right now the required children option in BBCode tags may not be implemented
properly.
For example, say you have these tags:
[table] - required children: tr
[tr] - required parent: table, requir…
-
When previewing a bbcode using parser permissions, the bbcode doesn't render if it is locked to a group the user making the post is a member of.
Likely this is a code-path not setting up the tag-map,…
-
```
[img][url=http://onclick=alert(document.cookie)//.com]http://www.hackersoul.com/image.jpg[/url][/img]
```
![625accb7-10b3-417e-b663-103bcef5bec6](https://cloud.githubusercontent.com/assets/667955…
-
There's probably a memory leak somewhere in the post-importer.
It happens whenever I try to use the post-importer and select to convert HTML or BBCode to Markdown.
- I have 89141 imported posts that …