• Resolved mandelkind

    (@mandelkind)


    Hi there,

    Thank you so much for providing the Extended evaluation for Statify – it’s awesome!!

    We plan to extend the collected data of Statify, so we get able to track visitors – in addition to visits. That said, is there a possibility to extend the charts you are providing with the ability to either show visits (current behaviour) or visitors?

    Maybe with some sort of hook and a button on the UI so the user can decide which of the two he likes to see?

    I’m hoping we do not have to add a full blown menu & plugin for this, since all the functionality is already provided by this plugin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Patrick Robrecht

    (@patrickrobrecht)

    Hi mandelkind,

    if your plugin depends both on Statify and Statify – Extended Evaluation, you may add subpages to the menu item “Statify” created by the Statify – Extended Evaluation plugin.

    add_submenu_page(
    	'extended_evaluation_for_statify_dashboard',
    	'your title', 
    	'see_statify_evaluation',
    	...
    );
    

    Replacing the view count with visitor count seems to be not possible without refactoring in Statify – Extended Evaluation, which is not planned (yet).

Viewing 1 replies (of 1 total)
  • The topic ‘Extend Charts’ is closed to new replies.