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.

Fedya

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

  • В сети

Solutions

  1. Fedya's post in Как формируется или от куда подгрузить массив.... was marked as the answer   
    в php файлах есть код примерно такой
    return $this->registry->getClass('output')->getTemplate('boards')->WAmon_pro( $data, $server, $info ); WAmon_pro - название шаблона
    boards - группа шаблонов
     
    сюда и передаются эти данные, тебе нужно изменить название шаблона на свой, и тогда ты сможешь пользоваться этими переменными
  2. Fedya's post in Использование HTML в статусах was marked as the answer   
    userinfopane:
    <p class='desc member_title'>{$author['member_title']}</p> замени на
    <php>$author['member_title'] = IPSText::getTextClass('bbcode')->preDisplayParse( IPSText::getTextClass('bbcode')->preDbParse( $author['member_title'] ));</php> <p class='desc member_title'>{$author['member_title']}</p> Профили пользователей -> profileModern:
    <span class='row_data'>{$member['title']}</span> заменить на
    <php>$member['title'] = IPSText::getTextClass('bbcode')->preDisplayParse( IPSText::getTextClass('bbcode')->preDbParse( $member['title'] ));</php> <span class='row_data'>{$member['title']}</span> Это для поддержки bb code, html небезопасно
  3. Fedya's post in Перенос форума с xenforo на IPB was marked as the answer   
    установи ipb, установи на него этот компонент, там по пунктам сделай
  4. Fedya's post in Замена несуществующих картинок в ipb . Нужна помощь! was marked as the answer   
    <script> jQuery(document).ready(function(){ jQuery('img').error(function(){ jQuery(this).attr('src', '__ссылка .jpg'); }); }); </script> правда я не уверен, что функция error для этого создана
  5. Fedya's post in Длинный статус выходит за пределы was marked as the answer   
    Добавь
    .userpopup .user_status { word-wrap: break-word; }
  6. Fedya's post in last visit(раскодировка) was marked as the answer   
    <?php $lastvisit = date("Y-m-d H:i:s", 9898989898); echo $lastvisit; ?>
  7. Fedya's post in ProMenu - открыть ссылки в новом окне и шаблон was marked as the answer   
    там при создании меню, на соседней вкладке вроде есть такая настройка
     


    z-index (htmlbook.ru/css/z-index)
  8. Fedya's post in Сделать статистику не сужающейся was marked as the answer   
    Форум же резиновый, какой нафиг absolute, у всех мониторы разные
     
    pastebin.com/Uwdi72Mz
    Переменные вместо цифр вставь, то, что между <style>.. </style> можно в ipb_styles.css запихать, чтобы не мешалось
  9. Fedya's post in (Актуально) Ползунок чата was marked as the answer   
    Форум расширить можно в ipb_styles.css
    #container_table { width: 88%;  
    Но чату это ничего не даст.
     
    Попробуй так:
    Найди шаблон
    skin_shoutbox_hook -> hookGlobalShoutbox
     
    найди там и удали
    overflow:auto

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.