Phil Nicolcev

Results 59 comments of Phil Nicolcev

Steven Levithan's code above doesn't seem adequate without lookbehind in the second tag. He has described something here http://blog.stevenlevithan.com/archives/reverse-recursive-pattern which was used here: http://patorjk.com/blog/2011/05/07/extendible-bbcode-parser-in-javascript/ It looks surprisingly short and handles...

I have a demo of a bbcode parser that does what we need here https://github.com/Frug/js-bbcode-parser and plan to use it in 0.9

I can confirm this is an issue with core chat.

I encourage you to grab the testing branch and give feedback. I had to change config.php and classes.php to load files a certain way, but it should be pretty clear...

Guest usernames are always surrounded in brackets `()` and in the provided themes are generally in a different color than actual users. We could add the option to disable sharing...

I think you mean desktop notifications. This is best implemented as a modification since it is not a browser standard. As far as I know only chrome users would get...

The settings in config.js that users can change in their own options are only meant to be defaults. If users clear their cookies and log into chat, those are they...

In addition to mute this should be a permission level, like requested in issue #32

@J3nkl3r You seem to be doing it with a /yt command. It would be a BBCode handled purely on javascript, like the other bbcodes. [youtube]link[/youtube] @flashii You can disable it...

It sounds like you're not including all the javascript correctly. Please use groups for support.