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.
Здравствуйте!
Есть хук, который выводит дату создания форума в статистике в подвале, выглядет вот так:
Получается он создает панель аналогичную первой, вопрос как сделать что бы он добавлял это поле статистике в уже существующую панель?
Вот код отображения хука(с файла xml)
<hookextras_templates> <templates> <template_group>skin_boards</template_group> <template_content><![CDATA[<div id='board_stats'> <ul class='ipsType_small ipsList_inline'> <li class='clear' data-tooltip="{$time}"> <span class='value'>{parse date="$this->settings['board_start']" format="DATE"}</span> {$this->lang->words['boardStartStats']} </li> </ul> </div>]]></template_content> <template_name>boardStartStats</template_name> <template_data>$time</template_data> <template_updated>1314367090</template_updated> <template_removable>1</template_removable> <template_added_to>1</template_added_to> <template_user_added>1</template_user_added> <template_user_edited>0</template_user_edited> <template_master_key>root</template_master_key> </templates> </hookextras_templates>Подскажите что нужно изменять, что бы добавлять элемент в опредленный div?
Вот сам хук:
boardStartStats.xml