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.

LvsF

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

  • В сети

Solutions

  1. LvsF's post in Вывод тем с форума на сайт [Дата] was marked as the answer   
    Замените 
    while ( list($ftid, $ftitle, $fdesc_id, $flast_post, $flast_poster_id, $flast_poster_name) = $fdb->fetch($fquery) ) { на 
    while ( list($ftid, $ftitle, $flast_post, $flast_poster_id, $flast_poster_name) = $fdb->fetch($fquery) ) { В новых версиях ipb нет описания к теме. Из запроса убрали, а из цикла нет.
  2. LvsF's post in Звание - как дополнительное поле. was marked as the answer   
    Возьмите мод "Флаги стран" и на его примере сделайте погоны.
    Хм, файл не нашел.

     
    Зато обнаружил инструкцию __ipbmafia.ru/tutorials/article/20-%D1%84%D0%BB%D0%B0%D0%B3-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D1%8B-%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D1%82%D0%B5%D0%BB%D1%8F-%D0%BF%D0%BE%D0%B4-%D0%B0%D0%B2%D0%B0%D1%82%D0%B0%D1%80%D0%BE%D0%BC/
  3. LvsF's post in Минимизирование специфических категорий. was marked as the answer   
    Не полетит.В 4-ом посте первый код нам не нужен. Используйте второй, добавив условие 

    AND !in_array( $_data['cat_data']['id'], array( 7,15 ) ) Это для скрытия категорий. Для форумов нужно ниже будет добавить <if></if> в цикл 
    <foreach loop="forums:$_data['forum_data'] as $forum_id => $forum_data"> <if test="!in_array( $forum_data['id'], array( 7,15 ) )"> <!-- КОД --> </if> </foreach>

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.