Easylink not compatible with TinyMCE GZIP processor
alexcunha - December 27, 2007 - 12:22
| Project: | EasyLink |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
Helo,
After install EasyLink, dont find any buttom or option related with EasyLink on the tinyMCE editor.
My setup is:
Drupal 5.5
TinyMCE 5.x-1.9
EasyLink 5.x-1.x-dev
IMCE 5.x-1.0
Do I need setup something else?
Thank for your help.

#1
I had the same problem. In my case, i realized that when following step 2 (shown below) i added the text at the bottom of the page when it should be placed before the last line that says "return $plugins;" I have attached an image showing this. Hope this helps
Step 2
Register the plugin with TinyMCE by adding the following lines to plugin_reg.php
$plugins['easylink'] = array();
$plugins['easylink']['theme_advanced_buttons1'] = array('easylink');
#2
I also had the same issue as alexcunha. When I disabled the TinyMCE gzip processing the button appeared so this seems to be a bug in the plugin itself. I'm not familiar with TinyMCE so I am not sure how to debug this issue.