[FF] Realtime Conversations

[FF] Realtime Conversations 2.0.3

No permission to download
XF Compatibility
  1. 2.2.x
Short Description
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
Author
axtona
Views
307
Extension type
zip
File size
25.2 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

More resources from axtona

Shack Open Graph Pro A
This extension adds Open Graph and Twitter Card tags to your site
[Roi] ALTACHA CAPTCHA A
A XenForo add-on that integrates the ALTCHA human verification system
Multilangual Nodes and Description A
A simple AddOn I created for myself to have Nodes and Descriptions in multiple languages.

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.
Top