- Discussions
- 4 647
- Messages
- 12 059
- Solutions
- 81
- J'aime
- 7 615
- Points
- 198
Adds live forum threads using websockets. [MMO] Centrifugo must be installed for the add-on to work. You can set rights for groups who will have live threads
Télécharger V2.2.0 :
Version 2.2.1 : Using host and patch options for realtime
Version 2.2.2 :
Use of tokens
To use live threads, you now need to set up a namespace.
Télécharger V2.2.2 :
Version 2.3.0 Bêta 1 :
- Support XF 2.3.0
- Min require XF 2.3.0 Beta 3
Télécharger V2.3.0 Bêta 1 :
Version 2.3.0 :
- Min require 2.3.0
- Using new pattern XF
- Refactoring
- Fixed If the add-on is installed and the centrifuge is not available, it does not allow you to create a thread or reply to it.
Télécharger V2.3.0 :
Version 2.3.2 :
- Support for real-time message updating and changing it to different states, from editing it to adding a reaction.
- Minimum requirement [MMO] Centrifugo 2.3.2
Version 2.3.3 : Fix wrong name for js
Version 2.3.4 :
- Fix bug when editing and reaction reload post.
- JS optimization
- Delete useless options
Version 2.3.5 :
Fixed a bug with other thread types.
Fixed a bug where the message's appearance would change in a way that was not consistent with the thread type.
Thanks a lot for testing and providing bugs
Télécharger V2.3.5 :
Version 2.3.7 : Add user typing
Télécharger V2.3.7 :
Version 2.3.9 :
- Shortened conditionals and got rid of unnecessary code blocks
- Replaced multiple returns with early returns for better readability
- Used DocumentFragment to reduce DOM repaints when adding multiple elements
Télécharger V2.3.9 :
Télécharger V2.2.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Version 2.2.2 :
Use of tokens
To use live threads, you now need to set up a namespace.
JSON:
{
"token_hmac_secret_key": "",
"admin_password": "",
"admin_secret": "",
"api_key": "",
"allowed_origins": [
"your_hosting",
],
"namespaces": [
{
"name": "public"
}
]
}
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Support XF 2.3.0
- Min require XF 2.3.0 Beta 3
Télécharger V2.3.0 Bêta 1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Min require 2.3.0
- Using new pattern XF
- Refactoring
- Fixed If the add-on is installed and the centrifuge is not available, it does not allow you to create a thread or reply to it.
Télécharger V2.3.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Support for real-time message updating and changing it to different states, from editing it to adding a reaction.
- Minimum requirement [MMO] Centrifugo 2.3.2
Version 2.3.3 : Fix wrong name for js
Version 2.3.4 :
- Fix bug when editing and reaction reload post.
- JS optimization
- Delete useless options
Version 2.3.5 :
Fixed a bug with other thread types.
Fixed a bug where the message's appearance would change in a way that was not consistent with the thread type.
Thanks a lot for testing and providing bugs
Télécharger V2.3.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.3.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Shortened conditionals and got rid of unnecessary code blocks
- Replaced multiple returns with early returns for better readability
- Used DocumentFragment to reduce DOM repaints when adding multiple elements
Télécharger V2.3.9 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.