Leaderboard
Popular Content
Showing content with the highest reputation since 08/24/18 in all areas
-
10 points
-
7 points
Русский язык для Invision Community
Narkosha46 and 6 others reacted to Respected for a file
-
7 pointsБудут оба. Анонс
-
6 points
-
4 points
Скрытое поле при регистрации для защиты от спамеров
llAGll and 3 others reacted to siv1987 for a post in a topic
\applications\core\modules\front\system\register.php Найти $form = \IPS\core\modules\front\system\register::buildRegistrationForm(); Ниже добавить $form->add( new \IPS\Helpers\Form\Text( 'email_1', '', false, null, function( $value ) { if( $value ) { throw new \InvalidArgumentException('form_required'); } }, null, '<style>#form_email_1{display:none;}</style>' ) ); Если это поле будет заполнено, выдаст ошибку что поле обязательно для заполнение. Но мне кажется ботов это не сильно остановит. -
4 points
Version 1.4.1-2.0.0
90 downloads
Birthday greeter that can send out birthday emails, topics, personal messages, status updates and chatbox messages to members celebrating their birthday. Included widgets to also wish members a happy birthday. Features NEW Support for Chatbox birthday alert. NEW Support for status update birthday alert. NEW Select a preferred local time and timezone to send out birthday greetings. Exclude member groups such as Banned and Validating from receiving birthday greetings. Optional customizable birthday greetings via email. Smart quick tags allow you to send out birthday greetings with information such as Board Name, Member's Name and Age. Optional widget that lists the members celebrating their birthday each day. Optional customizable birthday greetings via IPB personal message system. Choose to pin or close new birthday topics created. Option to include all birthday users each day in 1 topic, instead of 1 topic per members birthday. Create optional customizable birthday topics. Create new birthday topics or add replies to a "birthday topic" when there is a members birthday. Requirements: IP.Board 4.1.x+ - PHP 5.6+ - MySQL 5.1+ - View full requirements here.Free
-
4 points
Classifieds System
Nikola_Telegin and 3 others reacted to WOLF for a post in a topic
Дабы опять куча людей которые не умеют пользоваться поиском не писали выложить свежую версию, опубликую и тут classifieds1.1.11.tar -
4 points
Новое форматирование групп
Hope and 3 others reacted to Nikola_Telegin for запись
Сегодня капался с форматированием и нашел несколько плюх для вас) <span style='font-weight: bold; background: linear-gradient(to left, #d07fff, #8473fd ); -webkit-background-clip: text; -webkit-text-fill-color: transparent;'> <span style='font-weight: bold; background: linear-gradient(to right, #ff6d6d, #ff08d5); -webkit-background-clip: text; -webkit-text-fill-color: transparent;color: #FF512F;'> <span style='font-weight: bold; background: linear-gradient(to right, #ffd400, #d53a3a); -webkit-background-clip: text; -webkit-text-fill-color: transparent;'> <span style='font-weight: bold; background: #d21df3;; -webkit-background-clip: text; -webkit-text-fill-color: transparent;text-shadow: 1px 1px 10px #d21df3;'> -
3 points
Invision Community Nulled
trattore and 2 others reacted to Respected for a post in a topic
Invision Community Nulled Просмотр файла Новая версия Invision Community - 4.4. Русский язык для Invision Community 4.4 Добавил Respected Добавлено 29.01.2019 Категория Скачать Invision Community 4 -
3 points
Плагин HIDE с правилами
Nikola_Telegin and 2 others reacted to siv1987 for a post in a topic
Автор этого плагина просто напросто отбитый наркоман, а в IPS он проездом. Весь этот наркоманский код $seuchas = time(); $nado_reg = strtotime($regis)+(60*60*24*$treg); $date = $nado_reg; $sec=$date - time(); $days=floor(($date - time()) /86400); $h1=floor(($date - time()) /3600); $m1=floor(($date - time()) /60); $hour=floor($sec/60/60 - $days*24); $hours=floor($sec/60/60); $min=floor($sec/60 - $hours*60); switch(substr($days, -1)){ case 1: $o='Остался'; break; case 2: case 3: case 4: case 5: case 6: case 7: case 8: case 9: case 0: $o='Осталось'; break;} switch(substr($days, -2)){ case 1: $d='день'; break; case 2: case 3: case 4: $d='дня'; break; default: $d='дней'; } switch(substr($hour, -2)) { case 1: $h='час'; break; case 2: case 3: case 4: $h='часа'; break; default: $h='часов'; } switch(substr($min, -2)) { case 1: $m='минута'; break; case 2: case 3: case 4: $m='минуты'; break; default:$m='минут'; } if ($sec>0) $timer .='<strong>'.$o.':</strong> '; if ($days>0) $timer .= $days.' '.$d; if ($h1>0) $timer .= ' '.$hour.' '.$h; if ($m1>0) $timer .= ' '.$min.' '.$m; if ($sec<0) $timer = ""; можно уместить в несколько строчек $have = ''; $need = \IPS\DateTime::create()->sub( new \DateInterval( 'P'.$treg.'D' ) ); if( $need < \IPS\Member::loggedIn()->joined ){ $have = 'Вам осталось ' . \IPS\DateTime::formatInterval( $need->diff( \IPS\Member::loggedIn()->joined ), 2 ); } $msg .= 'Вы должны быть зарегестированы не менее '.$treg .' дней. '.$have; Или что-то типа $msg .= 'Вы должны быть зарегестированы не менее '.$treg .' дней.' . ( \IPS\Member::loggedIn()->member_id ? 'Вы провели на форуме ' . \IPS\DateTime::formatInterval( \IPS\DateTime::create()->diff( \IPS\Member::loggedIn()->joined ), 2 ) : '' ); Почему бы не сделать необязательные параметры - [hide], [hide=1], [hide=1,2] и тд. Почему бы не добавить именные параметры чтобы не путаться с расположением [hide p=1 d=3 r=2] как это было в тройке. Распарсить эти параметры нет ничего сложного обычным explode. Почему не добавить для времени регистрации префикс с указанием типа m - месяц, y - годы. Плагин сырой и не доделанный, а автор еще умудряется за это деньги клянчить. Перенос строки в теге не работает потому что вы регулярном выражение его не учитывается. Нужно '!\[hide=([0-9,]+)\](.+?)\[\/hide\]!i' Заменить на '!\[hide=([0-9,]+)\](.+?)\[\/hide\]!is' -
3 points
Встраивание видео из Вконтакте
Narkosha46 and 2 others reacted to Respected for a file
-
3 points
Обновление IPBmafia до актуальной версии
Artemka and 2 others reacted to hawk2012 for a post in a topic
Лучше сразу на 5.0 обновиться чтобы красиво было -
3 points
-
3 pointsUniform: Background picker // ipsfocus 4.3.3+ What's New in Version 4.3.3+ Minor HTML change for 4.3.3. Subforum columns should now align better Long subforum names are truncated The default font has been changed to the system font New css variables allow for easier modifications Uniform_43_ipsfocus 4.3.3+.zip
-
3 points
-
3 points
-
2 points
Плагин HIDE с правилами
Nikola_Telegin and one other reacted to Derbrent for a post in a topic
siv1987 Может вам собрать нормальны плагин p.s. почему посты редактировать нельзя ? Хотя бы временно... -
2 points
-
2 points
Как получить группу Актив?
Nikola_Telegin and one other reacted to alexis for a post in a topic
да, сам вот такую сразу по набору 300 сообщений автоматически получил. -
2 points
автоматическое обнавление страници
Volkodavovich and one other reacted to Respected for a post in a topic
В теги head в globalTemplate: <meta http-equiv="refresh" content="5"> В примере 5 секунд. -
2 pointsTheSagittarius Настройте ленту активности
-
2 points
Обновление IPBmafia до актуальной версии
DiGiTaL and one other reacted to Respected for a post in a topic
Пока не вижу того, ради чего стоит заморочиться над обновлением, но да, надо заняться конечно. Думаю на 4.4 сразу) -
2 points
Invision Community 4.3 Nulled
Buben2015 and one other reacted to Respected for a post in a topic
Обновлено! -
2 points
Version 1.0.0
112 downloads
Get the complete Automation Rules family of products for a bargain price. В архиве имеется: --------------------- Automation Rules - FULL - 1.4.4 $35 Value Commerce Rules Expansion - 1.0.2 $55 Value Calendar Rules Expansion - 1.0.2 $15 Value Forums Rules Expansion - 1.0.2 $15 Value Pages Rules Expansion - 1.0.1 $15 Value А так же бонус: --------------------- Rules Starter Pack - 1.2.0 Rule Pack - Member Pip Ranks System 1.0.0Free
-
2 points
PM Viewer
kotishe and one other reacted to #kotomafia for a post in a topic
Плагин для форума роскомнадзора.