Can this be updated for drupal 6 please? I'm looking for just such a module.

CommentFileSizeAuthor
#7 cluetip_filter.png13.01 KBmtsanford
#2 cluetip.d6.zip102.46 KBa_c_m
#1 cluetip.d6.zip102.46 KBa_c_m
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

a_c_m’s picture

Status: Active » Needs review
FileSize
102.46 KB

I've attached a full copy of the module instead of a patch, its changed quite a bit for D6.

Its now dependent on the jquery plugin module JQ and is called via that module jq_add('cluetips').

Currently it is not using the other modules that JQ manages, instead including its own JS. I hope to change this, once the JQ module supports it (http://drupal.org/node/342902).

@stompeers - i would happly jointly maintain this module and commit the D6 version.

Work done on this D6 port was by OpenlyConnected for Demotix.com

a_c_m’s picture

FileSize
102.46 KB

whoops, error in the dependency. this zip fixes it.

Flying Drupalist’s picture

Hmm, instead of including hoverIntent in the file, why not just add a dependecy to the hoverintent module?

a_c_m’s picture

Miraploy, the code to do that is there, just commented out. As i wanted to be able to check if the hoverIntent module was under JQ management and us it in preference to the local copy if it was.

However, i couldn't find a way to do this (http://drupal.org/node/342902), so commented it out. Its very easy to add back in if you want it. Just comment out the line for $js = ...hoverIntent..
And comment back in the 'add' function.

And your welcome.

fm’s picture

@stompeers - i would happly jointly maintain this module and commit the D6 version.

Thank you for work here, a_c_m. Perhaps you should email stompeers directly to discuss joining him in maintaining this module. Also, I haven't been able to get this module to work, so I would be grateful for more comprehensive instructions.

mtsanford’s picture

Ah... yes I would very much like to see this as well.

mtsanford’s picture

FileSize
13.01 KB

I'd be excited to see this move forward into an "official" release. I'm working on a filter sort of like this one:

http://drupal.org/project/popup_filter

It looks promising. See attachment to get what I'm working on.

a_c_m’s picture

I've tried emailing the author, no reply, so I may start the abandoned module process. I dont have a lot of time, so i would be looking for the project to have at least one more co-maintainer. Anyone interested?

chrisshattuck’s picture

Sorry guys, I've been swamped and haven't been able to re-visit this module for a while. I would be happy to make you co-maintainer, a_c_m, I just need to familiarize myself with that process and take a quick review of the code. I will try to get to this this coming week.

Thanks!
stompeers

chrisshattuck’s picture

a_c_m, I have just officially made you co-maintainer of the D6 branch. I've taken a quick look through the D6 code and like where you're headed with it. Let me know if you need anything else from me.

Thanks!
Chris

a_c_m’s picture

I will commit my code it and get a D6 dev release out tomorrow (time permitting).

fm’s picture

I guess it didn't permit. ;)

a_c_m’s picture

Yeah sorry, time didnt, nor is it likely to now till the 6th - but we will see :)

a_c_m’s picture

Status: Needs review » Fixed

New release is in the system, just waiting for it to be packaged, shouldn't take more than a few hours.

Status: Fixed » Closed (fixed)

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