Unless you check the 'advanced image' and 'advanced link' option in configuring buttons for editor profile, the img and link buttons do not work.

Comments

kreynen’s picture

What version of the TinyMCE toolbar/browser are you using? Both basic images and links work fine on the TinyMCE 5.1 demo site.

huayen’s picture

I am using tinymce 5.x-1.x-dev with Tinymce V2.1. Maybe because I am not using V2.0.8 as required in readme.txt?

JefPatat’s picture

I'm having the same issue, if I read this I didn't post another bug for this, sorry.

I tried with 2.0.8 but it makes no difference to me.

It is trying to grab http://www.jefspalace.be/cms/modules/tinymce/tinymce/jscripts/tiny_mce/p..., that page does not exist, but the htm does. When changing the extension in my browser it automatically converts back to php.

kreynen’s picture

If you are using a version of TinyMCE that requires 2.0.8 you are using an old version of the module. Please download the current version and let me know if there is still a problem.

JefPatat’s picture

I used 5.x-1.x-dev module from http://drupal.org/project/tinymce in which the install says "Download TinyMCE 2.0 from ..." It nowhere noted about 2.0.8
Since that is not the latest TinyMCE release I installed 2.1.0. That did not work out, so I removed the tables with phpMyAdmin and installed 2.0.8

This did not make a difference. I have the feeling I'm missing something very simple but as a newbie I don't find it.

kreynen’s picture

Status: Active » Closed (fixed)

During the "dark days" of this module there were a few versions that didn't follow the same directory structure for enabling TinyMCE within the module. It should be /modules/tinymce/tinymce

You shouldn't have to change anything in the /tinymce/tinymce directory to get adv image and adv link to work. Simply checking the boxes in the GUI button picker for "Advanced image" and "Advanced link".

This has something to do with you server because all .htm requests are redirected to .php. Try...

http://www.jefspalace.be/test.htm

JefPatat’s picture

that indeed is correct, I've never noticed this before. An *.html file is not, might this be the reason?