I click on the image or the embedded media link browser button and nothing shows up. The browser button is clearly highlighted with the mouse icon but nothing pops up. I download everything correctly to my knowledge. Is there anyway that i might have missed to get the browser link to work?

Comments

frost’s picture

did you figure this one out? same problem here!

mybinaryromance’s picture

the problem seems to be that any call to the tinybrowser-plugin ends up with a 'u is undefined' javascript error in tiny_mce.js in line 1.

i found http://tinymce.moxiecode.com/punbb/viewtopic.php?id=15984, which says one has to add a link to the tb_tinymce.js.php right after the link to tiny_mce.js, which i did by adding this line

drupal_add_js($path.'/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tb_tinymce.js.php', 'module', 'header', false, true, false);

to line 12 of tinytinymce.module

it doesn't change anything. i run version 5.x-1.5.