-
After editing a post the entry of a [url]https://bug.com[/url] was doubled.
and looked like this
[url=http://https://bug.com]http://https://bug.com[/url]
in the post.
-
I copied the Chrome version from another browser window into the WYSIWYG post editor.
The result was
[font='Segoe UI', Tahoma, sans-serif]33.0.1750.146, Windows 7[/font]
Which rendered as shown abov…
-
Either one of these two to format descriptions.
-
We hard-code bold, italic, etc in core, but the real awkward part is that the parser is a plugin, meaning if you swapped out Markdown for something else (like BBCode), you would still get the old form…
-
Si lascia markdown e si aggiungono tag HTML (sto avendo qualche problemino a riguardo, forse mi tocchera` forkare il parser markdown) o si rifa` tutto in BBCode (con parser da zero bello carino e cocc…
-
When using wysiwyg editör adding news item, on database newsbody row contain [html] tag. U can see already that tags when switching bbcode.
I try to ger news body on database it returns body with [h…
-
Hey, I wasn't able to find it if it exists, but it would be awesome to be able to remove the predefined buttons.
Disabling and hiding via css is stupid, but that's what I'm doing atm.
-
Hi,
There is problem with parsing links. If source string contains more than one url with same domain (?), rest of them are repeated by first two.
```
import bbcode
p = bbcode.Parser()
p.parse("http…
-
There are several issues with the current Parsers, espacially for those boards who use HTML (IPB).
We should: create an empty parser in "resources" (eg for MyBB or WBB where the BBCode is the same), …
-
When using the "Add A Link" feature, the resultant link is malformed as it includes "href". For example, **[url href=http://ddg.gg]** should be **[url=http://ddg.gg]**