This seems like a great module. Are there any plans to update to 4.7?

CommentFileSizeAuthor
#1 taxonomy_ticker.module_0.patch1.91 KBkayfish

Comments

kayfish’s picture

Status: Active » Needs work
StatusFileSize
new1.91 KB

Updated forms to 4.7. However, the following problems still exist:

- Block does not begin scrolling until I furst put the mouse over the block, them move it away.

- No hyperlinks in block text.

I don't know any javascript to fix.

mathieu’s picture

Version: 4.6.x-1.x-dev » master

Thanks! I don't have much time to look at that now, but I'll see what I can do later.

markhope’s picture

Hi,

I'd love to be able to use this in 4.7

I'm not able to contribute to the coding but need to include it, or something similar on a client site. I'd be prepared to make a financial contribution/donation to get this updated.

I'm new to Drupal (have only used 4.7) but I'm amazed at the level of support it already has.

mathieu’s picture

I guess that as maintainer, I should finally do the job. Any donation would be much appreciated, especially if I end up doing this upgrade saturday morning.. :)

I'll see what I can do with the first patch and we should have something working next week.

markhope’s picture

That would be greatly appreciated mathieu. Let me know how you get on and what/where to donate.
I realise you must be busy.

Thanks
Mark

mathieu’s picture

Assigned: Unassigned » mathieu
Status: Needs work » Fixed

Ok, I finally did it.

"If debugging is the process of removing bugs, then programming must be the process of putting them in..."

...so please, test and give me (hopefully good) news. :-)

Kayfish : thanks a lot for the forms api patch!

Markhope : I'm just about to send you a private message. :-)

mathieu’s picture

Just in case anyone's interested, here's a link to the cvs commit : 34133.

The code is now using drupal_add_js() and isJsEnabled(). I guess people could use example of that stuff as I didn't find much.

Anonymous’s picture

Status: Fixed » Closed (fixed)