06-11-2010, 04:43 PM
Pages: 1 2
06-11-2010, 05:04 PM
Yay, now if they could remove Code Press, and that stupid forum permissions JS draggy piece of crap...
(can't be bothered looking up the licenses of those things)
(can't be bothered looking up the licenses of those things)
06-11-2010, 08:37 PM
Yeah I agree that they either should remove Code Press or switch to something better. That thing never works for me
Edit:
(that's why I disable it)
Edit:
(that's why I disable it)
06-16-2010, 04:22 AM
CodePress is LGPL.
If someone would recommend a better one we could integrate on the MyBB Site, we would be happy to switch to it.
If someone would recommend a better one we could integrate on the MyBB Site, we would be happy to switch to it.
06-16-2010, 06:36 AM
(06-16-2010 04:22 AM)Ryan Gordon Wrote: [ -> ]CodePress is LGPL.
If someone would recommend a better one we could integrate on the MyBB Site, we would be happy to switch to it.
Here's a list of them:
http://en.wikipedia.org/wiki/Comparison_...http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_co
EditArea seems to work fine
06-16-2010, 11:08 AM
I haven't really tested those, but I don't think Javascript is really meant for syntax highlighting. This stuff takes a bit of effort from the system, and a purely interpreted scripting language (some newer browsers may be doing some JIT compilation or similar) isn't really designed for this stuff.
Also, you should cater for users on older hardware. At a minimum, I reckon someone with an Intel Atom N270 @1.6GHz processor - it should run reasonably well with a large template.
Also, you should cater for users on older hardware. At a minimum, I reckon someone with an Intel Atom N270 @1.6GHz processor - it should run reasonably well with a large template.
06-17-2010, 05:01 PM
That's why we have an option to turn it off. You're not forced to use it by any means.
06-17-2010, 08:02 PM
Leaving everything as an option is not necessarily an optimal thing, not to mention issues of maintenance and so forth.
Having a big monolithic script has its issues - leaving useless fancy stuff like this (which breaks functionality) is probably best left to modifications.
Having a big monolithic script has its issues - leaving useless fancy stuff like this (which breaks functionality) is probably best left to modifications.
Pages: 1 2