Hi
I appreciate the feedback
But none of them works in Joomla 1.6.
Well, disabling TinyMCE might work, but is not an option for me.
JoomlaWorks AllVideos are joomla 1.5 compatible.
I find it hard to belive that there is no setting in Joomla 1.6 that enable the inserted code from the TinyMCE "Insert / Edit embedded media" dialog to actually be inserted without beeing filtered.
I find in Joomla 1.6 in "Article managers" -> Options dialog -> Tab: Text filters
Is it not possible to set up Text filters in such way that the inserted code from the TinyMCE "Insert / Edit embedded media" dialog actually works (not get filtered)?
Anybody?
*** UPDATE ****
Here is the code that should have been inserted when using
the TinyMCE "Insert / Edit embedded media" dialog
(this is what is in the preview area of the dialog if you inspect it):Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="300" height="200" id="obj" name="eobj" align=""><param name="src" value="http://www.youtube.com/v/LTGwBpigmKw&feature"><param name="url" value="http://www.youtube.com/v/LTGwBpigmKw&feature"><param name="width" value="300"><param name="height" value="200"><param name="id" value="obj"><param name="name" value="eobj"><param name="align" value=""><embed type="application/x-shockwave-flash" src="http://www.youtube.com/v/LTGwBpigmKw&feature" width="300" height="200" id="obj" name="eobj" align=""></object>
Here is the code that is actually left when looking at the code in TinyMCE after inserting the video:Code:
<img src="http://www.mydomain.no/socrith/media/editors/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif" mce_src="media/editors/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif" class="mceItemFlash" title="src:'http://www.youtube.com/v/LTGwBpigmKw&feature',width:'300',height:'200'" width="300" height="200" align=""><br mce_bogus="1">
Now if someone could tell me how to use the
"Article managers" -> Options dialog -> Tab: Text filtersso the video related stuff not get filtered out, then things would look a lot brighter
I have tried to do this the following here:"Article managers" -> Options dialog -> Tab: Text filters
I have selected "Administrator" and "Super users" from "Filter groups"
Then I set "Filter type" to "Blacklist (Default)"
"Filter tags" and "Filter attributes" are both empty.
Then I try to insert a video into an article using the TinyMCE butto:
"Insert / Edit embedded media"
Flash, and just insert a youtube URL to the video.
The code that is inserted when I click Insert button in the dialog still gets filtered.... bahhhhh
Is the text filters not working yet?