Hi,
I have created a list of article, each article name of the list is a link to the form 'Modify Article'.
At
the top of the list I have a button to create a new article. This
button call the form "create article". This form containt some fields
used into "Modify article" and some other no. Some fields are specifics
and so added into the table "#__cck_store_form_create_article" and into
"#__cck_store_form_modify_article".
After creation of my article,
this one is not into the list, because it is not linked to "Modify
article" form. If I have o look to the table #__cck_core, the column cck
if filled by "create article". If I update the cck column with "Modify
article", the article is listed, if I click on the link, the article is
displayed without specific fields.
So, how I can create the
article and modify it after directly from the list. My idea is to update
the table #__cck_core and also "#__cck_store_form_modify_article" with
expected field by a php code called by "after update" plugin when I save
the article , but I'm not sure that it is a better solution?
Is a solution exist nativly into Seblod?
Thank you in advance for your help
I hope that I have enough clear
Gerard