function video_filter_process
Stan.Ezersky - March 30, 2009 - 19:48
| Project: | Video Filter |
| Version: | 6.x-2.5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Can I use video-tag like this:
http://www.youtube.com/watch?v=uN1qUeId
?
And my string in function video_filter_process will be
......
if (preg_match_all('/\<video>((.+))?( .+)?\<\/video>/isU', $text, $matches_code)) {
.........
}Is it right?

#1
What is it that you're trying to do? Is it the
[video]tag that you don't want to use?#2
I want to use
<video>link</video>, not a[video:link]#3
Sure, you could change this by hacking the module, but it's not something that I support.