Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ozersk

Пользователи
  • Регистрация

  • В сети

Everything posted by ozersk

  1. Спасибо всем)
  2. Теперь у меня видео фон. ​Прогресс есть, но не полностью)) нижнюю часть только сменило Скрин во воложении.Отметил что мне нужно сменить)
  3. Ребят, просмотрел всё но не нашёл похожей темы С ОТВЕТОМ ! Как сменить фон на картинку в стандартном стиле? Если это делается в custom.css то поделитесь кодом, будьте добры.
  4. Добрый день! Хочу изменить префиксы на картинки: 1. Горячая тема 2. В очереди (премодерация) 3. Вопрос решён Префикс "закреплено" я уже нашёл по пути: Внешний вид > Управление стилями и шаблонами > Управление шаблонами в (ваш шаблон) > Список тем форума > TopicPrefixWrap интересуют пути кода для остальных.
  5. огромнейшее!)
  6. Спасибо!) Есть ещё один вопрос) иконка "Закреплено" на темах , вот её как сменить на картинку?
  7. Спасибо, получилось! А размер поменять где можно?
  8. а куда именно вставить? Если вставляю в начало, то фон становится серым вот код <!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: --> <div class='main_width'> <if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])"> <ul id='admin_bar' class='ipsList_inline left'> <if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']"> <li> <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a> </li> </if> <li><a href="{parse url="app=core&amp;module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link_title']}'>{$this->lang->words['gbl_modcp_link']}</a></li> <if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0"> <li class='active'> <a href="{parse url="app=core&amp;module=reports&amp;do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a> </li> </if> </ul> </if> <if test="memberbox:|:$this->memberData['member_id']"> <div id='user_navigation' class='logged_in'> <ul class='ipsList_inline right'> <if test="showInboxNotify:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])"> <if test="messengerlink:|:$this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0"> <li><a data-clicklaunch="getInboxList" id='inbox_link' href='{parse url="app=members&amp;module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'><if test="notifications:|:$this->memberData['msg_count_new']"><span class='ipsHasNotifications'>{$this->memberData['msg_count_new']}</span></if>&nbsp;</a></li> </if> <li><a data-clicklaunch="getNotificationsList" id='notify_link' href="{parse url="app=core&amp;module=usercp&amp;area=notificationlog" base="public"}" title="{$this->lang->words['notifications_at_the_top']}"><if test="notifications:|:$this->memberData['notification_cnt']"><span class='ipsHasNotifications'>{$this->memberData['notification_cnt']}</span></if>&nbsp;</a></li> </if> <li><a id='user_link' href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'>{$this->memberData['members_display_name']} &nbsp;<span id='user_link_dd'></span></a></li> <li><a href="{parse url="app=core&amp;module=global&amp;section=login&amp;do=logout&amp;k={$this->member->form_hash}" base="public"}" title='{$this->lang->words['log_out']}'>{$this->lang->words['log_out']}</a></li> <if test="authenticating:|:$this->memberData['member_group_id'] == $this->settings['auth_group']"> <if test="ipsconnectRevalidateUrl:|:$this->memberData['ipsconnect_revalidate_url']"> <li>&nbsp;&nbsp;&nbsp;<a href="{$this->memberData['ipsconnect_revalidate_url']}" target='_blank' title='{$this->lang->words['resend_val']}'>{$this->lang->words['resend_val']}</a></li> <else /> <li>&nbsp;&nbsp;&nbsp;<a href="{parse url="app=core&amp;module=global&amp;section=register&amp;do=reval" base="public"}" title='{$this->lang->words['resend_val']}'>{$this->lang->words['resend_val']}</a></li> </if> </if> </ul> </div>
  9. Да, именно)
  10. Шаблон . Я передвинул код, теперь мне нужно посредством классов css сделать чёрный фон, как на стандартном.
  11. К сожалению этой информации мало(
  12. Черную полоску) Не знаю , как её правильно обозвать
  13. Здравствуйте! Хочу перенести на шаблоне ссылки на юзер панель, выход, личка и т.д. в верхнюю часть шапки форума. Весь код html я уже перенёс, а вот сам (бэграунд) не могу понять как.) вот скрины
  14. Спасибо, с Наступающим !
  15. ipshoutbox.css Не нашёл тут цвет текста, подскажите.
  16. Ребят, так проблему с чатом кто-то решил?
  17. При переносе пользователей ошибка: Системная ошибка /home/u648017374/public_html/uploads/profile is not writeable, cannot continue Можете подсказать, что не так?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.