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

Администраторы
  • Регистрация

  • В сети

Solutions

  1. Respected's post in Хотел бы спросить... was marked as the answer   
    Панель модератора (рядом со ссылкой в админцентр) --> вкладка Объявления
  2. admin blog colorpicker fonts headers cache lang_cache 1 openid skin_cache tmp ccs_files conf_global.php converge_local downloads hooks interface ips_kernel lofiversion js min resources style_avatars style_captcha style_css style_emoticons default style_extra style_images public profile screenshots uploads
  3. Respected's post in Недопустимое расширение файла. was marked as the answer   
    Настройки --> Forums --> Topics, Posts and Polls --> Valid postable image extensions
    Добавить .php, то есть должно быть: gif,jpeg,jpg,png,php
  4. Respected's post in Цитаты was marked as the answer   
    Приветствую. Для решения данной проблемы необходимо поправить ipb_commons.css:
    Инструкция:

    Найти:
    .post.entry-content ul, ul.bbc { list-style: disc outside; margin: 12px 0 12px 40px; } .post.entry-content ul,ul.bbc ul.bbc { list-style-type: circle; } .post.entry-content ul,ul.bbc ul.bbc ul.bbc { list-style-type: square; } .post.entry-content ul.decimal,ul.bbcol.decimal { margin: 12px 0 12px 40px; list-style-type: decimal; } Заменить на:
    .post.entry-content ul, ul.bbc, .as_content ul { list-style: disc outside; margin: 12px 0 12px 40px; } .post.entry-content ul,ul.bbc ul.bbc, .as_content ul { list-style-type: circle; } .post.entry-content ul,ul.bbc ul.bbc ul.bbc, .as_content ul { list-style-type: square; } .post.entry-content ul.decimal,ul.bbcol.decimal, .post.entry-content ol, .post_body ol, .as_content ol { margin: 12px 0 12px 40px !important; list-style-type: decimal !important; }
    Найти и удалить:
    pre.prettyprint { padding: 5px; background: #f8f8f8; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 11px; line-height: 140%; }
    Найти:
    .signature a img.bbc_img { cursor: pointer; } Добавить ниже:
    pre.prettyprint, code.prettyprint { background-color: #fafafa !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; color: #000000; padding: 5px; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 13px; line-height: 140%; font-family: monospace !important; } pre.prettyprint { width: 95%; margin: 1em auto; padding: 1em; /* white-space: pre-wrap; */ } /* LEGACY @todo remove in IPS4 */ div.blockquote { font-size: 12px; padding: 10px; border-left: 2px solid #989898; border-right: 2px solid #e5e5e5; border-bottom: 2px solid #e5e5e5; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #f7f7f7; } div.blockquote div.blockquote { margin: 0 10px 0 0; } div.blockquote p.citation { margin: 6px 10px 0 0; }
    Найти:
    p.citation { font-size: 12px; padding: 8px 10px; border-left: 2px solid #989898; /*background: #f3f3f3 */ background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */ border-top: 2px solid #e5e5e5; border-right: 2px solid #e5e5e5; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; font-weight: bold; } Заменить на:
    p.citation { font-size: 12px; padding: 8px 10px; border-left: 2px solid #989898; /*background: #f3f3f3 */ background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */ border-top: 2px solid #e5e5e5; border-right: 2px solid #e5e5e5; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; font-weight: bold; overflow-x: auto; } Найти:
    div.blockquote { font-size: 12px; padding: 10px; border-left: 2px solid #989898; border-right: 2px solid #e5e5e5; border-bottom: 2px solid #e5e5e5; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #f7f7f7; } div.blockquote div.blockquote { margin: 0 10px 0 0; } div.blockquote p.citation { margin: 6px 10px 0 0; } Заменить на:
    blockquote.ipsBlockquote { font-size: 12px; padding: 10px; border: 2px solid #e5e5e5; border-left: 2px solid #989898; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #f7f7f7; margin: 0 0; overflow-x: auto; } blockquote.ipsBlockquote blockquote.ipsBlockquote { margin: 0 10px 0 0; } blockquote.ipsBlockquote p.citation { margin: 6px 10px 0 0; } blockquote.ipsBlockquote.built { border-top: none; -moz-border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
  5. Respected's post in Немогу редактировать и отвечать на темы форума was marked as the answer   
    Импортируй стандартный стиль и посмотри на нём.
  6. Respected's post in Подкатекории was marked as the answer   
    В ipb_styles.css добавить:


    table.ipb_table ol.subforums1 {
    margin-top: 3px;
    float: left;
    width: 33%;
    }
    table.ipb_table ol.subforums1 li{
    background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;
    padding: 0 15px 0 15px;
    margin: 0;
    float: left;
    }
    table.ipb_table .subforums1 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }
    table.ipb_table ol.subforums2 {
    width: 33%;
    overflow: hidden;
    }
    table.ipb_table ol.subforums2 li {
    background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;
    padding: 0 15px 0 15px;
    margin: 0;
    float: center;
    }
    table.ipb_table .subforums2 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }
    table.ipb_table ol.subforums3 {
    width: 33%;
    overflow: hidden;
    }
    table.ipb_table ol.subforums3 li {
    background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;
    padding: 0 15px 0 15px;
    margin: 0;
    float: right;
    }
    table.ipb_table .subforums3 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }
    Далее редактируем шаблон Список форумов --> boardIndexTemplate, найти:
    <ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'>
    <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
    <if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if>
    <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a>
    </li>
    </foreach>
    </ol>
    [/code] Заменить этот код на: [code]
    <ol class='ipsList_inline ipsType_small subforums2' id='subforums_{$forum_data['id']}'>
    <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
    </ol>
    <ol class='ipsList_inline ipsType_small subforums3' id='subforums_{$forum_data['id']}'>
    <if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if>
    </foreach>
    </ol>
    <ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'>
    <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
    </ol>
    <ol class='ipsList_inline ipsType_small subforums1' id='subforums_{$forum_data['id']}'>
    <if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if>
    <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li>
    </foreach>
    </ol>
    [/code] Далее ищем: [code]
    <td class='col_c_stats ipsType_small'>
    <ul>
    <li>{$forum_data['topics']} {$this->lang->words['topics']}</li>
    <li>{$forum_data['posts']} {$this->lang->words['replies']}</li>
    </ul>
    </td>
    [/code] Закомментировать этот участок или заменить на: [CODE]
    <!-- <td class='col_c_stats ipsType_small'>
    <ul>
    <li>{$forum_data['topics']} {$this->lang->words['topics']}</li>
    <li>{$forum_data['posts']} {$this->lang->words['replies']}</li>
    </ul>
    </td> -->
    [/code]
    После этого загружаем прикреплённые ниже изображения в папку с изображениями стиля:

    [b]Подфорумы в три столбика/колонки[/b]
  7. Respected's post in Опрос was marked as the answer   
    Установи данный хук
  8. Respected's post in Транслит ЧПУ в ipb 3.2.3 was marked as the answer   
    После описанный мной действийй выше, урлы будут на русском языке, если вы хотите их сделать на английском, нужно открыть файл initdata.php в корне форума и в нём найти:

    define( 'IPB_USE_SEO_TRANSLIT', FALSE ); Заменить на: define( 'IPB_USE_SEO_TRANSLIT', TRUE );[/code]
  9. Respected's post in Не приходит активация на почту was marked as the answer   
    Да, System Settings > System > Настройки безопасности > Использовать активацию учетных записей пользователей? НЕТ

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.