Hello
Based on the comment #1 http://drupal.org/node/356487#comment-2044356, I reopen an issue.
I've customized the default content type profile by adding a CCK image field. This field is required but during the register process this field can be left empty.
If I try to create a new content 'Profil' by the default node creation process the image field is required. This bug just come during the registration.
Comments
Comment #1
jepster_Hi,
I've write a mini-module which is working for my case. maybe it helps you.
Comment #2
stevedova commentedI've the same problem and i see the mini-module of jepSter, but how to use it?
Thanks
Comment #3
jepster_Simply add it into your module, dump the $form_state var, to see which name your content field has and change the array-identifier inside my mini-module.
Comment #4
mitylite commentedI also have this problem, and I also am not sure exactly what to do with that code. Do we create a brand new custom module or add it into the content profIle module?