Replies: 1 comment
-
Yes, it makes sense to move the online users handler to the plugin that's already there. The e107 core and the e107 core plugins are not cleanly separated, but they should be. It's not always easy due to legacy usages, but we can add deprecations in You might remember that I previously had trouble with this in #4199. With e_online, it's significantly easier to separate; someone just has to update the code to do it. It's fairly low in priority, though, because it doesn't change much in behavior or fix any major bugs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My question is: if you don't have a community site (with user interaction), only a business one, you don't need to know who is online.
Is there any reason why this can't be solved with the online plugin (except code rewriting) and online stuff moved out of core?
Because e107 can already be running with "no-online" mode.
I wouldn't ask if I already didn't try this and it was too easy for my liking. Maybe I am missing something.
This is what I did:
and in class2.php
and move the dashboard from the user plugin to the online plugin.
Everything works.
Did I miss something or is e107 so brilliant?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions