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

Posted

Привет,не подскажите где можно найти плагин автор темы  при создание темы на версию 4.4.3?

в  поиске  искал и не нашел может не правильно пишу? 

отблагодарю кто поможет найти буду очень рад

1004073780_.thumb.png.18feb14c2d2990c4c8581df0ed81a509.png

 

  • Author

Нашел но версия старая конечно 

 

на другом портале нашел  Highlight Topic Author 1.0.8

 

тему можете закрыть свежую версию больше не нашел и думаю иё нету а так спасибо всем 😂

  • 2 месяца спустя...

4.jpg.d853da97c09335f12e02037759e76936.jpg

Открываем шаблоны > postContainer

Вставляем в любое место

Цитата

{{if $comment->author()->member_id and $item->author()->member_id == $comment->author()->member_id}}
<div class="message-postStarter">
<span class="message-postStarter_indicator">AUTHOR</span></div>
{{endif}}

Добавляем в custom.css

Цитата

/* Бейджик Автор темы */
.message-postStarter {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 85px;
    height: 85px;
    text-align: right;
}
.message-postStarter .message-postStarter_indicator {
    font-size: 9px;
    color: #BFBFBF;
    font-weight: 900;
    position: absolute;
    top: 18px;
    left: -25px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 100px;
    display: block;
    background: linear-gradient(#1d3c4e 0%, #092738 100%);
    box-shadow: 0 3px 10px -5px #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.message-postStarter .message-postStarter_indicator:before {
    left: 0;
    border-left-color: #79A70A;
    border-right-color: transparent;
}
.message-postStarter .message-postStarter_indicator:after {
    left: 0;
    border-left-color: #79A70A;
    border-right-color: transparent;
}

.message-threadStarter .message-threadStarter_indicator:before,
.message-threadStarter .message-threadStarter_indicator:after {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border: 3px solid;
    border-top-color: #79A70A;
    border-bottom-color: transparent;
}
/* Бейджик Автор темы конец */

 

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.