I have mix and match and have tried installing both ckeditor and tinymce with no luck. I'm not sure if I'm doing something wrong or the theme doesn't support wysiwyg editors.

This is from the installation document:
http://drupal.org/node/371459
In a nutshell, the wysiwyg module assumes that your theme uses the closure variable, if you don't then wysiwyg.js won't load!

To make it work, insert the following in your theme's page.tpl.php, just before the closing body tag......
print $closure

This will result in a script tag added to the bottom of your page that refers to the wysiwyg source, e.g., "/xxx/sites/all/modules/downloaded/wysiwyg/wysiwyg.js?q"

Comments

ajross’s picture

Assigned: Unassigned » ajross
ajross’s picture

Status: Active » Closed (won't fix)

As you can read on the project page, the theme has been moved to the AdaptiveTheme base, and I will not be doing any future releases of the Fusion-based version. But for anybody who decides to continue using the older release, this is useful information and they should make a change to the page template manually. Thanks for posting the issue.