Closed (won't fix)
Project:
Video Filter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2008 at 13:53 UTC
Updated:
8 Nov 2011 at 09:38 UTC
It's working great I just wonder is there a way to render the object text from the template side instead having to specify the [video:] filter syntax in the node? I say that just bc even though it's simple enough for the user to type in [video:url] it would be even easy if I just had them paste the url then I made it render correctly from the node template. How would I do that or is that something that would have to be added?
Comments
Comment #1
totaldrupal commentedI second this question.
Comment #2
blackdog commentedI'll have to think about this, but I can see the use for it. It should be added as a setting, so site admins can decide. Patches welcome.
Marking #416724: Tagless format as duplicate.
Comment #3
blackdog commentedMarked #221719: parsing as duplicate. Mentioned issue has link to a Simple Machine forum plugin that might be useful.
Comment #4
Flying Drupalist commentedThanks subscribe.
Comment #5
rokrsubscribing - would be perfect.
Comment #6
polskikrol commentedAgree this would be a useful feature to 'dumb down' the content creation process by non-technical people.
Comment #7
kirkcaraway commentedI agree also. It would seem there should be some simple way to do this without adding a special tag, at least for YouTube. Could there be some way to make a filter that detects a YouTube URL and adds the tag?
For the site I am working on, most nodes will be submitted via email. I want them to be able to email videos directly from YouTube (which doesn't allow adding tags) and have them show up as players on the site.
Thanks.
Comment #8
rokrJust fyi, i just discovered this requested feature in emfield module. There is a seperate "Embedded Inline Media" module which is exactly doing what we are looking for in ths issue.
cheers, Ronald
Comment #9
Flying Drupalist commentedThat would be great, do you have a link to the module? I can't find it.
Comment #10
rokrIt is part of the emfield module package (link at #8) and it is listed within group "other" at your modules page.
Comment #11
Flying Drupalist commentedAhah, cool. Do you know if there needs to be a field on the node for this to work?
Comment #12
rokrThe module i'm talking about works as an input filter with just the video url without brackets.
Comment #13
kirkcaraway commentedThanks for the tip, but I'm not seeing this module anywhere on my modules page. I just reinstalled emfield and ran update, but still can't find it. What is the exact name that appears on the modules page?
Update: I found it. It's in the dev release of emfield. I'm trying it out now. Thanks again.
Comment #14
kirkcaraway commentedAnother update: I can't seem to get the emfield inline filter module to work, but no go. Any tips on how to make it work? I will file an issue over at the emfield page.
Comment #15
SeanBannister commentedFor anyone wanting to follow along the issue on how to use emfield is at http://drupal.org/node/524410
Comment #16
Gabriel R. commentedParsing simple URL's would male this module much more useful.
Comment #17
lelizondo commentedIf I understand correctly (I didn't read the whole post) you are looking for something like http://drupal.org/project/googtube
Comment #18
Gabriel R. commented@lelizondo Bam! That's it. Thanks.