Chrome
Safari
Edge
Firefox
Chrome (Android)
Tap the lock icon next to the address bar. Tap Permissions → Notifications . Adjust your preference.
Chrome (Desktop)
Click the padlock icon in the address bar. Select Site settings . Find Notifications and adjust your preference.
Safari (iOS 16.4+)
Ensure the site is installed via Add to Home Screen . Open Settings App → Notifications . Find your app name and adjust your preference.
Safari (macOS)
Go to Safari → Preferences . Click the Websites tab. Select Notifications in the sidebar. Find this website and adjust your preference.
Edge (Android)
Tap the lock icon next to the address bar. Tap Permissions .
Find Notifications and adjust your preference.
Edge (Desktop)
Click the padlock icon in the address bar. Click Permissions for this site . Find Notifications and adjust your preference.
Firefox (Android)
Go to Settings → Site permissions . Tap Notifications . Find this site in the list and adjust your preference.
Firefox (Desktop)
Open Firefox Settings. Search for Notifications . Find this site in the list and adjust your preference.
День добрый Уважаемые!
В очередной раз обращаюсь к Вам с просьбой. Надеюсь на помощь.
Суть вопроса:
как перенаправлять нажавшего на "комментарии"
к статье в ветку форума
где автоматически создана новость IP.Content'ом.
а отображение комментариев в теле самой новости я бы убрал
понимаю, что, наверное, нужно переделать часть кода шаблона (Front Page (Single Column)) который я использую:
<a href='{$record['record_link']}#commentsStart' class='comments'>{$record['record_comments']} {$this->lang->words['fpdt_comments']}</a> <if test="$record['record_comments_queued'] AND $data['database']['moderate_approvec']"> <em class='moderated'><a href='{$record['record_link']}?comments=unapproved#commentsStart' title='{$this->lang->words['comments_pending_app_title']}' class='comments' data-tooltip="{parse expression="sprintf( $this->lang->words['comments_queued_tooltip'], $record['record_comments_queued'])"}">{parse expression="sprintf( $this->lang->words['ccsc_queued_badge'], $record['record_comments_queued'] )"}</a></em> </if>Но как?
Заранее благодарю за помощь!