Not a bug Impossible to access ignored users in JS

[F.A] Walky

Active member
Affected version
2.x
Hello,

Since XenForo 2.x, it is impossible to access ignored users through JS unlike XenForo 1.x.
On XenForo 1.x we were able to access it with : XenForo._ignoredUsers, on XenForo 2.x there is : XF.config.ignored but this array is always empty (with ignored users or not).

Regards,
Walky
 
XF2 takes a different approach and does not access ignored users this way (whereas XF1 did at some point, I believe). If you need this, you would need to expose it directly or take a different approach.
 
Back
Top Bottom