I'd really like to have the Googtube features on my Drupal 5 site!

Comments

keizo’s picture

I'll try to get this out this coming week, but if anyone would like to submit a patch before then that would help.

_andrew’s picture

I installed the Googtube module as-is on to a site I'm upgrading from 4.7.x to 5.1. Works fine for me without any additional changes. I think all that needs to be added is an .info file at some point.

lzap’s picture

Please bump the version. I will add new rules then because I am gonna use it widely.

two2the8’s picture

This module does indeed seem to work well in 5.x... all it needed (for me) was a .info file.

Glancing at the module developer's guide page on updating modules, it doesn't look like any of the hooks for input filters have changed from 4.7 to 5.x... or at least none of those included in this module. Other than a .info file, is there anything preventing this module from getting a 5.x release??

yngens’s picture

Title: 5.x support? » 6.x support?
Version: 4.7.x-1.x-dev » 5.x-1.x-dev

dev works well for 5.x, so it is already time to request for 6.x support.

Stampie’s picture

StatusFileSize
new12.83 KB

I have a zip archive attached with the modified info file. It seems to work like expected in my Drupal installation. Sorry that I do not have a patch, I only altered the .info file, otherwise it's the current 5.x version.

hutch’s picture

I am using googtube in D6, apart from the changes in .info, I made the following changes to googtube.module:

replace

function googtube_help($section) {
  switch ($section) {

with

function googtube_help($path, $arg) {
  switch ($path) {

It will work without this change, but this keeps it in line with the recommended way of upgrading modules.

physiotek’s picture

drupals tells me it'S not comptaible with 6.6 ......

alexandreracine’s picture

Does the simple combination of comment #6 and #7 works?

litelus’s picture

I tried it today and it works.

I've done #6, #7 and site configuration -> input formats -> and selected googtube filter at configure for filter html and full html; also the video was apearing 2 or three times on the page; that can be fixed by turning off the URL filter or puting it after googtube filter on the rearrange tab

cheers

fitz297’s picture

[woops]

alexandreracine’s picture

Category: feature » bug
Status: Active » Reviewed & tested by the community
StatusFileSize
new9.18 KB

Ok I tested, compiled #6 and #7, and thanks also to litelus I changed my input formats in the following order and it works!

filtre HTML
googtube filter
Convertisseur de saut de ligne (translation... ENTERs?)
filtre URL
HTML corrector

I attached a file witch is the complete thing, can someone put that in the Googtube download section?

alexandreracine’s picture

Title: 6.x support? » Googtube version 6.x here

Use the file in comment #12 and you are good to go.

Andrzej7’s picture

Works for my new Drupal 6 installation

Thanks :-)

alexandreracine’s picture

Status: Reviewed & tested by the community » Fixed

Version 6 should be up in less then 12h, but please wait at least 24h before creating new issue since I need to test the new 6.x.-dev download :)

Status: Fixed » Closed (fixed)

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