Need Help Getting a New Addon to Work
Permalink
I am working on a simple new addon for the marketplace (it will be FREE) called "Visitors Online". It is a simple statistics addon that simply shows what users were online, for how long, and when.
It installs / uninstalls ok, but when you go to the page to view the stats, it shows a bunch of "notice" errors (the dashboard is still visible, though).
I figure this should be a simple fix, something that can be done quickly.
I have attached what I have so far.
COMPENSATION: Payment would be in the form of up to 3 licenses for any of my paid addons or themes. Also, I would give you credit in the addon as a developer (so this would get you some exposure, too).
If interested, please send me a private message.
It installs / uninstalls ok, but when you go to the page to view the stats, it shows a bunch of "notice" errors (the dashboard is still visible, though).
I figure this should be a simple fix, something that can be done quickly.
I have attached what I have so far.
COMPENSATION: Payment would be in the form of up to 3 licenses for any of my paid addons or themes. Also, I would give you credit in the addon as a developer (so this would get you some exposure, too).
If interested, please send me a private message.
BTW, I might be trying to clean a bit the relate c5 code, I filed a bug there with some patches :
http://www.concrete5.org/developers/bugs/5-6-0-2/setting-error_repo...
but what I really should be doing is fix that stuff into a github fork (will do ;))
http://www.concrete5.org/developers/bugs/5-6-0-2/setting-error_repo...
but what I really should be doing is fix that stuff into a github fork (will do ;))
just remove the first line of code of your library :
removes the messages.
Now the reports shows up, but the layout is not quite clear, you might want to work a bit on that css.
EDIT: just checked, doing this actually breaks any dashboard page (and probably any page), due to some misuse of functions or incorrect declaration in the core ... (static functions should be declared static ...).