How submitcontent form work?

BENITA Marc 16 Nov, 2008
Hello Max!
I tried to use the submitcontent form for users to add contents.
On my test site in local server it works very well !
But on the site in distant server with the same setting :
- the notification email : OK
- write database in Table: jos_test_chronoforms_submitcontent : OK
but the content didn't show up in the category.
Please help me.
Thank's very much,
Marc.
Max_admin 16 Nov, 2008
Hi Marc, you say you have added a new table, did you deselect the "jos_content" table ? if so then it will not work yes!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
BENITA Marc 17 Nov, 2008
Thank's Max!
It works very well !
Marc (France)
BENITA Marc 17 Nov, 2008
Hello Max,
I have an other problem.
The text editor adds automaticly a pagebreak (read the following), not visible in the form but it appears in the article before the text.
Is there something to adjust in these settings ? :

<?php
$editor =& JFactory::getEditor();
echo $editor->display( 'fulltext', '' , '80%', '350', '55', '20', false ) ;
?>

Thank's a lot
Marc.
Max_admin 18 Nov, 2008
Hi, then use the intro text instead ? or may be disable the page break plugin!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
BENITA Marc 19 Nov, 2008
Thank you Max, everything is allright now !
Reminder of the problem :
By default the setting is : echo $editor->display( 'fulltext', '' , '80%', '350', '55', '20', false ) ; => a readmore is automaticaly inserted BEFORE the intro text (not visible in the text editor of the form) ... so nothing is visible in the blog but the title.
Solution : echo $editor->display( 'introtext', '' , '80%', '350', '55', '20', false ) ; => we can insert the readmore where we want.
Max_admin 19 Nov, 2008
Thanks!
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
BENITA Marc 20 Nov, 2008
Thank's for your extensions and your help.
I am going to get a licence !
Marc.
This topic is locked and no more replies can be posted.