Frontend submit news (LINK) Hello. First of all compliments for the CMS. Is there a way to make not mandatory the "Link" submission in the front-end "Submit News"? The same, in the back-end, says "(Optional)" but in front end gives the error: "You need to enter a link for your news story". I would like to get rid of this. Thanks
Yes, with a small code modification. Edit /modules/news/newsdosubmitstory.php in an editor and remove the following lines: PHP: elseif( !$input_link ) { $error = $templates -> exectemplate( $main_templates[ 'news_submission_error_nolink_html' ], $main_templates[ 'news_submission_error_nolink_php' ], $insert ); }