Closed (fixed)
Project:
Video Filter
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2011 at 09:33 UTC
Updated:
27 Jul 2016 at 00:08 UTC
Jump to comment: Most recent
Comments
Comment #1
paul_constantine commentedComment #2
alpritt commentedFrom the README.txt (my emphasis):
I had this same problem and moving it from the top and back again fixed things. If you are curious click 'show row weights' and see if those two filters are weighted equally.
Same problem?
Comment #3
paul_constantine commentedPerfect!
They both had in fact the same weight, changing that solved the problem :-)
Thank you very much.
Comment #4
blackdog commentedComment #5
kosmik commentedI have the same problem and the solution is just right here!
Comment #7
acoustika commentedI had this issue also, and cant fix it the way I want....
Order and things is right, but I have wysiwig and tinymce installed, and have the link button on filtered_html and if a user writes (no button) [video: (and then copy/paste URL)] the pasted link is shown in blue (as a link) in the editor which make it not ahow up as a video...... I can tell that this is what is wrong because if i go in to edit the content and via unlink button in the editor removes the blue(make the video url a non-link) the video shows up....
The convert url and video filter order is right, checked it as you wrote with 'show weights'
And it should be working like this, since users will always copy/paste the url.....
Comment #8
acoustika commentedAhh actually think i figured out what caused this.... I had allowed the
<a>tag in the allowed tag list, removing that made it work... kinda new to drupal, didnt realize that the convert links option would do the<a>tag for me without having it in the list... :-)But still i would think its kinda minor bug? because the video filter should still work even if ppl put the
<a>tag in the allowed tag listComment #9
blackdog commentedVideo Filter can't work if the URL is converted to an
<a>tag. But, also news to me that adding the<a>to the list makes it not work. If it comes up again, we might need to add it to the documentation.Comment #10
gagoo commentedOk,
I had the same issue with CKEditor : It always made the urls as link in the wysiwyg editor immediadtly after typing them.
I found the solution: I use the FastestFox Firefox addon that have an option to automatically make all urls in the page as link. I turned of this feature and my urls are not automatically linked anymore.
So you should verify that no browser addon or browser option automatically links urls.
:)
Comment #11
funana commentedI ran into the same problem and changed the filter position to top, then to bottom again, but the video wasn't displayed.
When I deleted the
<a>tag from the allowed tags it worked.Definitely a bug if you ask me, because we will need the a tags.
Comment #12
blackdog commentedIf you use Limit Allowed HTML tags, have that run BEFORE video filter, I.E. first. That will solve it.
Comment #13
blackdog commented