FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
83 stars 53 forks source link

About automatically creating an image field in INTRO / FULL mode (and assigning it to ALL or to SOME types) on component installation #546

Open micker opened 8 years ago

micker commented 8 years ago

Hello after flexicontent installation and bind joomla article to flexicontent article user lost all reference to intro image field (joomla) => user can think he lost image, i think we can this :

ggppdk commented 8 years ago

A related issue is this: https://github.com/FLEXIcontent/flexicontent-cck/issues/34

about creating an

will add this as a post install task, here is how to make it work properly without need for user actions

On visiting FC dashboard:

  1. Check if INTRO / FULL images is enabled in com_content configuration (backend of frontend)
  2. If it is enabled and field is missinge then create the field
  3. Then check types configuration for same parameter, that either USES JOOMLA DEFAULT SETTING or forces this to be ON / OFF, for those types that have this enabled assigned the field to them

done

agerix commented 8 years ago

Excellent this will be very useful for our next projects, thank you ;)