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.
$notify_checked = (isset($notify)) ? $notify : (($mode == 'post') ? $user->data['user_notify'] : $notify_set);
$notify_checked = (isset($notify)) ? $notify : (($mode == 'post') ? true : $notify_set);
вот не знаю.. а теперь представь, что человек больше не хочет получать оповещение по какой-то теме, но сообщения там оставил. И он всё равно получит я так понимаю оповещение судя по твоему коду. Хотя на крайний случай можно где-то на любительском форуме так сделать, согласен.Дык, может в posting.php заменить
наPHP:$notify_checked = (isset($notify)) ? $notify : (($mode == 'post') ? $user->data['user_notify'] : $notify_set);
PHP:$notify_checked = (isset($notify)) ? $notify : (($mode == 'post') ? true : $notify_set);