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.

Xontero

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

Everything posted by Xontero

  1. Действительно? Откуда ты?
  2. Xontero posted тема in Moderating
    Просмотр файла taskmanager for more information: https://invisioncommunity.com/files/file/9932-task-manager/ Добавил Xontero Добавлено 03/17/22 Категория Модерация Язык English  
  3. Xontero posted файл in Moderation
    • 100 скачиваний
    • Версия 1.0.5
    for more information: https://invisioncommunity.com/files/file/9932-task-manager/
    Free
  4. @avangcom you're from Iran!!!!!!!! follow this simple step: Go to ACP --> APPEARANCE --> Themes --> Your Theme --> Edit CSS and HTML --> Type profileSubscription in Search Box. Go to profileSubscription template. Find: <span class = 'cProfileSubscription_text' ><i class = "fa fa-certificate" ></i> &nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} </span> Change to: <span class = 'cProfileSubscription_text' > <i class = "fa fa-certificate" ></i> &nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} {{if $member->member_id == \IPS\Member::loggedIn()->member_id}} <br/> {$subscription->currentBlurb()} {{endif}} </span> output: good lock @avangcomyou're from Iran!!!!!!!! follow this simple step: Go to ACP --> APPEARANCE --> Themes --> Your Theme --> Edit CSS and HTML --> Type profileSubscription in Search Box. Go to profileSubscription template. Find: <span class='cProfileSubscription_text'><i class="fa fa-certificate"></i> &nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"}</span> Change to: <span class='cProfileSubscription_text'> <i class="fa fa-certificate"></i>&nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} {{if $member->member_id == \IPS\Member::loggedIn()->member_id}} <br/> {$subscription->currentBlurb()} {{endif}} </span> output:
  5. has Someone a new version Compatible with 4.6? I install this version and everything good works but when a user visit as a guest below error appear
  6. For the first case, you have to search a lot. but for the second case, this feature is available by default
  7. Привет У кого-нибудь есть отредактированный файл JavaScript для удаления авторских прав?
  8. Thanks. But this works only for apps
  9. Hi. How can I download installed plugin without using developer mode?
  10. I need this language pack: https://invisioncommunity.com/files/file/7292-turkish-language-file-for-ips-4-series/
  11. I need this theme: https://invisioncommunity.com/files/file/9813-rain/
  12. use this instead of: https://ipbmafia.ru/files/file/2491-k4-info-to-postcontainer/
  13. Xontero replied to Sipsb's тема in Interface
    I have 20.3.0 Spacious ACP 20.3.0.tar Spacious ACP 20.3.0.tar
  14. If you want I can report this bug on the invision.
  15. disable your apps and plugins and try again
  16. Does anyone have this plugin? Link: https://invisioncommunity.com/files/file/7344-group-name-indicator/
  17. ohhh... sorry this can be replace with that
    • 160 скачиваний
    • Версия 1.0.6
    Приложение Интеграция с Вконтакте содержит в себе три набора функционала: 1. VK.com Login Handler - авторизация пользователей в Invision Community с помощью социальной сети Вконтакте. Инструкция по настройке. 2. VK.com Share Service - пользователи могут делиться любым контентом в сообществе с помощью одной кнопки. Подробнее. 3. VK.com Content Promotion - продвижение контента в группу или страницу Вконтакте по расписанию. Подробнее о продвижение в Вконтакте.
    Free
  18. View File Integration with Vkontakte Приложение Интеграция с Вконтакте содержит в себе три набора функционала: 1. VK.com Login Handler - авторизация пользователей в Invision Community с помощью социальной сети Вконтакте. Инструкция по настройке. 2. VK.com Share Service - пользователи могут делиться любым контентом в сообществе с помощью одной кнопки. Подробнее. 3. VK.com Content Promotion - продвижение контента в группу или страницу Вконтакте по расписанию. Подробнее о продвижение в Вконтакте. Submitter Xontero Submitted 02/02/22 Category Integrations  
  19. I need this app: https://invisioncommunity.com/files/file/8779-topics-list/
  20. sorry my language is not Russian
  21. saiko for forums use this in costum.css: .cForumList .cForumRow .cForumTitle::before { content: "\f27a"; background-image: linear-gradient(to left,#21f0bf,#5a8ef1) !important; font-family: fontawesome; font-size: 15px; font-weight: 600; color: #fff; } but if you want to different Icon for each forum you can use this method: .cForumList .cForumRow[data-categoryid="X"] .cForumTitle::before { content: "\f27a" !important; font-family: fontawesome; font-size: 15px; } **instead of X you should use forum ID** for widgets use this in costum.css: .cWidgetContainer[data-widgetArea="footer"] ul > li.ipsWidget .ipsType_sectionTitle::before, .cWidgetContainer[data-widgetArea="header"] ul > li.ipsWidget .ipsType_sectionTitle::before, .cWidgetContainer[data-widgetArea="footer"] ul > li.ipsWidget .ipsWidget_title::before, .cWidgetContainer[data-widgetArea="header"] ul > li.ipsWidget .ipsWidget_title::before { content: "\f27a"; font-family: fontawesome; font-weight: 600; color: #fff; } but if you want to different Icon for each widget you can use this method: .ipsWidget[data-blockid*="X] .ipsWidget_title::before { content: "\f075" !important; font-family: fontawesome; } **instead of X you should use data-blockid** good luck
  22. I need this plugin: https://invisioncommunity.com/files/file/9220-pay-to-pin-topics/
  23. Xontero replied to SlawkA's тема in Interface
    you're right. it's my wrong

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.