I am using Drupal 6.3 and once i unzipped the folder in the sites/all/modules folder
i can see the checkbox to enable in the model admin page
once i enable it and save configuration
I cannot see it in the administration by module page

Please help!

Comments

Kirk’s picture

That's because it's a filter, you enable it on the Input Methods.

mandmzoom’s picture

ok got it working...thanks a lot...so now how do i overrite the default width and height settings...
also if their a better way to integrate this with drupla...like a frontend

Kirk’s picture

edit video_filter_codecs.inc look for the following lines for each site

		'ratio' => 425 / 355,
mandmzoom’s picture

ok perfect...yes i could make that to work..thanks a lot..but on my second question, i would be oblidged if you could take some time to answer this...is their an GUI interface in drupal so the user need not type the [video:URL] for the pasting his video..or you can suggest me some better way to code it as well

Kirk’s picture

I use bueditor http://drupal.org/project/bueditor which allows you to easily make your own buttons. I imagine you could do the same with TinyMCE or whatever editor you use.

mandmzoom’s picture

thanks so much again...i will try this module soon..and let you know

mandmzoom’s picture

while we are at this discussion, i don't know if this is the correct place, but i wanted to ask you if their is any module for uploading videos to youtube? Thanks once again

blackdog’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.