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.

Respected

Администраторы

Everything posted by Respected

  1. Нужно вычислить какой процесс косячит и смотреть почему. Скорее всего он выдаст ошибку базу данных.
  2. Посмотри есть ли вообще пользователи в базе - core_members
  3. Привет, судя по всему это собственная разработка для своих нужд.
  4. Поменял лимит, сейчас должно быть лучше.
  5. Если форум не мега большой, можно не переводить формат.
  6. Что-то ты не так делаешь. Можешь отправить доступ в pma, сделаем запрос
  7. Если продиагностировать 500 ошибку не смог, то лучше не стоит трогать php
  8. Для начала нужно в логи посмотреть
  9. Контроллер consultants сделал стандартным? Перестроил приложение?
  10. Первый попавшийся код работает: <script> $(function() { menu_top = $('.ipsNavBar_primary').offset().top; // запоминаем положение меню $(window).scroll(function () { // отслеживаем событие прокрутки страницы if ($(window).scrollTop() > menu_top) { // если прокрутка дошла до меню if ($('[data-controller="core.front.core.navBar"]').css('position') != 'fixed') { // проверяем, если меню еще не зафиксировано $('[data-controller="core.front.core.navBar"]').css('position','fixed'); // задаем блоку меню свойство position = fixed $('[data-controller="core.front.core.navBar"]').css('top','0'); // положение в самом верху $('.content').css('margin-top','80px'); // делаем отступ, чтобы контент не "скакал" в момент фиксации меню } } else { // прокрутка страницы обратно вверх достигла место "перехода" меню if ($('[data-controller="core.front.core.navBar"]').css('position') == 'fixed') { // если меню зафиксировано $('[data-controller="core.front.core.navBar"]').css('position',''); $('[data-controller="core.front.core.navBar"]').css('top',''); $('.content').css('margin-top',''); } } }); }); </script>
  11. Собственно ошибка расшифрована. Нужно править ключи
  12. Взять первый попавшийся скрипт и немного подправить css
  13. Перезагрузить файлы, а именно init.php в корне
  14. Иконки соц. сетей включаются в разделе Система > Продвижение > Поделиться
  15. Шаблон forums > front > index > forumRow <span class='ipsItemStatus ipsItemStatus_large cForumIcon_normal {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> <i class="fa fa-comments"></i> </span>
  16. Файл constants имеет переопределение этих настроек?
  17. Wolfstalker попробуй поменять запрос в файле applications/core/widgets/topContributors.php Найти: foreach ( \IPS\Db::i()->select( array( 'member_received', 'rep_rating' ), 'core_reputation_index', array( 'member_received>0 AND rep_date>?', \IPS\DateTime::create()->sub( new \DateInterval( 'P1W' ) )->getTimestamp() ) ) as $rep ) Заменить на: foreach ( \IPS\Db::i()->select( array( 'idx.member_received', 'idx.rep_rating' ), array('core_reputation_index', 'idx'), array( 'core_members.member_group_id!=? AND idx.member_received>0 AND idx.rep_date>?', 4, \IPS\DateTime::create()->sub( new \DateInterval( 'P1W' ) )->getTimestamp() ) )->join( 'core_members', 'core_members.member_id=idx.member_id', 'LEFT' ) as $rep ) Должно сработать, но я не проверял. Группа админов указана 4.
  18. Мы как-то продавали русскую версию, давненько.

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.