Closed (won't fix)
Project:
TinyMCE AHAH Integration
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2009 at 00:27 UTC
Updated:
10 Jun 2009 at 01:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
tom friedhof commentedThere was a variable name typo in the module that was causing this not to work. Fixed the variable name on line 43 of tinymce_ahah.module file. Small patch included.
Comment #2
effulgentsia commentedApologies for the insane delay in responding. Back when I added this module, I was still fairly new to maintaining an issue queue, and I allowed some issues to slip through the cracks unanswered.
The patch is incorrect. The original line is spelled correctly. With the 6.x-1.0-beta1 version, you can have unlimited textareas initialize just fine if you make sure the visibility setting in your tinymce profile includes these paths:
content/js_add_more*
flexifield/ahah/*
At this point, though, you're probably better off using the Wysiwyg API module instead of the tinymce module, and the Wysiwyg API CCK Integration module instead of the tinymce_ahah module. The Wysiwyg API module with the tinymce editor integrates into drupal better than the older tinymce module.