Sir, I would like submit a problem that experienced during my integration of link to content module with drupal 5.2 and tinymce 5.x. No error will be displayed now.Also the buttons are visible while I select the button link in the edit profile link.I just go through the issued submitted by others here and just check all solutions given by you.But.....Please give me a help.

Comments

stborchert’s picture

Assigned: veenaarun » stborchert
Status: Active » Postponed (maintainer needs more info)

Hi.
I don't really get your problem after reading your message but I guess you don't see the buttons of linktonode and linktomenu in the tinymce toolbar.
Could you please check the file "plugin_reg.php" in modules/tinymce. There should be some code at the end of the file like

   // linktocontent.module: linktonode
   if (is_dir(drupal_get_path('module', 'tinymce') . '/tinymce/jscripts/tiny_mce/plugins/linktonode/')) {
     $plugins['linktonode'] = array();
     $plugins['linktonode']['theme_advanced_buttons3'] = array('linktonode');
   }

(hm, must be there because otherwise the buttons were not shown in config)

Do you overwrite the tinymce toolbar buttons in your theme's template.php?
Another special configuration?

greetings,

Stefan

btw: if you assign this issue to yourself you mark it as "I will fix this." :-)

metabits’s picture

Well, maybe the problem is the same that happens to me...

I did it everything as you mention on the install file...

I get the buttons in my profile...

I even can click on them... let's say on node... I get to display the taxonomy (categories) for nodes until I get to the one from which I want to get my node, let's say 'news'... but no list of nodes with category 'news' are displayed, hence I am no able to make any link...

The only thing I didn't is to install category for activating link content by category because I was interested mainly on getting links to nodes.

Did I miss anything to get it work? Something I should do to TinyMCE module maybe or anything similar?

psc

stborchert’s picture

Hi.
Did you select any content type to be displayed on admin/settings/linktocontent/linktonode?
Otherwise there will be no node selectable.

metabits’s picture

That was it!

I think I got confused with the label 'disabled plugins' and I left it as it was. But now it works...

Very useful plugin!

Thanks again,

psc

stborchert’s picture

Status: Postponed (maintainer needs more info) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

arethusa’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

I am facing the same problem. In my case, there is no plugin for 'Link To Node' at all displayed. There is only one plugin, 'Link to Menu'. There is no disabled plugins list too. I too am able to see the button and click on it, but no nodes are displayed. This was working earlier before 1) I had upgraded Drupal 5.2 to 5.11 and 2) Moved the contributed modules folders to sites/all directory.

Please help me with this issue.

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

If you moved the module folder, you probably have to clear your site's cache.

If that does not help, please open a new issue.