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.

Silence

Актив
  • Регистрация

  • В сети

Everything posted by Silence

  1. Я сделал скрипт....при вводе (написании) определенного слова на форуме оно автоматически преобразуется в ссылку (по заказу пользователя на IPBMafia) Внимание: этот скрипт будет конвертировать слово во всех разделах форума и его функционал (если есть) работать не будет. Попробовал сделать как плагин... но столкнулся с проблемой с вводом текста и настройками ссылок .... Если кто-то хочет, он может попробовать это сделать. В glabalTemplate ... найти: <!--ipsQueryLog--> И после этого ставим скрипт: <script> var replacementDict = {'ipbmafia':'https://ipbmafia.ru/','silence':'https://ipbmafia.ru/profile/8401-silence/'}, theRegex =/\\b(ipbmafia|silence)\\b/gi, theText = document.body.innerHTML; theText = theText.replace(theRegex,function(s, theWord){ return"<a class='replacement' href='"+ replacementDict[theWord.toLowerCase()]+"' target='blank'>"+ theWord +"</a>";} ); document.body.innerHTML = theText; </script> Очистить кеш Замените тексты и ссылки на свои .... Протестировано на 4.6.0 и 4.7.18
  2. Да... работает... Кеш очистил и всё заработало... 😉
  3. Работает и с 4.6 и 4.3. Но вам необходимо включить параметр Can post HTML? , для любой группы, которая может публиковать видео с рутьюба.
  4. Исправлены некоторые ошибки: InvisionCommunityPro 1.0.1.xml
  5. Я думаю, это возможно
  6. from the footer you can change the theme to dark ....
  7. Сделал быстро...могут быть небольшие ошибки Если вы хотите изменить ссылки и текст... ищите в: core > front > global headerButtons iFooter IspacerNav logo mobileNavigation IPS 4.7.18 .xml
  8. Могу сделать тему...так же, как на официальном сайте.... (desktop .. mobile ... }
  9. Эта тема, которую я залил, сделана по их кодам и она отличается от основной
  10. Вариант 2 .... создать новый HTML-шаблон ... widgetContainerS {template="widgetContainerS" group="global" app="core" params="'footer', 'horizontal'"} в этот шаблон вставьте этот код {{if $id == 'header'}} {template="announcementContentTop" app="core" group="global" params=""} {{endif}} {{if ( isset( \IPS\Output::i()->sidebar['widgets'][ $id ] ) && \count( \IPS\Output::i()->sidebar['widgets'][ $id ] ) ) || ( \IPS\Dispatcher::i()->application instanceof \IPS\Application AND \IPS\Dispatcher::i()->application->canManageWidgets() )}} <div class='cWidgetContainer {{if !isset( \IPS\Output::i()->sidebar['widgets'][ $id ] ) or !\count( \IPS\Output::i()->sidebar['widgets'][ $id ] )}}ipsHide{{endif}}' {{if \IPS\Dispatcher::i()->application->canManageWidgets()}}data-controller='core.front.widgets.area'{{endif}} data-role='widgetReceiver' data-orientation='{$orientation}' data-widgetArea='{$id}'> <ul class='ipsList_reset'> {{if isset( \IPS\Output::i()->sidebar['widgets'][ $id ] )}} {{foreach \IPS\Output::i()->sidebar['widgets'][ $id ] as $widget}} {{$widgetHtml = (string) $widget;}} <li class='ipsWidget ipsWidget_{$orientation} {{if !\in_array( 'IPS\Widget\Builder', class_implements( $widget ) )}}ipsBox{{endif}} {{if trim( $widgetHtml ) === ''}} ipsWidgetHide ipsHide{{endif}} {{if isset($widget->configuration['devices_to_show'])}}ipsResponsive_block{{foreach array_diff( array( 'Phone', 'Tablet', 'Desktop' ), $widget->configuration['devices_to_show'] ) as $device }} ipsResponsive_hide{$device}{{endforeach}}{{endif}}' data-blockID='{{if isset($widget->app) AND !empty($widget->app)}}app_{$widget->app}_{{else}}plugin_{$widget->plugin}_{{endif}}{$widget->key}_{$widget->uniqueKey}'{{if $widget->hasConfiguration()}} data-blockConfig="true"{{endif}} data-blockTitle="{lang="block_{$widget->key}"}" data-blockErrorMessage="{lang="$widget->errorMessage" escape="true"}" {{if \in_array( 'IPS\Widget\Builder', class_implements( $widget ) )}}data-blockBuilder="true"{{endif}} data-controller='core.front.widgets.block'>{$widgetHtml|raw}</li> {{endforeach}} {{endif}} </ul> </div> {{endif}} затем поместите шаблон в нижний колонтитул
  11. переместите этот код из globalTemplate в core>front>global>footer внизу {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} но тогда там будут отображаться все горизонтальные виджеты
  12. Попробуйте это... Я сделал это давным-давно. IPS 4 .xml
  13. Silence posted тема in Interface
    Просмотр файла CF Author Pane Плагин, меняющий ipsAuthorPane в postContainer... Вверху я также добавил обложку_фото . Добавлен индикатор Online (из статьи о Respected )... Последние значки - (из статьи SlawkA ) Кнопки «Сообщение», «Найти контент» и «Игнорировать»… А также и репутация… Надеюсь, тебе понравится !!! Это может не сработать, если вы изменили postContainer. Добавил Silence Добавлено 06.09.2024 Категория Интерфейс Язык Eng/Ru  
  14. Silence posted тема in Interface
    Просмотр файла Charm Bar В Windows 8 было боковое меню Charm Bar. Этот плагин добавляет красивое боковое меню в стиле размытия с добавленными часами и датой... и дополнительными кнопками. charmBar.mp4 charmBar.mp4 Добавил Silence Добавлено 15.09.2024 Категория Интерфейс Язык Eng/Ru  
  15. Silence replied to Silence's тема in Themes and design
    Clean cache
  16. (aXen) Font Awesome 6 in IPS 6.5.2.tar
  17. Проверка емайла или IP-адреса при регистрации по спам базе stopforumspam.com Stop Forum Spam 1.0.3.xml

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.