Hi there,
I am finally discovering FlexiContent after a discussion with Emmanuel @ the last JoomlaDay in France and after a few exchanges with Yannick, who both convinced me of the excellence of the tool
But still I face a very annoying problem, as
- I have been fighting 1/2 day just for trying to solve this alone
- the project for which I must apply this should have all articles imported... byt the end of this w-e
So here is the issue I am facing : I am using the lastest FlexiContent v3 version.
I have tested the importation.
It works great for
- text fields
- text fields with multiple values added
But I can't make it work for
- checkbox (configuration of field being: 1::Yes%% 0::No%% )
- selectmultiple (configuration of field being : film_reel::Cinéma du réel%%film_sf::Science-Fiction%%film_aventure::Aventure%% )
I can't find no example of how to formulate those types of fields in the CSV file (nor on backend of Flexi, nor on this forum, nor in the tutorials)
Let's take the example of the checkbox, how should I write the value in the CSV file :
~~ 1::Yes%%
~~ 1::Yes
~~ 1
~~Yes
...
I have tried all combinations I could think of, but I always get errors of the following kind
Warning: Invalid argument supplied for foreach() in /home/woluweb1/public_html/_demos/_flexi/plugins/flexicontent_fields/checkbox/checkbox.php on line 873
So what am I doing wrong ?
Can you give me a quick example of how to formulate those values in the CSV files ?
Txs a lot !
PS : of course, I also tried things like
~~1%%0
~~Yes%%No