Closed (fixed)
Project:
Link to content
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
15 Sep 2006 at 11:14 UTC
Updated:
18 Sep 2006 at 07:50 UTC
In the message
Configuration for "link to node" has been disabled
because the corresponding tinyMCE-plugin does not exist.
Please check the README.txt for more information."
the link to README.txt is broken.
I'm not sure you can have a direct link to an install file anyway.
Maybe use hook_help instead ?
I don't understand why I get this message, BTW, but I'll post a separate support request if I really can't figure it out :-)
Comments
Comment #1
stborchertHi.
Ähm, you're right. The link to README.txt isn't correct.
You get the error message because you didn't copy the files (folder "linktonode") in linktocontent/tinymce_plugin into the tinymce plugin folder (tinymce/.../tiny_mce/plugins).
(copied from installation.txt):
Hope, this helps.
Comment #2
stborchertOk, seems I should work on the messages to clearly tell the user what's wrong and how to fix it.
Thanks for your hint.
Comment #3
yched commentedWell, what I meant with "I don't understand why I get this message" is that I did copy the plugin in the TinyMCE folder.
I even enabled it in TinyMCE profile buttons / plugins...
In fact, I think I did everything that's described in INSTALL.txt...
Comment #4
stborchertOh, I got it. It was a really nasty bug (or mistake).
My check, if the plugin-files exists always returned false and I handled it in a wrong way.
Please try the newest versions of linktocontent.module and plugins.inc.
Comment #5
yched commentedThat looks better, thanks :-)
The error message on admin/settings/linktocontent disappeared, and I can select my "active extension" allright.
But I still can't see any linktonode icon in the TinyMCE toolbar...
(yet the plugin is enabled on the tinyMCE profile, and I added the things in plugin_reg.php)
Comment #6
stborchertHm, strange.
Could you please send me (per mail if you don't want to make it public) your directory structure (modules, tinymce, ...) and some information about your configuration.
Comment #7
yched commentedEr, my fault, silly mistake.
I copied the files in the wrong "plugins" directory
(modules/tinymce/plugins
instead of
modules/tinymce/tinymce/jscripts/tiny_mce/plugins)
Guess I was tired. Sorry about that, and thanks for the quick replies.
Comment #8
stborchertPuh, good to hear :-)