hasan-ozbey / flarum-flamoji

Simple emoji manager for Flarum.
MIT License
8 stars 9 forks source link

Issue with flarum/akismet #8

Open iamdarkle opened 2 years ago

iamdarkle commented 2 years ago

Today trying to configure Akismet, I noticed that the extension had no settings, which I found quite strange, after some research it seems that the culprit is Flamoji, being this extension enabled makes the Akismet settings disappear, there is no console error to help me understand why this happens (the only message that appears is related to another extension).

Screenshot 2022-08-31 145341

After disabling Flamoji, the Akismet settings appear again.

Screenshot 2022-08-31 145828

hasan-ozbey commented 2 years ago

ookay that's strange... IIRC the Flamoji was overriding the Flarum's default extension settings page, but I'm 100% sure I've added the necessary checks for not touching other extension's pages. I really am not sure what's going on there...

This extension needs to be updated eventually, but I can't promise a fix right now as I'm a little snowed these days 😳

iamdarkle commented 2 years ago

Yeah, it's pretty weird, I would have liked to help more in describing the problem but even trying debug mode didn't get anything, as luceos said on Discord it seemed to be a typical js block rendering issue that should drop errors in the console, but it doesn't seem to be the case.

I'm a bit intrigued, but probably these things end up being the dumbest bugs of all, no problem mate take your time.