Unless you check the 'advanced image' and 'advanced link' option in configuring buttons for editor profile, the img and link buttons do not work.
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
Comment #1
kreynen commentedWhat version of the TinyMCE toolbar/browser are you using? Both basic images and links work fine on the TinyMCE 5.1 demo site.
Comment #2
huayen commentedI 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?
Comment #3
JefPatat commentedI'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.
Comment #4
kreynen commentedIf 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.
Comment #5
JefPatat commentedI 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.
Comment #6
kreynen commentedDuring 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
Comment #7
JefPatat commentedthat indeed is correct, I've never noticed this before. An *.html file is not, might this be the reason?