[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
浏览
307
扩展类型
zip
文件大小
25.2 KB
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 axtona 的更多资源

Shack Open Graph Pro A
这个扩展程序为您的网站添加了Open Graph和Twitter卡标签
 ALTACHA CAPTCHA A
一个集成ALTCHA人机验证系统的XenForo插件
多语言节点和描述 A
我为自己创建的一个简单Add-On,其中包含多个语言的节点和描述。

相似的资源

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