Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
if(trim($short_story) == "" or !$short_story) $stop .= $lang['add_err_5'];
Добавить:
if($full_story <>""){
$full_story_hide = $full_story;
$full_story_hide = preg_replace("'(.*?)\[quote\]'si","",$full_story_quote);
if($full_story_quote == $full_story) $stop .= $lang['add_err_10'];
}
1. Открыть /engine/modules/addnews.php
найти:
ПробуйКод:if(trim($short_story) == "" or !$short_story) $stop .= $lang['add_err_5']; Добавить: if($full_story <>""){ $full_story_hide = $full_story; $full_story_hide = preg_replace("'(.*?)\[quote\]'si","",$full_story_quote); if($full_story_quote == $full_story) $stop .= $lang['add_err_10']; }