Hi all,
I'm trying to set the submitcontent form in order to create an article from the form content.
I followed these topic http://www.chronoengine.com/forums.html?cont=posts&f=2&t=18710&p=55042&hilit=create+article#p55042 and succeeded in creating an article in the right section/category.
I would now like to give some different settings:
- I noticed that my article always starts by a "read more" line. How can I remove it ?
- the form shows an editor window (JCE on my site). How can I replace the editor by a simple text area ? I just want to have plain text within the article, as it is used for a newsfeed (through a Ultimate Content Display module)
- on the FormCode tab / On Submit code - after sending email, I replaced
Thanks for your help😉
I'm trying to set the submitcontent form in order to create an article from the form content.
I followed these topic http://www.chronoengine.com/forums.html?cont=posts&f=2&t=18710&p=55042&hilit=create+article#p55042 and succeeded in creating an article in the right section/category.
I would now like to give some different settings:
- I noticed that my article always starts by a "read more" line. How can I remove it ?
- the form shows an editor window (JCE on my site). How can I replace the editor by a simple text area ? I just want to have plain text within the article, as it is used for a newsfeed (through a Ultimate Content Display module)
- on the FormCode tab / On Submit code - after sending email, I replaced
$_POST['state'] = '0';
by a 1. Therefore, my article is published without the need of an administrator validation. So, how can I change the confirmation message "Thank you for submitting your story, we will review it shortly and if approved it will be published!". I just need to remove the last part of the message.Thanks for your help😉