Skip 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.

Incarnia

Пользователи
  • Регистрация

  • В сети

Reputation Activity

  1. Thanks
    Incarnia reacted to Lafko in Uniform 4.2   
    Спасибо.
    Инструкция для тех у кого не отображаются лайки (Ставим лайк за помощь http://ipbmafia.ru/profile/9792-sipsb/)
    Находим код 
    <div data-role='commentContent' itemprop='text' class='ipsType_normal ipsType_richText ipsContained' data-controller='core.front.core.lightboxedImages'> Вот это
    {{if !( $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() ) )}} {{if $comment instanceof \IPS\Content\Reputation and settings.reputation_enabled}} {template="reputation" group="global" app="core" params="$comment, 'ipsResponsive_noFloat'"} {{endif}} {{endif}} {{if $comment->author()->signature}} {template="signature" group="global" app="core" params="$comment->author()"} {{endif}} <ul class='ipsComment_controls ipsClearfix' data-role="commentControls"> {{if $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() )}} {{if $comment->canUnhide()}} <li><a href='{$comment->url('unhide')->csrf()}' class='ipsButton ipsButton_verySmall ipsButton_positive' data-action='approveComment'><i class='fa fa-check'></i> {lang="approve"}</a></li> {{endif}} {{if $comment->canDelete()}} <li><a href='{$comment->url('delete')->csrf()->setQueryString('page',\IPS\Request::i()->page)}' data-action='deleteComment' data-updateOnDelete="#commentCount" class='ipsButton ipsButton_verySmall ipsButton_negative'><i class='fa fa-times'></i> {lang="delete"}</a></li> {{endif}} {{if $comment->canEdit() || $comment->canSplit() || $comment->canHide()}} <li> <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a> <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'> {{if $comment->canEdit()}} {{if $comment->mapped('first') and $comment->item()->canEdit()}} <li class='ipsMenu_item'><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li> {{else}} <li class='ipsMenu_item'><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li> {{endif}} {{endif}} {{if $comment->canSplit()}} <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li> {{endif}} {{if $comment instanceof \IPS\Content\Hideable and $comment->canHide()}} <li class='ipsMenu_item'><a href='{$comment->url('hide')->csrf()}' data-ipsDialog data-ipsDialog-title="{lang="hide"}">{lang="hide"}</a></li> {{endif}} </ul> </li> {{endif}} {{else}} {{if $comment->hidden() === 0 and $item->canComment() and $editorName}} <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'> <button class='ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow cMultiQuote ipsHide' data-action='multiQuoteComment' data-ipsTooltip data-ipsQuote-multiQuote data-mqId='mq{$comment->$idField}' title='{lang="multiquote"}'><i class='fa fa-plus'></i></button> </li> <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'> <a href='#' data-action='quoteComment' data-ipsQuote-singleQuote>{lang="quote"}</a> </li> {{endif}} {{if $comment->canEdit()}} {{if $comment->mapped('first') and $comment->item()->canEdit()}} <li><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li> {{else}} <li><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li> {{endif}} {{endif}} {{if $comment->canDelete() || $comment->canHide() || $comment->canUnhide() || $comment->canSplit()}} <li> <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a> <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'> {{if $comment instanceof \IPS\Content\Hideable}} {{if !$comment->hidden() and $comment->canHide()}} <li class='ipsMenu_item'><a href='{$comment->url('hide')->csrf()}' data-ipsDialog data-ipsDialog-title="{lang="hide"}">{lang="hide"}</a></li> {{elseif $comment->hidden() and $comment->canUnhide()}} <li class='ipsMenu_item'><a href='{$comment->url('unhide')->csrf()}'>{lang="unhide"}</a></li> {{endif}} {{endif}} {{if $comment->canSplit()}} <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li> {{endif}} {{if $comment->canDelete()}} <li class='ipsMenu_item'><a href='{$comment->url('delete')->csrf()->setQueryString('page',\IPS\Request::i()->page)}' data-action='deleteComment' data-updateOnDelete="#commentCount">{lang="delete"}</a></li> {{endif}} </ul> </li> {{endif}} {{endif}} <li class='ipsHide' data-role='commentLoading'> <span class='ipsLoading ipsLoading_tiny ipsLoading_noAnim'></span> </li> </ul> </div> Поменять на это
    <div class='ipsItemControls'> {{if !( $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() ) )}} {{if \IPS\IPS::classUsesTrait( $comment, 'IPS\Content\Reactable' ) and settings.reputation_enabled}} {template="reputation" group="global" app="core" params="$comment"} {{endif}} {{endif}} <ul class='ipsComment_controls ipsClearfix ipsItemControls_left' data-role="commentControls"> {{if $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() )}} {{if $comment->canUnhide()}} <li><a href='{$comment->url('unhide')->csrf()}' class='ipsButton ipsButton_verySmall ipsButton_positive' data-action='approveComment'><i class='fa fa-check'></i> {lang="approve"}</a></li> {{endif}} {{if $comment->canDelete()}} <li><a href='{$comment->url('delete')->csrf()->setQueryString('page',\IPS\Request::i()->page)}' data-action='deleteComment' data-updateOnDelete="#commentCount" class='ipsButton ipsButton_verySmall ipsButton_negative'><i class='fa fa-times'></i> {lang="delete"}</a></li> {{endif}} {{if $comment->canEdit() || $comment->canSplit() || $comment->canHide()}} <li> <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a> <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'> {{if $comment->canEdit()}} {{if $comment->mapped('first') and $comment->item()->canEdit()}} <li class='ipsMenu_item'><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li> {{else}} <li class='ipsMenu_item'><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li> {{endif}} {{endif}} {{if $comment->canSplit()}} <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li> {{endif}} {{if $comment instanceof \IPS\Content\Hideable and $comment->canHide()}} <li class='ipsMenu_item'><a href='{$comment->url('hide')->csrf()}' data-ipsDialog data-ipsDialog-title="{lang="hide"}">{lang="hide"}</a></li> {{endif}} </ul> </li> {{endif}} {{else}} {{if $comment->hidden() === 0 and $item->canComment() and $editorName}} <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'> <button class='ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow cMultiQuote ipsHide' data-action='multiQuoteComment' data-ipsTooltip data-ipsQuote-multiQuote data-mqId='mq{$comment->$idField}' title='{lang="multiquote"}'><i class='fa fa-plus'></i></button> </li> <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'> <a href='#' data-action='quoteComment' data-ipsQuote-singleQuote>{lang="quote"}</a> </li> {{endif}} {{if $comment->canEdit()}} {{if $comment->mapped('first') and $comment->item()->canEdit()}} <li><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li> {{else}} <li><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li> {{endif}} {{endif}} {{if ( ! $comment->mapped('first') and $comment->canPromoteToSocialMedia() ) || $comment->canDelete() || $comment->canHide() || $comment->canUnhide() || $comment->canSplit() || ( $comment->hidden() == -2 AND \IPS\Member::loggedIn()->modPermission('can_manage_deleted_content') )}} <li> <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a> <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'> {{if $comment->hidden() == -2 AND \IPS\Member::loggedIn()->modPermission('can_manage_deleted_content')}} <li class='ipsMenu_item'><a href='{$comment->url('restore')->csrf()}' data-confirm data-confirmSubMessage='{lang="restore_as_visible_desc"}'>{lang="restore_as_visible"}</a></li> <li class='ipsMenu_item'><a href='{$comment->url('restore')->csrf()->setQueryString( 'restoreAsHidden', 1 )}' data-confirm data-confirmSubMessage='{lang="restore_as_hidden_desc"}'>{lang="restore_as_hidden"}</a></li> <li class='ipsMenu_item'><a href='{$comment->url('delete')->csrf()->setQueryString( 'immediately', 1 )}' data-confirm data-confirmSubMessage='{lang="delete_immediately_desc"}'>{lang="delete_immediately"}</a></li> {{else}} {{if $comment instanceof \IPS\Content\Hideable}} {{if !$comment->hidden() and $comment->canHide()}} <li class='ipsMenu_item'><a href='{$comment->url('hide')->csrf()}' data-ipsDialog data-ipsDialog-title="{lang="hide"}">{lang="hide"}</a></li> {{elseif $comment->hidden() and $comment->canUnhide()}} <li class='ipsMenu_item'><a href='{$comment->url('unhide')->csrf()}'>{lang="unhide"}</a></li> {{endif}} {{endif}} {{if $comment->canSplit()}} <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li> {{endif}} {{if $comment->canDelete()}} <li class='ipsMenu_item'><a href='{$comment->url('delete')->csrf()->setQueryString('page',\IPS\Request::i()->page)}' data-action='deleteComment' data-updateOnDelete="#commentCount">{lang="delete"}</a></li> {{endif}} {{if $comment->isFeatured() AND $item->canUnfeatureComment()}} <li class='ipsMenu_item'><a href='{$comment->url('unfeature')->csrf()->setQueryString('page',\IPS\Request::i()->page)}' data-action="unrecommendComment">{lang="unrecommend_content"}</a></li> {{endif}} {{if !$comment->isFeatured() AND $item->canFeatureComment()}} <li class='ipsMenu_item'><a href='{$comment->url('feature')->csrf()->setQueryString('page',\IPS\Request::i()->page)}' data-ipsDialog data-ipsDialog-title='{lang="recommend_post"}' data-ipsDialog-remoteSubmit data-ipsDialog-size='medium' data-action="recommendComment">{lang="recommend_content"}</a></li> {{endif}} {{if ( ! $comment->mapped('first') and $comment->canPromoteToSocialMedia() )}} <li class='ipsMenu_item'>{template="promoteLink" app="core" group="global" params="$comment"}</li> {{endif}} {{endif}} </ul> </li> {{endif}} {{endif}} <li class='ipsHide' data-role='commentLoading'> <span class='ipsLoading ipsLoading_tiny ipsLoading_noAnim'></span> </li> </ul> </div> {{if trim( $comment->author()->signature )}} {template="signature" group="global" app="core" params="$comment->author()"} {{endif}} </div>  
    Упс, закиньте в спойлер, и сделайте возможность редактировать свои сообщения
  2. Like
    Incarnia got a reaction from Nurzhan in WP IPS Connect plugin 1.1.2   
    wpipsconnect-v1.1.3.zip
  3. Like
    Incarnia reacted to ram108 in IPS4 - Обсуждение   
    Загружаете чистый дистрибутив 4.x, затем поверх него заливаете папку /uploads от старого форума 3.x. В ней хранятся все прикреленные изображения, файлы, аватары. Также можете залить папку /public, но после апгрейда ее можно удалить. В папке /public хранятся смайлы, изображения групп и т.п. Для 4-ой версии эта папка не нужна, т.к. смайлы и изображения теперь хранятся в другом месте.
     
    Затем запускаете апгрейд по ссылке /admin/upgrade. Вводите логин/пароль администратора и.... поехало!
     
    Если ваш предыдущий форум был большой, то после апгрейда вы столкнетесь со множеством багов - таких как потерянные смайлы, неправильно конвертированные цитаты, потерянные изображения, сломанный html в постах, ссылки на видео, вместо видео и т.п. Все это исправляется вручную через базу данных. Или открытием тикета в суппорте и ожиданием 1-2 недели для ручного исправления багов.
     
    Вот как-то так...
  4. Like
    Incarnia reacted to IAF in IPS4 - Обсуждение   
    Incarnia,
    Ну сравните сами содержимое дистрибутивов IPB3 и IPS4.
  5. Like
    Incarnia got a reaction from kotishe in WP IPS Connect plugin 1.1.2   
    wpipsconnect-v1.1.3.zip
  6. Like
    Incarnia got a reaction from speedlimit120 in WP IPS Connect plugin 1.1.2   
    wpipsconnect-v1.1.3.zip
  7. Like
    Incarnia reacted to Sanshalay in IPS4 - Обсуждение   
    define( 'IN_DEV', TRUE );
  8. Like
    Incarnia got a reaction from IAF in IPS4 - Обсуждение   
    documentation.tar
  9. Like
    Incarnia got a reaction from Sanshalay in IPS4 - Обсуждение   
    documentation.tar
  10. Like
    Incarnia got a reaction from IAF in IPS4 - Обсуждение   
    третья бета вышла но ее потом скрыли.
    хотя в админке висит окно "Version 4.0.0 Beta 3 of the IPS Community Suite is now available."
  11. Like
    Incarnia reacted to IAF in IPS4 - Обсуждение   
    Incarnia, 
    Ваше право. Надеюсь, кто-нибудь из клиентов выложит.
  12. Like
    Incarnia got a reaction from Quicksdk in IPS4 - Обсуждение   
    Конечно есть.
    Я же клиент с лицензией...
    https://yadi.sk/d/pBS3ZK-mcY2LH Это единственный и последний раз когда я такое делаю.
  13. Like
    Incarnia got a reaction from RealUser in IPS4 - Обсуждение   
    Конечно есть.
    Я же клиент с лицензией...
    https://yadi.sk/d/pBS3ZK-mcY2LH Это единственный и последний раз когда я такое делаю.
  14. Like
    Incarnia got a reaction from IAF in IPS4 - Обсуждение   
    Конечно есть.
    Я же клиент с лицензией...
    https://yadi.sk/d/pBS3ZK-mcY2LH Это единственный и последний раз когда я такое делаю.
  15. Like
    Incarnia reacted to IAF in IPS Community Suite 4.0 - В ожидании релиза...   
    Чего только в интернете не найдёшь...
    Дистрибутив IPS4 версии 1.0.11.
    Правда, в комплекте идёт только приложения Системы и Форумов. Больше ничего нет.
     
    Установил на тестовый домен:
    __tstsrv.tk/ Скачать:
    https://yadi.sk/d/DyVOM9aWbVqxZ Ключ для Pre-Release'ов: 40PrereleaseTestKey (ключ лицензионный, установщик (конечно же) проверяет его на сервере IPS)
     
    Скриншот (начал переводить потихоньку...):

  16. Like
    Incarnia reacted to Sanshalay in Мобильный стиль   
    Добавьте автоматическую переадресацию на мобильный стиль по User-Agent:
    Android, Firefox Mobile, Blackberry, iPhone, iPod Touch, Sony Ericsson, Nokia, Motorola, Samsung, Nexus(Google)/HTC, LG, Palm, Opera Mobile/Mini, Windows 7
  17. Like
    Incarnia reacted to SanyaSamp in Editor Themes IP.Board 3.4.6   
    Просмотр файла Editor Themes IP.Board 3.4.6
    Изменяет вид редактора сообщений. Очень полезная вещица)) Многие вроде искали
    Добавил SanyaSamp Добавлено 14.04.2014 Категория Хуки, Модификации для IP.Board Название по-русски {value} Версия IP.Board  
  18. Like
    внимательно прочтите, и не говорите того чего не знаете.
     
    ТС, предлагаю такой вариант, возможно не сработает, т.к. сам не пробывал, залейте поверх старых файлов, Файлы РИТАЙЛА и введите ключ в админке.
     
    Предварительно сделав Бэкап!
  19. Like
    MrNanox, не надо так.
    По теме:
    К тому что сказал WOLF, удали файл DarkLAE 
  20. Like
    Incarnia reacted to Respected in Framework 3.4.5   
    Название: Framework 3.4.5
    Добавил: Respected
    Добавлен: 21 Янв 2014
    Категория: Стили, Темы, Шаблоны для IP.Board
    Версия IP.Board: 3.4.x, 3.3.x
     
    Framework - Профессиональный, великолепный стиль для IP.Board 3.4.x. Выполнен в светлых тонах, имеет большое количество особенностей, включая автоматическую смену бэкграунда форума, разностороннее отображение постов в темах, новый вид редактора и многое многое другое.

    Совместимость:
    Стиль Framework совместим с браузерами Safari, Chrome & Firefox и IE 9+, а так же со всеми официальными компонентами IPS.

    Редактор:
    Полностью переработан стандартный редактор - CKEditor. Он теперь содержит иконки, совместимые с экранами Retina.

    Пользовательские макеты:
    Компоненты IP.Nexus и IP.Content в данном стиле имею свои собственные хорошо проработанные макеты.

    Минимальная нагрузка:
    В стиле используются шрифтовые иконки и другие технологии CSS3, позволяющие минимизировать загрузку страниц форума.

    Специально для пользователей ipbmafia.ru  Изображения стиля: framework_images.rar
     
    Скачать Framework 3.4.5
  21. Like
    Incarnia, 
    __invisionpower.com/buy
  22. Like
    Намутил тут шаблон, короче оцениваем.

     
  23. Like
    Название: Invision Power Board 3.4.5 Final Русифицированный выпуск / Nulled (IPBmafia.Ru)
    Добавил: Respected
    Добавлен: 08 Июн 2013
    Категория: Релизы IP.Board

    Invision Power Board 3.4.5 Русифицированный выпуск / Nulled (IPBmafia.Ru)

    Информация о релизе:
    Версия: 3.4.5 Final
    Язык: русский
    Статус: активация не требуется
    Автор: _Dark_
    Реализация: Respected
    Добавлен патч безопасности от 13 декабря 2013 года

    Мелкие исправления в данном релизе:
    По-умолчанию отключён анти-спам сервис
    По-умолчанию отключена настройка Разрешить использовать граватары


Account

Navigation

Search

Search

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.