Everything posted by Xontero
-
Таблицы CKeditor
Установите следующие файлы в порядке их номеров 1_table_4.16.0.zip 2_tabletools_4.16.0.zip 3_tabletoolstoolbar_0.0.1.zip Затем добавьте установленные кнопки в редактор 1_table_4.16.0.zip 2_tabletools_4.16.0.zip 3_tabletoolstoolbar_0.0.1.zip
-
Put the expiration date of the vip user in the postbit
Действительно? Откуда ты?
-
taskmanager
Просмотр файла taskmanager for more information: https://invisioncommunity.com/files/file/9932-task-manager/ Добавил Xontero Добавлено 03/17/22 Категория Модерация Язык English
-
Task Manager
- 81 скачивание
- Версия 1.0.5
for more information: https://invisioncommunity.com/files/file/9932-task-manager/Free -
Put the expiration date of the vip user in the postbit
@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> {lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} </span> Change to: <span class = 'cProfileSubscription_text' > <i class = "fa fa-certificate" ></i> {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> {lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"}</span> Change to: <span class='cProfileSubscription_text'> <i class="fa fa-certificate"></i> {lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} {{if $member->member_id == \IPS\Member::loggedIn()->member_id}} <br/> {$subscription->currentBlurb()} {{endif}} </span> output:
-
Файлы из архива IPS (поможем скачать)
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
-
Файлы из архива IPS (поможем скачать)
For the first case, you have to search a lot. but for the second case, this feature is available by default
-
Nexxe Theme (Dark/Light)
Привет У кого-нибудь есть отредактированный файл JavaScript для удаления авторских прав?
-
Download installed plugins
Thanks. But this works only for apps
-
Download installed plugins
Hi. How can I download installed plugin without using developer mode?
-
Файлы из архива IPS (поможем скачать)
I need this language pack: https://invisioncommunity.com/files/file/7292-turkish-language-file-for-ips-4-series/
-
Файлы из архива IPS (поможем скачать)
I need this theme: https://invisioncommunity.com/files/file/9813-rain/
-
Файлы из архива IPS (поможем скачать)
use this instead of: https://ipbmafia.ru/files/file/2491-k4-info-to-postcontainer/
-
Spacious ACP
I have 20.3.0 Spacious ACP 20.3.0.tar Spacious ACP 20.3.0.tar
-
Файлы из архива IPS (поможем скачать)
IPS website is not available. why?
-
Пожалуйтесь инвижынам о баге..
If you want I can report this bug on the invision.
-
EX0 Что-то пошло не так.
disable your apps and plugins and try again
-
Файлы из архива IPS (поможем скачать)
Does anyone have this plugin? Link: https://invisioncommunity.com/files/file/7344-group-name-indicator/
-
Integration with Vkontakte
ohhh... sorry this can be replace with that
-
Integration with Vkontakte
- 142 скачивания
- Версия 1.0.6
Приложение Интеграция с Вконтакте содержит в себе три набора функционала: 1. VK.com Login Handler - авторизация пользователей в Invision Community с помощью социальной сети Вконтакте. Инструкция по настройке. 2. VK.com Share Service - пользователи могут делиться любым контентом в сообществе с помощью одной кнопки. Подробнее. 3. VK.com Content Promotion - продвижение контента в группу или страницу Вконтакте по расписанию. Подробнее о продвижение в Вконтакте.Free -
Integration with Vkontakte
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
-
Файлы из архива IPS (поможем скачать)
I need this app: https://invisioncommunity.com/files/file/8779-topics-list/
-
Добавление фавиконов.
sorry my language is not Russian
-
Добавление фавиконов.
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
-
Файлы из архива IPS (поможем скачать)
I need this plugin: https://invisioncommunity.com/files/file/9220-pay-to-pin-topics/