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.

mind / документация

Featured Replies

Posted

привет, форумчане. извиняюсь, если создал тему не в том разделе. 

использую тему mind , только новой версии (2.0.3). там есть возможность реализовать вот такую штуку в Header-е 

но не могу найти по этому вопросу документации / инструкции. может,  у кого-то имеется, или кто-то просто знает, как подключить.  буду  весьма весьма благодарен

 

скрин перезалил

3mBffQc.thumb.png.8e23613eacc018445ab1708a72a519fe.png

EvgeniyGreen https://invisioncommunity.com/files/file/8288-mind-professional-theme/
там есть Read More. Почитай что там по той ссылке.

Или вот шаблон нового блока-плагина "Пользователи" вставь :

<div class='header_latest_posts ipsResponsive_hidePhone ipsResponsive_hideTablet'>
{{foreach $comments as $comment}}
<div class='headerPost' style='display:none;'>
<div class='headerPost_photo'>
<div class='photoSignal'></div>
{template="userPhoto" group="global" app="core" params="$comment->author(), 'tiny'"}
</div>
<div class='headerPost_comment'>
<span class='text' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'>
{{if \IPS\Member::loggedIn()->member_id }}
<a href="{$comment->url()}" title='{lang="view_this_topic" sprintf="$comment->item()->title"}'>
{$comment->truncated( true )|raw}
</a>
{{else}}
{$comment->truncated( true )|raw}
{{endif}}
</span>
</div>
</div>
{{endforeach}}
</div>

<script>
$(document).ready(function(){
    var time = 0;
    $('.headerPost').each(function() {
        $(this).delay(time).fadeIn(2000);
        time += 3500;
    });
});  
</script>


 

sMYLMmo (1).png

xT40Qeq (1).jpg

XjFITuw.png

ILlGe5m (1).png

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.