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.

CommentFileSizeAuthor
#1 plugin_reg.php_.jpg176.49 KBNijip

Comments

Nijip’s picture

StatusFileSize
new176.49 KB

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');

djorn’s picture

Title: Dont find any EasyLink buttom » Easylink not compatible with TinyMCE GZIP processor
Component: User interface » Code
Category: support » bug
Priority: Normal » Critical

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.