Great module. However, I have an image gallery of filefield/imagefield and emimage type. It works great on the imagefield but I get no "Hover:..." choice in views on the emimage CCK field type. Thankx for any answer.

Comments

glenshewchuck’s picture

Category: support » feature

I noticed in the module code that it only looks for filefield types. Can this be changed to also include emimage type ?

$formatters[$id] = array( 'label' => t('Hover: @preset_a TO: @preset_b', array('@preset_a' => $preset_a['presetname'], '@preset_b' => $preset_b['presetname'])), 'field types' => array('image', 'filefield'),

rjbrown99’s picture

#1 - I am assuming that was the only change, and that it works for your emimage type? I'm not using that so I can't directly test it, although as stated that's a pretty minor enhancement. Also, if anyone else is using this and tests that change I'd appreciate hearing about it. I'm open to adding it.

summit’s picture

Subscribing, greetings, Martijn

rjbrown99’s picture

Status: Active » Postponed (maintainer needs more info)

I need a bit more information on this one, postponing unless someone chimes in with more details. I'm not using emimage so I'd like to know if this is the only change to make it work.

rjbrown99’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Cleaning up the issue queue.