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.

Поиск плагина

Featured Replies

А вот нашел у себя 

Перейти ACP -> Внешний вид -> Настройки редактора -> нажмите "Добавить кнопку" -> Пользовательская

 

Спойлер

 

Заголовок кнопки : Info

Иконка: загрузить info.png
Тип:  Строчный 
HTML :


<div class="mbh-information mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-information {
		background-color: #3498db;
}

.mbh-information:before {
		content: "\f129";
		margin-left: 4px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Success
Иконка: загрузить success.png
Тип:  Строчный 
HTML :


<div class="mbh-success mbh-notification-box">{content}</div>
  <style>
    .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}

.mbh-success {
		background-color: #2ecc71;
}

.mbh-success:before {
		content: "\f00c";
		;
        margin-top:-5px;
}

  </style>

Заголовок кнопки : Warrning
Иконка: загрузить warrning.png
Тип:  Строчный 
HTML :


<div class="mbh-warning mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}
  .mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}

.mbh-warning {
		background-color: #e67e22;
}

.mbh-warning:before {
		content: "\f12a";
		margin-left: 5px;
          margin-top:-5px;
}


</style>

Заголовок кнопки : Error
Иконка: загрузить error.png
Тип:  Строчный 
HTML :


<div class="mbh-failure mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
  .mbh-failure {
		background-color: #e74c3c;
}

.mbh-failure:before {
		content: "\f00d";
        margin-top:-5px;
        
}
</style>

Заголовок кнопки : Question
Иконка: загрузить question.png
Тип:  Строчный 
HTML :


<div class="mbh-question mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-question {
		background-color: #f1c40f;
}

.mbh-question:before {
		content: "\f128";
		margin-left: 2px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Tip
Иконка: загрузить tip.png
Тип:  Строчный 
HTML :


<div class="mbh-tip mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-tip {
		background-color: #16a085;
}

.mbh-tip:before {
		content: "\f0eb";
		margin-left: 2px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Notification
Иконка: загрузить notification.png
Тип:  Строчный 
HTML :


<div class="mbh-notice mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-notice {
		background-color: #bea474;
}

.mbh-notice:before {
		content: "\f0a1";
		;
        margin-top:-5px;
}
</style>

 

 

картинки images.zip

images.zip

Edited by ro-avde

  • Author
3 минуты назад, ro-avde сказал:

А вот нашел у себя 

Перейти ACP -> Внешний вид -> Настройки редактора -> нажмите "Добавить кнопку" -> Пользовательская

 

  Показать контент

 

Заголовок кнопки : Info

Иконка: загрузить info.png
Тип:  Строчный 
HTML :



<div class="mbh-information mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-information {
		background-color: #3498db;
}

.mbh-information:before {
		content: "\f129";
		margin-left: 4px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Success
Иконка: загрузить success.png
Тип:  Строчный 
HTML :



<div class="mbh-success mbh-notification-box">{content}</div>
  <style>
    .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}

.mbh-success {
		background-color: #2ecc71;
}

.mbh-success:before {
		content: "\f00c";
		;
        margin-top:-5px;
}

  </style>

Заголовок кнопки : Warrning
Иконка: загрузить warrning.png
Тип:  Строчный 
HTML :



<div class="mbh-warning mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}
  .mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}

.mbh-warning {
		background-color: #e67e22;
}

.mbh-warning:before {
		content: "\f12a";
		margin-left: 5px;
          margin-top:-5px;
}


</style>

Заголовок кнопки : Error
Иконка: загрузить error.png
Тип:  Строчный 
HTML :



<div class="mbh-failure mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
  .mbh-failure {
		background-color: #e74c3c;
}

.mbh-failure:before {
		content: "\f00d";
        margin-top:-5px;
        
}
</style>

Заголовок кнопки : Question
Иконка: загрузить question.png
Тип:  Строчный 
HTML :



<div class="mbh-question mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-question {
		background-color: #f1c40f;
}

.mbh-question:before {
		content: "\f128";
		margin-left: 2px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Tip
Иконка: загрузить tip.png
Тип:  Строчный 
HTML :



<div class="mbh-tip mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-tip {
		background-color: #16a085;
}

.mbh-tip:before {
		content: "\f0eb";
		margin-left: 2px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Notification
Иконка: загрузить notification.png
Тип:  Строчный 
HTML :



<div class="mbh-notice mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-notice {
		background-color: #bea474;
}

.mbh-notice:before {
		content: "\f0a1";
		;
        margin-top:-5px;
}
</style>

 



 

картинки images.zip

images.zip

благодарю

  • Author
32 минут назад, ro-avde сказал:

А вот нашел у себя 

Перейти ACP -> Внешний вид -> Настройки редактора -> нажмите "Добавить кнопку" -> Пользовательская

 

  Скрыть контент

 

Заголовок кнопки : Info

Иконка: загрузить info.png
Тип:  Строчный 
HTML :



<div class="mbh-information mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-information {
		background-color: #3498db;
}

.mbh-information:before {
		content: "\f129";
		margin-left: 4px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Success
Иконка: загрузить success.png
Тип:  Строчный 
HTML :



<div class="mbh-success mbh-notification-box">{content}</div>
  <style>
    .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}

.mbh-success {
		background-color: #2ecc71;
}

.mbh-success:before {
		content: "\f00c";
		;
        margin-top:-5px;
}

  </style>

Заголовок кнопки : Warrning
Иконка: загрузить warrning.png
Тип:  Строчный 
HTML :



<div class="mbh-warning mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}
  .mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}

.mbh-warning {
		background-color: #e67e22;
}

.mbh-warning:before {
		content: "\f12a";
		margin-left: 5px;
          margin-top:-5px;
}


</style>

Заголовок кнопки : Error
Иконка: загрузить error.png
Тип:  Строчный 
HTML :



<div class="mbh-failure mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
  .mbh-failure {
		background-color: #e74c3c;
}

.mbh-failure:before {
		content: "\f00d";
        margin-top:-5px;
        
}
</style>

Заголовок кнопки : Question
Иконка: загрузить question.png
Тип:  Строчный 
HTML :



<div class="mbh-question mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-question {
		background-color: #f1c40f;
}

.mbh-question:before {
		content: "\f128";
		margin-left: 2px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Tip
Иконка: загрузить tip.png
Тип:  Строчный 
HTML :



<div class="mbh-tip mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-tip {
		background-color: #16a085;
}

.mbh-tip:before {
		content: "\f0eb";
		margin-left: 2px;
        margin-top:-5px;
}
</style>

Заголовок кнопки : Notification
Иконка: загрузить notification.png
Тип:  Строчный 
HTML :



<div class="mbh-notice mbh-notification-box">{content}</div>
<style>
  .mbh-notification-box {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
		padding: 10px 14px 10px 44px;
		position: relative;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
}

.mbh-notification-box:before {
		font-family: FontAwesome;
		font-size: 21px;
		left: 14px;
		position: absolute;
}
.mbh-notice {
		background-color: #bea474;
}

.mbh-notice:before {
		content: "\f0a1";
		;
        margin-top:-5px;
}
</style>

 



 

картинки images.zip

images.zip

Почему-то вот такая шняга получается.
До:
4c7kgzhXeKk.jpg

После отправки:

Ezm3zxfrIms.jpg

y6EoiVdenGA.jpg

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

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.