Closed (duplicate)
Project:
Embedded Media Field
Version:
6.x-2.x-dev
Component:
Embedded Inline Media
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2010 at 16:00 UTC
Updated:
10 Jan 2011 at 17:24 UTC
- Inline filter enabled;
- Put it above URL Filter;
- Full HTML allowed;
- Whizzywig editor (tried in both Visual or HTML Mode);
The video URL is not converted.
Tested with Vimeo and Youtube.
Am I missing something?
What can I do to debug this problem?
Comments
Comment #1
brightboldJust checking - do you have the appropriate provider modules (Media: YouTube or Media: Vimeo) installed? Apologies if you're way past that step.
Comment #2
upupax commentedYes they are both installed and working correctly using a cck video emfield.
Comment #3
seanrI've got the same problem but I'm using WYSIWYG with TinyMCE. It's definitely not working as advertised.
Comment #4
pribeh commentedSame here. No wysiwyg here.
Comment #5
geerlingguy commentedI think you may be hitting this issue: #1021656: Embedded Inline Media doesn't work if Embedded Media Field present.To all having this problem: Do you have a CCK field in this same content type with embedded media? Can you test the filter on a content type that doesn't have an emfield CCK field?I also found #811090: Embedded Inline Media filter regex out of date - URL can't be wrapped in HTML tags, which I'm favoring over this issue... it seems that may be the actual problem here.
Comment #6
geerlingguy commentedMarking as duplicate of #811090: Embedded Inline Media filter regex out of date - URL can't be wrapped in HTML tags. Please see that issue and try suggestions in there to see if that helps you.
(Basically, even wrapping the link in
<p> ... </p>tags without any whitespace around the URL will cause this problem. That's why it's so prevalent in WYSIWYG editors. Without a module like WYSIWYG Force Linebreaks, even putting a link on its own line will not work, as it will be wrapped—behind the scenes—in a<p>tag.