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.
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.
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
Regards
Max
Thank's Max!
It works very well !
Marc (France)
It works very well !
Marc (France)
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.
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.
Hi, then use the intro text instead ? or may be disable the page break plugin!
Regards
Max
Regards
Max
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.
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.
Thanks!
Max
Max
Thank's for your extensions and your help.
I am going to get a licence !
Marc.
I am going to get a licence !
Marc.
This topic is locked and no more replies can be posted.