I'm trying to embed the Daily statistics graph in the admin panel on a page on my site. It would be a really nice effect, does anyone know how to do this ?
But you will need to change the code to build the stats. You can refer to the controller for the admin stats page, XenForo_ControllerAdmin_Stats. This obviously requires coding ability.
But you will need to change the code to build the stats. You can refer to the controller for the admin stats page, XenForo_ControllerAdmin_Stats. This obviously requires coding ability.
Basically what I said before. Create a page node callback. The link I posted has a basic skeleton for a callback function. Then inside of that function you need to write code to build the stats. You can refer to XenForo_ControllerAdmin_Stats for the code used by the stats page in the Admin CP.