[FF] Realtime Conversations

[FF] Realtime Conversations 2.0.3

No permission to download
XF Compatibility
  1. 2.2.x
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
Author
axtona
Views
357
Extension type
zip
File size
25.2 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
More resources from axtona
Using Composer Packages
Using Composer Packages
XenForo v2 uses Composer behind the scenes to include certain packages used by the core software
Eggy SEO Autopilot
Eggy SEO Autopilot
Automated auditing, metadata, structured data, Google Search Console, IndexNow
Timeline Pro - Plugin de Chronologie pour WordPress
Timeline Pro - Plugin de Chronologie pour WordPress
un plugin de ligne de temps avancé WordPress qui met en avant votre historique de vie

Similar resources

[AndyB] Delete Conversations A
All phrases start with deleteconversations_ for your convenience.
[AndyB] Keyword check conversations A
Notifies staff when a conversation contains certain keywords.
Back
Top