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.

Тролль

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

  • В сети

Reputation Activity

  1. Like
    Тролль reacted to sergey3108 in N непрочитанных сообщений   
    Что за хук 
  2. Like
    Перевод от IBR? Если да, то дело в нем.
     
    Я решил этот баг так. Внимание, это для версии 3.4.5 , но думаю в ранних версиях аналогично
     
    Файл /ips_kernel/HTMLPurifier/HTMLPurifier/Injector/Linkify.php
     
     
    находим код 
    $uni=(IPS_DOC_CHAR_SET=="UTF-8")?"u":""; preg_match_all( "#(.*?)(()?((?:http|ftp|https)://[p{L}-_]+(?:.[p{L}-_]+)?(?:[p{L}-.,()@?^=%&:/~+#]*[p{L}-@?^=%&/~+#]))(.*?)$#ims" . $uni, $token->data, $matches ) меняем на 
    $uni=(IPS_DOC_CHAR_SET=="UTF-8")?"u":""; preg_match_all( "#(.*?)(()?((?:http|ftp|https)://[а-яА-Яw-_]+(?:.[а-яА-Яw-_]+)?(?:[а-яА-Яw-.,()@?^=%&:/~+#]*[а-яА-Яw-@?^=%&/~+#]))(.*?)$#ims" . $uni, $token->data, $matches ); сохраняем файл (обязательно!!) в кодировке UTF-8 (без BOM!!!!). Теперь все работает, по крайней мере у меня так.
     
    Мой файл Linkify.php  в аттаче
    Linkify.zip
  3. Like
    Тролль reacted to Respected in Скроллер как на мафии   
    <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script> В теги head в шаблоне globalTemplate будет достаточно. 
    Закрываю тему, а то форум по кирпичикам разложите
  4. Like
    Тролль reacted to HooLIGUN in Скроллер как на мафии   
    ipb_styles.css

    .scrolltotop { display:none; position:fixed; width:3%; top:0; left:0; height:100% ;z-index:9000; cursor:pointer } .scrolltotop__side { position:fixed; width:3%; height:100%; top:0; left:0; background: black; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0.2); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 } .scrolltotop__arrow { position:fixed; width:3%; height:100%; top:50px; left:0; background:url(__ipbmafia.ru/public/style_images/mafiaboard/totop.png) top no-repeat; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)"; filter:alpha(opacity=0.4); -moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4 } Но от этого у меня тоже ничего не поменялось Видимо руки кривые...
  5. Like
    Тролль reacted to € WinsanT in Скроллер как на мафии   
    <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('body').append("<div class='scrolltotop'><div class='scrolltotop__side'></div><div class='scrolltotop__arrow'></div></div>"); jQuery(window).scroll(function(){ if (jQuery(this).scrollTop() > 350) { jQuery('.scrolltotop').fadeIn(); } else { jQuery('.scrolltotop').fadeOut(); } }); jQuery('.scrolltotop').click(function(){ jQuery("html, body").animate({ scrollTop: 0 }, 600); return false; }); });0 </script> Между тегами <head></head>
  6. Like
    Тролль reacted to Respected in (SOS34) Topic Moderators 2.2.2   
    Название: (SOS34) Topic Moderators 2.2.2
    Добавил: Respected
    Добавлен: 15 Май 2013
    Категория: Хуки, Модификации для IP.Board
    Название по-русски : Модераторы тем IPB Версия IP.Board: 3.4.x, 3.3.x


    (SOS34) Topic Moderators 2.2.2 - хук позволяет установить модераторов на определённые темы.


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.