Hello!
Working with:
Joomla! 2.5.8
CF 4.0 RC3.5.2
I've created a form that created an article with some informations asked in the form.
I can't use the action Sumit article (because it's too simple) so I use a simple DB save.
The article is created ok.
But I can't delete it in the backend, even with the admin count. I need to go in the db with PhpMyAdmin, where I can delete it.
The articles created with the joomla submit article can be delete in the backend.
I set the following data in the form:
title
alias
introtext
catid
state
access
created_by
created
publish_up
metakey
language
I can't see any difference between the article created with my form and those created with joomla in the rights of the articles.
I've got difference in the following data:
images -> set to {"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""} with joomla and null with my form
urls -> set to {"urla":null,"urlatext":"","targeta":"","urlb":null,"urlbtext":"","targetb":"","urlc":null,"urlctext":"","targetc":""} with joomla and null with my form
attribs -> set to {"show_title":"","link_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","urls_position":"","alternative_readmore":"","article_layout":"","show_publishing_options":"","show_article_options":"","show_urls_images_backend":"","show_urls_images_frontend":""} with joomla and null with my form
metadata -> set to {"robots":"","author":"","rights":"","xreference":""} with joomla and null with my form
Have you ever seen that?
What could I do?
Thanks
Flo
Working with:
Joomla! 2.5.8
CF 4.0 RC3.5.2
I've created a form that created an article with some informations asked in the form.
I can't use the action Sumit article (because it's too simple) so I use a simple DB save.
The article is created ok.
But I can't delete it in the backend, even with the admin count. I need to go in the db with PhpMyAdmin, where I can delete it.
The articles created with the joomla submit article can be delete in the backend.
I set the following data in the form:
title
alias
introtext
catid
state
access
created_by
created
publish_up
metakey
language
I can't see any difference between the article created with my form and those created with joomla in the rights of the articles.
I've got difference in the following data:
images -> set to {"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""} with joomla and null with my form
urls -> set to {"urla":null,"urlatext":"","targeta":"","urlb":null,"urlbtext":"","targetb":"","urlc":null,"urlctext":"","targetc":""} with joomla and null with my form
attribs -> set to {"show_title":"","link_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","urls_position":"","alternative_readmore":"","article_layout":"","show_publishing_options":"","show_article_options":"","show_urls_images_backend":"","show_urls_images_frontend":""} with joomla and null with my form
metadata -> set to {"robots":"","author":"","rights":"","xreference":""} with joomla and null with my form
Have you ever seen that?
What could I do?
Thanks
Flo