I am trying to install easylink in tinyMCE. I have done everything in the readme text file. In the configuration of the tinymce there is a "easylink-easylink" option but it doenst appear in the bar when you are editing.

Also adding the

I am using wamp for windows and except this drupal (5.2) is working fine for me.

Anyone knows what the problem is?

CommentFileSizeAuthor
#8 funkyeasylinkicon.png3.59 KBmessenger
#4 editor_plugin.js_.txt1.69 KBydsten
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

imrook’s picture

Status: Active » Postponed (maintainer needs more info)

I can't tell what the problem is with this information. I can offer more help if you provide me the following:

  • Drupal version
  • Easylink version (I'm assuming 5.x-dev)
  • A set by step list of your installation and configuration procedure of the module
maximago’s picture

Same Problem here.
Drupal 5.1
Easylink 5.x dev

Steps:
Uploaded & activated module
puted the subfolder in the plugin-directory of tinymce
Addded the two lines
-----------------------
In the buttons and plugin config, the option is shown, but there's no
button when creating new content
-----------------------

We have Bold, Italic, CSS, image with IMCE, and link activated in tinymce

thanx!

jwilde’s picture

same problem here - no icon on toolbar.

jim

ydsten’s picture

FileSize
1.69 KB

I had the same problem.

The solution is to remove all comments and line breaks in editor_plugin.js

gcassie’s picture

Title: No Icon » Still No Icon

I tried the new editor_plugin.js file ydsten posted, and I'm still having no luck with this button showing up. I have drupal 5.2 running with quite a few TinyMCE options activated. Any other thoughts as to why the button won't show up, even though it is activated in the profile? I've reinstalled the module, cleared the cache, and rebuilt the permissions with no luck.

anosworthy’s picture

I had exactly the same issue. I installed the easylink sub-directory in the directory as specified by the docs:
{root}/sites/all/modules/tinymce/plugins

I was getting the same issue you were all experiencing -- everything seemed to work in that I could tweak the settings and do pretty much everything, except the icon didn't appear on the TinyMCE editor.

Just to humour myself, I tried copying the easylink directory in to the following directory:
{root}/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/plugins

Now it works perfectly.

Not sure whether it's outdated docs, a bug in the module, user error on my end, or a combination of the three, but there you go.

- Andrew.

rgraves’s picture

Title: Still No Icon » Possible Solution

I had it where the EZlink icon was appearing on the TinyMCE configuration page (where you check off what icons you want to appear in TinyMCE) but not when you went to create a new page.

The problem for me was the icon on the config page was pointing to /modules/tinymce/tinymce/jscripts/tiny_mce/plugins/easylink/images/easylink.gif while the icon on TinyMCE itself was pointing to /modules/tinymce/tinymce/jscripts/tiny_mce/plugins/easylink/images/easylinkimage.gif (notice the different filename).

I just made a copy of easylink.gif and saved it as easylinkimage.gif. That solved it for me.

messenger’s picture

FileSize
3.59 KB

Initially i also thought the icon was missing, I am using the latest firefox 2.0.0.8. But the icon is present it just appears as a tiny dotted line, I'm attaching a screen shot.
I am unable to move it from this position. I've attempted at least to arrange it within the icons by editing the plugins file, but it remains where you see it.

A separate problem for me with tinymce is that i cannot get my selection to appear in the text area. not sure if it's my views or tinymce yet.

looking forward to solving this, i'm liking the functionality.

messenger’s picture

and yes the #7 solution of correcting the image name fixed the invisible image.

Anonymous’s picture

rgraves was right. The filename was wrong in the code. Thanks for the screenshot messenger. I did a fresh install and was able to duplicate the bad behavior. The fix has been commited and the next dev snapshot should solve this issue. I'm moving this to fixed but won't close until someone confirms the fix works.

messenger’s picture

This has fixed it for me.
thanks!

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks for everyone's help on this. Marking fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)