I am using the following configuration:
Drupal 6.2
TinyMCE plugin 6.x-1.1-dev
TinyMCE 3.1.0.1
I want to be able to allow users to embed media files, such as mp3 or references to YouTube clips without having to use HTML (NB I have a separate issue where the 'disable rich-text' doesn't work - so I seem to be stuck every which way, as my users can't switch the editor off and just use HTML! I have reported this here, though maybe I should elevate this to an issue rather than a comment on another issue). However, there is no 'media' option shown in the TinyMCE to enable this functionality. There is however, a 'flash' option, which doesn't do anything - I note from the TinyMCE documentation that they are now deprecating 'flash' in favour of 'media'. See this.
I have examined the tinymce plugins directory and the media plug in present - while flash is missing, which probably explains why it doesn't work.
Any help most welcome!
Comments
Comment #1
gillianH commentedJust to add a comment - I have now reported the other issue I referred to separately.
Comment #2
biggena commentedYou need to edit file plugin_reg.php
Replace following lines:
With:
This was tested on:
Comment #3
gillianH commentedHi biggena,
Just a quick thank you for the above hint. This worked perfectly so my users can now post YouTube clips etc. without tears.
I'm sorry it has taken such a long time for me to give any feedback - today was the first chance I've had to try the fix out due to holidays and and the demands of a new job taking me away from messing about with Drupal.
gillianH
Comment #4
gillianH commentedJust updating the status...
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.