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

bon1

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

  • В сети

Everything posted by bon1

  1. На так как это сделать?
  2. Установил приложение Recent Topics 1.1.5, но столкнулся с такой проблемой, может она и банальна, но че то я не могу исправить😂 проблема в том что сам блок с Recent Topics находиться ниже кнопок создать тему, нужно ее поднять вверх, управление блоками не реагирует на нее, в Админке приложение поднимал в самый вверх вот:
  3. Что именно?затемнение или картинку наложить?как то подробней что нужно именно)
  4. Ластик и прозрачность
  5. Без имени-1.psd Без имени-2.psd Без имени-1.psd Без имени-2.psd
  6. Online Indicator 1.1.xml Online Indicator 1.1.xml
  7. <a class="formBtn ipsButton ipsButton_medium ipsButton_intermediate ipsButton_fullWidth" href="https://hmrp.ga/application/form/1-%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0-%D0%BD%D0%B0-%D1%83%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA%D0%B0-%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0/"><i class="fa fa-plus-circle" aria-hidden="true"></i> Подать заявку</a> Кнопки: ipsButton_intermediate ipsButton_normal ipsButton_alternate ipsButton_primary ipsButton_positive ipsButton_intermediate ipsButton_negative ipsButton_light ipsButton_veryLight ipsButton_overlaid ipsButton_link
  8. <script> $(document).ready(function(){ $(".preloader").fadeOut(2000); // 2000 вроде как отвечает за нее }) </script> можно попробовать так: <script> $(document).ready(function(){ $(".preloader").delay(3000).fadeOut('slow'); }) </script> в JS н очень силён, это чисто мои предположения по поводу этих кодов)
  9. Перед <body> ставим: <div class="preloader"> <img src="ссылка на логотип или картинку" alt="Описание или слоган"> <div class="loader"> <div class="loading"></div> </div> </div> Перед </body> ставим: <script> $(document).ready(function(){ $(".preloader").fadeOut(2000); }) </script> В CSS кидаем: .preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color: #1a2028; display: flex; flex-direction: column; justify-content: center; align-items: center; } .preloader img { display: block; margin-bottom: 50px; max-width: 240px; } .preloader .loader { position: absolute; left: 50%; margin-top: 2rem; transform: translate(-50%,-50%); height: 5px; width: 15rem; background-color: #1d242d; } .preloader .loading { background-color: red; width: 5rem; height: 5px; animation: animation 1.8s infinite; } @keyframes animation{0%{transform:translateX(0rem)}50%{transform:translateX(10rem)}100%{transform:translateX(0rem)}} Готово.
  10. Адрес - youcss.ru (так же домен misofts.ru) Откуда контент - Собран со всего интернета Примерная сумма продажи - 1200 руб.
  11. core - global - plugins - staffMembers удали код или закомментируй: <span class="ipsPos_right"> {{if !member.members_disable_pm AND !$user->member()->members_disable_pm}} <a href='{url="app=core&module=messaging&controller=messenger&do=compose&to={$user->member()->member_id}" seoTemplate="messenger_compose"}' data-ipsDialog data-ipsDialog-title='{lang="compose_new"}' data-ipsDialog-forceReload data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage="{lang="message_sent"}"><i class='fa fa-envelope'></i> </a> {{endif}} </span>
  12. Ну или так: Находишь данный код globalTemplate <main id='ipsLayout_body' class='ipsLayout_container'> и меняешь на это: <main id='ipsLayout_body' class='ipsLayout_container background_ms'> в CSS кидаешь код: .background_ms { background: white; /* Цвет фона */ padding: 5px; margin-top: 71px; /* Отступ от header */ }
  13. globalTemplate находишь строчку: {template="logo" app="core" group="global" params=""} Вырезаешь его и вставляешь перед </header> Далее CSS находишь код и меняешь на это: #elSiteTitle, #elLogo { /* flex: 0 1 auto; */ /* min-width: 0; */ display: inline-flex; /* align-items: center; */ /* align-self: stretch; */ /* height: var(--header--height); */ margin-top: 30px; margin-left: 546px; -webkit-transition: -webkit-filter 0.3s ease-in-out; transition: -webkit-filter 0.3s ease-in-out; -o-transition: filter 0.3s ease-in-out; transition: filter 0.3s ease-in-out; transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; } #elSiteTitle, #elLogo:hover { -webkit-filter: brightness(110%); filter: brightness(110%);} Находишь данный код в CSS и меняешь ссылку на другой бэкграунд без логотипа: #ipsLayout_header header { background: url(https://forum.la2-fun.ru/1bg.png); /* Загрузить новый бэкграунд*/ background-size: cover; -moz-background-size: cover; background-position: center; padding-bottom: 330px; } После чего загружаешь новый логотип и все.
  14. Я так понял вот это вам нужно: .ipsDataItem:hover { background:#ebeff394; /* Цвет который вам нужен*/ }
  15. 27 будет в августе
  16. Через Let’s Encrypt получаешь сертификат?
  17. Ты где нашел этот файл? Там нет такого.
  18. .ipsDataItem_title a { color:green; } .ipsDataItem_title a:hover { opacity:0.6; }
  19. bon1 replied to Xontero's тема in Interface
    Maybe he does not support this game: Compatible servers 💻 Counter-Strike 1.6 Counter-Strike: Global Offensive Discord Minecraft Teamspeak 3

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.