Hey all. I hope I'm not late for the party. :)
I'm currently actively developing an oxwall site and, sadly, I'm occasionally forced to make modifications to the oxwall core. Yes, I know that modifying the core is an extreme measure, but sometimes oxwall just can't do what needs to be done. Sometimes an event is missing, sometimes it causes a notice or a warning, sometimes styles are hardcoded into templates.
I have around 30 core modifications right now, and, if you're still "making oxwall great again", I would be willing to contribute by submitting them to github for review and possible inclusion in the next oxwall version.
To give you a recent example - I'm working on optimizing SEO right now, and the core forum plugin is just the worst with SEO. Its problems are:
1) The links to the first page of a topic in paging contain "?page=1", and the plugin doesn't have a redirect to the default topic URL. This creates an additional page like "https://developers.oxwall.com/forum/topic/66811?&page=1", which is a full duplicate of the page "https://developers.oxwall.com/forum/topic/66811". And full duplicates are bad for SEO.
2) Speaking of forum paging, what's up with that "?&page" stuff? It's a valid URL, but, as far as I can see, search engines also treat it as a separate page, which creates another set of full duplicates ("?page=2" and "?&page=2") for all pages.
3) Search engines recommend having all URLs in lowercase, and I added a htacess rule to enforce that, which breaks the forum plugin. The reason? The forum plugin apparently uses camelcase in its action urls, like "forum/addTopic/", "forum/lockTopic/", "forum/getPost/", etc.
So, let me know if you're still making oxwall great, and whether you'd like my input and/or help.
P.S. I can see that the forum on this site has some additional functionality (Insert image, Insert video, Insert HTML) that isn't found in the latest version of the core forum plugin. Is it achieved by another plugin, or is it a modification of the core forum plugin that wasn't released to the public?
P.P.S. It's ironic that this thread was created by Senior Developer, because his emojis plugin caused more problems and bugs for my site than any core plugin. :D Still the best plugin in its class though.