XenForo 2.2 support

Kirby

New Member
According to the description the Add-on should be compatibile with XenForo 2.2 and 2.3.

But trying to install 4.0.X on XenForo 2.2.18 fails due to versions requirements in addon.json

Question
Is 4.0.X (and 4.1.X) compatible with XenForo 2.2.18?
 
My site run latest XF version with this add-on without any issues.
 
What does "latest XF version" mean - XenForo 2.3.9?
Yes, this does work - but I asked about XenForo 2.2.18.

According to add.on.json Xenforo > 2.3.0 is required:
Code:
"require": {
    "XF": [
        2030070,
        "XenForo 2.3.0 or higher"
    ],
    "php": [
        "7.4.0",
        "PHP 7.4.0 or higher"
    ]
},

The JS code also seems to use methods like XF.on that are only available in XenForo 2.3

So I have to ask again:
Are version 4.0.X and 4.1.X of this Add-on compatible with XenForo 2.2.18?
 
What does "latest XF version" mean - XenForo 2.3.9?
Yes, this does work - but I asked about XenForo 2.2.18.

According to add.on.json Xenforo > 2.3.0 is required:
Code:
"require": {
    "XF": [
        2030070,
        "XenForo 2.3.0 or higher"
    ],
    "php": [
        "7.4.0",
        "PHP 7.4.0 or higher"
    ]
},

The JS code also seems to use methods like XF.on that are only available in XenForo 2.3

So I have to ask again:
Are version 4.0.X and 4.1.X of this Add-on compatible with XenForo 2.2.18?
KirbyYes. XF 2.3.x
 
If I remember correctly (I quit using this add-on after 4.06 was released) but I think that version 4.0 brought major changes that were incompatible with the 2.2.x line.
Support is also hit & miss with this add-on and was the main reason I removed it.
 
Last edited:
Back
Top