[FF] Realtime Conversations

[FF] Realtime Conversations 2.0.3

没有下载权限
XF 兼容性
  1. 2.2.x
摘要
Extends basically all of @021 WebSockets addons to also bring in support
Extends basically all of @021 WebSockets addons to also bring in support for live chatting (WebSockets for comms, Real Time Alerts for the popups and Real Time Threads for the display new messages code) - so you will need ALL OF THEM installed to use this.

Once installed, add the following to your extra.less
CSS:
.js-typers {
    &.is-active {
        opacity: 1;
        max-height: 1000px;
        transition: all .5s ease-in-out;
    }
    > .block-container {
        margin-bottom: @xf-elementSpacer;
    }
    .user-card {
        text-align: center;
    }
    .dots {
        display: block;
    }
    .js-typesText:after {
        content: "\00a0";
    }
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}
Nothing else to configure, just install and it will work, although there are 2 options you can use to tweak.
image.webp
作者
axtona
浏览
272
扩展类型
zip
文件大小
25.2 KB
首次发布
上次更新
评分 0.00 星 0 个评分
Link was Broken? Please 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 axtona 的更多资源

Brazilian Language [PT-BR] A
Like the other available Brazilian Portuguese translation
SEO Audit A
SEO Audit 1.1.0
A comprehensive SEO auditing dashboard for XenForo administrators.
XenForo媒体图库 / XFMG A
XenForo媒体图集是官方的XenForo扩展程序,可让您在XF2中添加图集

相似的资源

[AndyB] Auto delete conversations A
浏览
354
已更新
[AndyB] Delete Conversations A
All phrases start with deleteconversations_ for your convenience.
浏览
438
已更新
[AndyB] Keyword check conversations A
Notifies staff when a conversation contains certain keywords.
浏览
479
已更新
顶部