Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
TinyMCE?
This discussion has been closed.
Comments
do you think it would be a better idea to recommend installing dojo to the global forum/js/ folder instead of the extension folder? that way if someone else builds an extension based on dojo, there won't be two copies?
(extract to the extensions/DojoEditor/library/dojo-0.3.1-widget/src/widget/templates/buttons folder)
these are the ones they have on the dojo demo site.
here is the screenshot
TODO
make custom config files so the original fckeditor files are not touched
remove advanced features, don't want people to muck up their forums
make a plugin out of it *gulp*
ps: I made a mistake in my previous post. I should have say:
"nb: I am using kses for validation, so you can't use the style attribue."
Spaw looks interesting too.
@itchy: the url to the icons above is broken.
oFCKeditor.BasePath = "' . $Configuration['WEB_ROOT'] . 'js/FCKeditor/" ; oFCKeditor.Config["CustomConfigurationsPath"] = "' . $Configuration['WEB_ROOT'] . 'extensions/FCKeditor/vanillaconfig.js";
instead. my forum isn't located in /vanillaother than that, great job!
i made a couple of other fixes to the code - added a stylesheet to the editor area so that the comments box looks like it will really look on the page, removed the full screen preview button, and hid the "big input" button.
i uploaded it to here if you want to play with it or include the mods in your addon.