Hi guys - Newbie here....
I downloaded submitcontent.cfbak and made the necessary changes to the form:
<?php
$_POST['catid'] = '3';
$_POST['id'] = '';
$_POST['sectionid'] = '1';
$_POST['state'] = '0';
$_POST['created'] = date("Y-m-d H:i:s");
?>
I simply want people to use the form to submit their Art Ideas.
I receive the email OK telling me there's a new Art Idea Submission - then I approve it.
That approved article, section and category are all set to "Public".
Now here's the Newbie question. I can't figure out for the life of me, what menu item to add to my main menu in order to get the entire list of Art Project Ideas (Articles) to be shown?? ๐ถ
I've tried every type of menu item, but I cannot make this work.
I don't know what the heck of doing wrong!
The submitcontent form works perfectly.
I receive the submitted article perfectly.
I approve the article and it's set to Public.
Both my Section and Category are set to Public.
Can anyone help this Newbie????
Thanks
I downloaded submitcontent.cfbak and made the necessary changes to the form:
<?php
$_POST['catid'] = '3';
$_POST['id'] = '';
$_POST['sectionid'] = '1';
$_POST['state'] = '0';
$_POST['created'] = date("Y-m-d H:i:s");
?>
I simply want people to use the form to submit their Art Ideas.
I receive the email OK telling me there's a new Art Idea Submission - then I approve it.
That approved article, section and category are all set to "Public".
Now here's the Newbie question. I can't figure out for the life of me, what menu item to add to my main menu in order to get the entire list of Art Project Ideas (Articles) to be shown?? ๐ถ
I've tried every type of menu item, but I cannot make this work.
I don't know what the heck of doing wrong!
The submitcontent form works perfectly.
I receive the submitted article perfectly.
I approve the article and it's set to Public.
Both my Section and Category are set to Public.
Can anyone help this Newbie????
Thanks