[FF] Realtime Conversations

[FF] Realtime Conversations 2.0.3

没有下载权限
XF 兼容性
  1. 2.2.x
摘要
Enhance your websockets experience with live chatting support using @021 WebSockets addons. Add provided CSS for optimal functionality. Installation required for all addons; extra.less adjustments ensure seamless integration.
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
浏览
341
扩展类型
zip
文件大小
25.2 KB
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 axtona 的更多资源

XenBase A
XenBase 2.3.11
一个坚实的基础可以原样使用,也可以为您的社区创造奇迹。
Persona - 个性化你的论坛身份 A
Persona为论坛上的每一个成员提供了工具,让他们能够打造自己的存在感。
XenForo媒体图库/XFMG A
XenForo媒体图库是官方的XenForo扩展程序,允许您为您的XF2添加一个相册
浏览
681
已更新

相似的资源

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