I use conditional field which should trigger a method of image upload.
Default method: multiple (ImageFUpload, not controlled)
Trigerred method (controlled field):sinle (Imagefield).

If I use selectbox or radios, I get the message warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/my_website/sites/all/modules/conditional_fields/conditional_fields.module on line 770. (after uploading images and saving node).

Allowed values:
multiple (default), controls nothing
single (controls Imagefield).

I tried also
multiple (default, controls ImageFUpload)
single (controls Imagefield)
... the same result

If I use single checkbox (only for single upload method - controls Imagefield), it does not work (ImageField does not appear after checking the box).

So, I am not able to find any working possibility.

The export of the content type is attached. Thanks in advance for help.

CommentFileSizeAuthor
album_content_type.txt1.01 KBmy-family
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

peterpoe’s picture

Title: Wrong datatype for second argument » Compatibility with Image FUpload
Version: 6.x-1.0 » 6.x-2.x-dev
Component: User interface » Compatibility w/ other modules

Compatibility with non-core CCK modules is in the works for version 2 of CF.

my-family’s picture

Thank you.. that's great. I was (or I am...) not sure if it could be "only" a problem of some javascript conflict (?)
Despite of that, thank you for your nice module...

design.er’s picture

Hello :)

Are there any news regarding Image FUpload support?
I use both modules CF and Image FUpload a lot and would be very thankful if they could become friends. :)

I love CF! Thank you so much for your great work on this!

Stefan

dgastudio’s picture

+1

peterpoe’s picture

Issue summary: View changes
Status: Active » Closed (outdated)