Group badges not showing
-
@baris said in Group badges not showing:
The issue seems to be the flatpickr dependency. It is overriden serializeObject which breaks core.
How can I fix that ?
-
@baris said in Group badges not showing:
Here you go
* [email protected] (installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * nodebb-plugin-social-poster (not installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled)
-
I am not sure which one includes flatpickr, it could also be included in your custom header in the ACP as a script tag? You can try searching for flatpickr in node_modules with
grep -rnw "flatpickr" node_modules/
If you can't find it there check custom header tab in ACP. -
@phenomlab said in Group badges not showing:
nodebb-plugin-poll
Looks like its this one. https://github.com/NodeBB/nodebb-plugin-poll/blob/master/plugin.json#L42 Try disabling poll plugin and try again.
-
@baris said in Group badges not showing:
@phenomlab said in Group badges not showing:
nodebb-plugin-poll
Looks like its this one. https://github.com/NodeBB/nodebb-plugin-poll/blob/master/plugin.json#L42 Try disabling poll plugin and try again.
No change sadly.