I installed the plugin and the HTML Purifier requirement. Enabled both. And the format tools just don't show. What I am doing wrong? I need to modify something?
If you see text overlaying the formatting buttons, edit line 13 (style for: div.wysiwyg ul.panel li a) of jwysiwyg's css file: plugins/jwysiwyg/jquery.wysiwyg.css
@rak: I disabled HTMLPurifier and updated jQuery WYSIWYG to the 1.1 version. And no success ... very strange ... The link you suggest, send me to a blank page.
The problem is the include path. It's pointing to /plugins/* which works fine if Vanilla2 is installed on the base of the domain. However if it's installed in a subdirectory, such as discussion, it wont be included properly.
As far as a solution goes, I've hardcoded the path into my install of the plugin, but i'm sure the Vanilla 2 plugin API exposes the installation path, and so the plugin needs to be fixed for this.